OGS
ProcessLib::HeatTransportBHE::BHE::PowerCurveFlowCurve Struct Reference

Detailed Description

Definition at line 148 of file FlowAndTemperatureControl.h.

#include <FlowAndTemperatureControl.h>

Collaboration diagram for ProcessLib::HeatTransportBHE::BHE::PowerCurveFlowCurve:
[legend]

Public Member Functions

FlowAndTemperature operator() (double const T_out, double const time) const

Public Attributes

MathLib::PiecewiseLinearInterpolation const & power_curve
MathLib::PiecewiseLinearInterpolation const & flow_curve
double heat_capacity
double density
double flow_rate_min
double power_min

Static Public Attributes

static constexpr bool is_power_bc = true

Member Function Documentation

◆ operator()()

FlowAndTemperature ProcessLib::HeatTransportBHE::BHE::PowerCurveFlowCurve::operator() ( double const T_out,
double const time ) const
inline

Definition at line 150 of file FlowAndTemperatureControl.h.

151 {
152 double const power = power_curve.getValue(time);
153 double const flow_rate = flow_curve.getValue(time);
154
155 return check_power_and_flow_rate(flow_rate,
156 power,
158 density,
159 T_out,
161 power_min);
162 }
FlowAndTemperature check_power_and_flow_rate(double flow_rate, double power, double heat_capacity, double density, double T_out, double flow_rate_min, double power_min)
MathLib::PiecewiseLinearInterpolation const & power_curve
MathLib::PiecewiseLinearInterpolation const & flow_curve

References ProcessLib::HeatTransportBHE::BHE::check_power_and_flow_rate(), density, flow_curve, flow_rate_min, heat_capacity, power_curve, and power_min.

Member Data Documentation

◆ density

double ProcessLib::HeatTransportBHE::BHE::PowerCurveFlowCurve::density

Definition at line 167 of file FlowAndTemperatureControl.h.

Referenced by operator()().

◆ flow_curve

MathLib::PiecewiseLinearInterpolation const& ProcessLib::HeatTransportBHE::BHE::PowerCurveFlowCurve::flow_curve

Definition at line 164 of file FlowAndTemperatureControl.h.

Referenced by operator()().

◆ flow_rate_min

double ProcessLib::HeatTransportBHE::BHE::PowerCurveFlowCurve::flow_rate_min

Definition at line 168 of file FlowAndTemperatureControl.h.

Referenced by operator()().

◆ heat_capacity

double ProcessLib::HeatTransportBHE::BHE::PowerCurveFlowCurve::heat_capacity

Definition at line 166 of file FlowAndTemperatureControl.h.

Referenced by operator()().

◆ is_power_bc

bool ProcessLib::HeatTransportBHE::BHE::PowerCurveFlowCurve::is_power_bc = true
staticconstexpr

Definition at line 170 of file FlowAndTemperatureControl.h.

◆ power_curve

MathLib::PiecewiseLinearInterpolation const& ProcessLib::HeatTransportBHE::BHE::PowerCurveFlowCurve::power_curve

Definition at line 163 of file FlowAndTemperatureControl.h.

Referenced by operator()().

◆ power_min

double ProcessLib::HeatTransportBHE::BHE::PowerCurveFlowCurve::power_min

Definition at line 169 of file FlowAndTemperatureControl.h.

Referenced by operator()().


The documentation for this struct was generated from the following file: