OGS
|
Definition at line 68 of file FlowAndTemperatureControl.h.
#include <FlowAndTemperatureControl.h>
Public Member Functions | |
FlowAndTemperature | operator() (double const T_out, double const time) const |
Public Attributes | |
MathLib::PiecewiseLinearInterpolation const & | flow_curve |
double | power |
double | heat_capacity |
double | density |
Static Public Attributes | |
static constexpr bool | is_power_bc = true |
|
inline |
Definition at line 70 of file FlowAndTemperatureControl.h.
References density, flow_curve, MathLib::PiecewiseLinearInterpolation::getValue(), heat_capacity, and power.
double ProcessLib::HeatTransportBHE::BHE::FixedPowerFlowCurve::density |
Definition at line 79 of file FlowAndTemperatureControl.h.
Referenced by operator()().
MathLib::PiecewiseLinearInterpolation const& ProcessLib::HeatTransportBHE::BHE::FixedPowerFlowCurve::flow_curve |
Definition at line 75 of file FlowAndTemperatureControl.h.
Referenced by operator()().
double ProcessLib::HeatTransportBHE::BHE::FixedPowerFlowCurve::heat_capacity |
Definition at line 78 of file FlowAndTemperatureControl.h.
Referenced by operator()().
|
staticconstexpr |
Definition at line 80 of file FlowAndTemperatureControl.h.
double ProcessLib::HeatTransportBHE::BHE::FixedPowerFlowCurve::power |
Definition at line 77 of file FlowAndTemperatureControl.h.
Referenced by operator()().