Definition at line 85 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 87 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 101 of file FlowAndTemperatureControl.h.
Referenced by operator()().
double ProcessLib::HeatTransportBHE::BHE::FixedPowerConstantFlow::flow_rate |
Definition at line 98 of file FlowAndTemperatureControl.h.
Referenced by operator()().
double ProcessLib::HeatTransportBHE::BHE::FixedPowerConstantFlow::flow_rate_min |
Definition at line 102 of file FlowAndTemperatureControl.h.
Referenced by operator()().
double ProcessLib::HeatTransportBHE::BHE::FixedPowerConstantFlow::heat_capacity |
Definition at line 100 of file FlowAndTemperatureControl.h.
Referenced by operator()().
|
staticconstexpr |
Definition at line 104 of file FlowAndTemperatureControl.h.
double ProcessLib::HeatTransportBHE::BHE::FixedPowerConstantFlow::power |
Definition at line 99 of file FlowAndTemperatureControl.h.
Referenced by operator()().
double ProcessLib::HeatTransportBHE::BHE::FixedPowerConstantFlow::power_min |
Definition at line 103 of file FlowAndTemperatureControl.h.
Referenced by operator()().