![]() |
OGS
|
|
Definition at line 206 of file FlowAndTemperatureControl.h.
#include <FlowAndTemperatureControl.h>
Public Member Functions | |
| FlowAndTemperature | operator() (double const T_out, double const time) const |
Public Attributes | |
| PowerWithCOP const | building_heating |
| PowerWithCOP const | building_hot_water |
| ParameterLib::Parameter< double > const & | flow_rate_param |
| double const | heat_capacity |
| double const | density |
| double const | flow_rate_min |
| double const | power_min |
Static Public Attributes | |
| static constexpr bool | is_power_bc = true |
|
inline |
Definition at line 208 of file FlowAndTemperatureControl.h.
References building_heating, building_hot_water, ProcessLib::HeatTransportBHE::BHE::check_power_and_flow_rate(), density, flow_rate_min, flow_rate_param, heat_capacity, and power_min.
| PowerWithCOP const ProcessLib::HeatTransportBHE::BHE::BuildingPowerHotWater::building_heating |
Definition at line 232 of file FlowAndTemperatureControl.h.
Referenced by operator()().
| PowerWithCOP const ProcessLib::HeatTransportBHE::BHE::BuildingPowerHotWater::building_hot_water |
Definition at line 233 of file FlowAndTemperatureControl.h.
Referenced by operator()().
| double const ProcessLib::HeatTransportBHE::BHE::BuildingPowerHotWater::density |
Definition at line 237 of file FlowAndTemperatureControl.h.
Referenced by operator()().
| double const ProcessLib::HeatTransportBHE::BHE::BuildingPowerHotWater::flow_rate_min |
Definition at line 238 of file FlowAndTemperatureControl.h.
Referenced by operator()().
| ParameterLib::Parameter<double> const& ProcessLib::HeatTransportBHE::BHE::BuildingPowerHotWater::flow_rate_param |
Definition at line 234 of file FlowAndTemperatureControl.h.
Referenced by operator()().
| double const ProcessLib::HeatTransportBHE::BHE::BuildingPowerHotWater::heat_capacity |
Definition at line 236 of file FlowAndTemperatureControl.h.
Referenced by operator()().
|
staticconstexpr |
Definition at line 240 of file FlowAndTemperatureControl.h.
| double const ProcessLib::HeatTransportBHE::BHE::BuildingPowerHotWater::power_min |
Definition at line 239 of file FlowAndTemperatureControl.h.
Referenced by operator()().