OGS
|
Definition at line 83 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 |
double | flow_rate |
double | heat_capacity |
double | density |
Static Public Attributes | |
static constexpr bool | is_power_bc = true |
|
inline |
Definition at line 85 of file FlowAndTemperatureControl.h.
References density, flow_rate, MathLib::PiecewiseLinearInterpolation::getValue(), heat_capacity, and power_curve.
double ProcessLib::HeatTransportBHE::BHE::PowerCurveConstantFlow::density |
Definition at line 98 of file FlowAndTemperatureControl.h.
Referenced by operator()().
double ProcessLib::HeatTransportBHE::BHE::PowerCurveConstantFlow::flow_rate |
Definition at line 96 of file FlowAndTemperatureControl.h.
Referenced by operator()().
double ProcessLib::HeatTransportBHE::BHE::PowerCurveConstantFlow::heat_capacity |
Definition at line 97 of file FlowAndTemperatureControl.h.
Referenced by operator()().
|
staticconstexpr |
Definition at line 99 of file FlowAndTemperatureControl.h.
MathLib::PiecewiseLinearInterpolation const& ProcessLib::HeatTransportBHE::BHE::PowerCurveConstantFlow::power_curve |
Definition at line 94 of file FlowAndTemperatureControl.h.
Referenced by operator()().