Definition at line 155 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 & | power_curve |
MathLib::PiecewiseLinearInterpolation const & | flow_curve |
double | heat_capacity |
double | density |
double | flow_rate_min |
double | power_min |
Static Public Attributes | |
static constexpr bool | is_power_bc = true |
|
inline |
Definition at line 157 of file FlowAndTemperatureControl.h.
References ProcessLib::HeatTransportBHE::BHE::check_power_and_flow_rate(), density, flow_curve, flow_rate_min, MathLib::PiecewiseLinearInterpolation::getValue(), heat_capacity, power_curve, and power_min.
double ProcessLib::HeatTransportBHE::BHE::PowerCurveFlowCurve::density |
Definition at line 174 of file FlowAndTemperatureControl.h.
Referenced by operator()().
MathLib::PiecewiseLinearInterpolation const& ProcessLib::HeatTransportBHE::BHE::PowerCurveFlowCurve::flow_curve |
Definition at line 171 of file FlowAndTemperatureControl.h.
Referenced by operator()().
double ProcessLib::HeatTransportBHE::BHE::PowerCurveFlowCurve::flow_rate_min |
Definition at line 175 of file FlowAndTemperatureControl.h.
Referenced by operator()().
double ProcessLib::HeatTransportBHE::BHE::PowerCurveFlowCurve::heat_capacity |
Definition at line 173 of file FlowAndTemperatureControl.h.
Referenced by operator()().
|
staticconstexpr |
Definition at line 177 of file FlowAndTemperatureControl.h.
MathLib::PiecewiseLinearInterpolation const& ProcessLib::HeatTransportBHE::BHE::PowerCurveFlowCurve::power_curve |
Definition at line 170 of file FlowAndTemperatureControl.h.
Referenced by operator()().
double ProcessLib::HeatTransportBHE::BHE::PowerCurveFlowCurve::power_min |
Definition at line 176 of file FlowAndTemperatureControl.h.
Referenced by operator()().