OGS
|
Definition at line 54 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 |
Static Public Attributes | |
static constexpr bool | is_power_bc = true |
|
inline |
Definition at line 56 of file FlowAndTemperatureControl.h.
References density, flow_rate, heat_capacity, and power.
double ProcessLib::HeatTransportBHE::BHE::FixedPowerConstantFlow::density |
Definition at line 64 of file FlowAndTemperatureControl.h.
Referenced by operator()().
double ProcessLib::HeatTransportBHE::BHE::FixedPowerConstantFlow::flow_rate |
Definition at line 61 of file FlowAndTemperatureControl.h.
Referenced by operator()().
double ProcessLib::HeatTransportBHE::BHE::FixedPowerConstantFlow::heat_capacity |
Definition at line 63 of file FlowAndTemperatureControl.h.
Referenced by operator()().
|
staticconstexpr |
Definition at line 65 of file FlowAndTemperatureControl.h.
double ProcessLib::HeatTransportBHE::BHE::FixedPowerConstantFlow::power |
Definition at line 62 of file FlowAndTemperatureControl.h.
Referenced by operator()().