![]() |
OGS
|
|
Definition at line 66 of file FlowAndTemperatureControl.h.
#include <FlowAndTemperatureControl.h>
Public Member Functions | |
| FlowAndTemperature | operator() (double const T_out, double const time) const |
Public Attributes | |
| ParameterLib::Parameter< double > const & | power_param |
| 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 68 of file FlowAndTemperatureControl.h.
References ProcessLib::HeatTransportBHE::BHE::check_power_and_flow_rate(), density, flow_rate_min, flow_rate_param, heat_capacity, power_min, and power_param.
| double const ProcessLib::HeatTransportBHE::BHE::Power::density |
Definition at line 86 of file FlowAndTemperatureControl.h.
Referenced by operator()().
| double const ProcessLib::HeatTransportBHE::BHE::Power::flow_rate_min |
Definition at line 87 of file FlowAndTemperatureControl.h.
Referenced by operator()().
| ParameterLib::Parameter<double> const& ProcessLib::HeatTransportBHE::BHE::Power::flow_rate_param |
Definition at line 84 of file FlowAndTemperatureControl.h.
Referenced by operator()().
| double const ProcessLib::HeatTransportBHE::BHE::Power::heat_capacity |
Definition at line 85 of file FlowAndTemperatureControl.h.
Referenced by operator()().
|
staticconstexpr |
Definition at line 89 of file FlowAndTemperatureControl.h.
| double const ProcessLib::HeatTransportBHE::BHE::Power::power_min |
Definition at line 88 of file FlowAndTemperatureControl.h.
Referenced by operator()().
| ParameterLib::Parameter<double> const& ProcessLib::HeatTransportBHE::BHE::Power::power_param |
Definition at line 83 of file FlowAndTemperatureControl.h.
Referenced by operator()().