OGS
ProcessLib::HeatTransportBHE::BHE::ActiveCoolingCurveFlowCurve Struct Reference

Detailed Description

Definition at line 437 of file FlowAndTemperatureControl.h.

#include <FlowAndTemperatureControl.h>

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

Public Member Functions

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

Public Attributes

BuildingPowerCurves const building_active_cooling_curves
 
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::ActiveCoolingCurveFlowCurve::operator() ( double const T_out,
double const time ) const
inline

Definition at line 439 of file FlowAndTemperatureControl.h.

440 {
441 double const power_cooling =
443 double const cop_cooling =
445
446 double const flow_rate = flow_curve.getValue(time);
447
448 double const power = power_cooling - power_cooling / cop_cooling;
449
450 return check_power_and_flow_rate(flow_rate,
451 power,
453 density,
454 T_out,
456 power_min);
457 }
double getValue(double pnt_to_interpolate) const
Calculates the interpolation value.
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 & cop_curve
MathLib::PiecewiseLinearInterpolation const & power_curve

References building_active_cooling_curves, ProcessLib::HeatTransportBHE::BHE::check_power_and_flow_rate(), ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurves::cop_curve, density, flow_curve, flow_rate_min, MathLib::PiecewiseLinearInterpolation::getValue(), heat_capacity, ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurves::power_curve, and power_min.

Member Data Documentation

◆ building_active_cooling_curves

BuildingPowerCurves const ProcessLib::HeatTransportBHE::BHE::ActiveCoolingCurveFlowCurve::building_active_cooling_curves

Definition at line 458 of file FlowAndTemperatureControl.h.

Referenced by operator()().

◆ density

double ProcessLib::HeatTransportBHE::BHE::ActiveCoolingCurveFlowCurve::density

Definition at line 462 of file FlowAndTemperatureControl.h.

Referenced by operator()().

◆ flow_curve

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

Definition at line 459 of file FlowAndTemperatureControl.h.

Referenced by operator()().

◆ flow_rate_min

double ProcessLib::HeatTransportBHE::BHE::ActiveCoolingCurveFlowCurve::flow_rate_min

Definition at line 463 of file FlowAndTemperatureControl.h.

Referenced by operator()().

◆ heat_capacity

double ProcessLib::HeatTransportBHE::BHE::ActiveCoolingCurveFlowCurve::heat_capacity

Definition at line 461 of file FlowAndTemperatureControl.h.

Referenced by operator()().

◆ is_power_bc

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

Definition at line 465 of file FlowAndTemperatureControl.h.

◆ power_min

double ProcessLib::HeatTransportBHE::BHE::ActiveCoolingCurveFlowCurve::power_min

Definition at line 464 of file FlowAndTemperatureControl.h.

Referenced by operator()().


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