![]() |
OGS
|
|
Definition at line 78 of file FlowAndTemperatureControl.h.
#include <FlowAndTemperatureControl.h>
Public Member Functions | |
| FlowAndTemperature | operator() (double const T_out, double const) const |
Public Attributes | |
| double | flow_rate |
| double | power |
| 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 80 of file FlowAndTemperatureControl.h.
References ProcessLib::HeatTransportBHE::BHE::check_power_and_flow_rate(), density, flow_rate, flow_rate_min, heat_capacity, power, and power_min.
| double ProcessLib::HeatTransportBHE::BHE::FixedPowerConstantFlow::density |
Definition at line 94 of file FlowAndTemperatureControl.h.
Referenced by operator()().
| double ProcessLib::HeatTransportBHE::BHE::FixedPowerConstantFlow::flow_rate |
Definition at line 91 of file FlowAndTemperatureControl.h.
Referenced by operator()().
| double ProcessLib::HeatTransportBHE::BHE::FixedPowerConstantFlow::flow_rate_min |
Definition at line 95 of file FlowAndTemperatureControl.h.
Referenced by operator()().
| double ProcessLib::HeatTransportBHE::BHE::FixedPowerConstantFlow::heat_capacity |
Definition at line 93 of file FlowAndTemperatureControl.h.
Referenced by operator()().
|
staticconstexpr |
Definition at line 97 of file FlowAndTemperatureControl.h.
| double ProcessLib::HeatTransportBHE::BHE::FixedPowerConstantFlow::power |
Definition at line 92 of file FlowAndTemperatureControl.h.
Referenced by operator()().
| double ProcessLib::HeatTransportBHE::BHE::FixedPowerConstantFlow::power_min |
Definition at line 96 of file FlowAndTemperatureControl.h.
Referenced by operator()().