OGS
|
Definition at line 122 of file FlowAndTemperatureControl.h.
#include <FlowAndTemperatureControl.h>
Public Member Functions | |
FlowAndTemperature | operator() (double const T_out, double const time) const |
Public Attributes | |
BuildingPowerCurves const | building_power_curves |
double | flow_rate |
double | heat_capacity |
double | density |
Static Public Attributes | |
static constexpr bool | is_power_bc = true |
|
inline |
Definition at line 124 of file FlowAndTemperatureControl.h.
References building_power_curves, ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurves::cop_heating_curve, density, flow_rate, MathLib::PiecewiseLinearInterpolation::getValue(), heat_capacity, and ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurves::power_curve.
BuildingPowerCurves const ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurveConstantFlow::building_power_curves |
Definition at line 138 of file FlowAndTemperatureControl.h.
Referenced by operator()().
double ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurveConstantFlow::density |
Definition at line 142 of file FlowAndTemperatureControl.h.
Referenced by operator()().
double ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurveConstantFlow::flow_rate |
Definition at line 140 of file FlowAndTemperatureControl.h.
Referenced by operator()().
double ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurveConstantFlow::heat_capacity |
Definition at line 141 of file FlowAndTemperatureControl.h.
Referenced by operator()().
|
staticconstexpr |
Definition at line 143 of file FlowAndTemperatureControl.h.