Definition at line 180 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 |
double | flow_rate_min |
double | power_min |
Static Public Attributes | |
static constexpr bool | is_power_bc = true |
|
inline |
Definition at line 182 of file FlowAndTemperatureControl.h.
References building_power_curves, ProcessLib::HeatTransportBHE::BHE::check_power_and_flow_rate(), ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurves::cop_curve, density, flow_rate, flow_rate_min, MathLib::PiecewiseLinearInterpolation::getValue(), heat_capacity, ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurves::power_curve, and power_min.
BuildingPowerCurves const ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurveConstantFlow::building_power_curves |
Definition at line 198 of file FlowAndTemperatureControl.h.
Referenced by operator()().
double ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurveConstantFlow::density |
Definition at line 202 of file FlowAndTemperatureControl.h.
Referenced by operator()().
double ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurveConstantFlow::flow_rate |
Definition at line 200 of file FlowAndTemperatureControl.h.
Referenced by operator()().
double ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurveConstantFlow::flow_rate_min |
Definition at line 203 of file FlowAndTemperatureControl.h.
Referenced by operator()().
double ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurveConstantFlow::heat_capacity |
Definition at line 201 of file FlowAndTemperatureControl.h.
Referenced by operator()().
|
staticconstexpr |
Definition at line 205 of file FlowAndTemperatureControl.h.
double ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurveConstantFlow::power_min |
Definition at line 204 of file FlowAndTemperatureControl.h.
Referenced by operator()().