OGS
ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurvePassiveCoolingCurveFlowCurve Struct Reference

Detailed Description

Definition at line 364 of file FlowAndTemperatureControl.h.

#include <FlowAndTemperatureControl.h>

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

Public Member Functions

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

Public Attributes

BuildingPowerCurves const building_heating_curves
MathLib::PiecewiseLinearInterpolation const & cooling_power
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::BuildingPowerCurvePassiveCoolingCurveFlowCurve::operator() ( double const T_out,
double const time ) const
inline

Definition at line 366 of file FlowAndTemperatureControl.h.

367 {
368 double const power_heating =
369 building_heating_curves.power_curve.getValue(time);
370 double const cop_heating =
371 building_heating_curves.cop_curve.getValue(T_out);
372
373 double const power_cooling = cooling_power.getValue(time);
374
375 double const flow_rate = flow_curve.getValue(time);
376
377 double const power =
378 power_heating - power_heating / cop_heating + power_cooling;
379
380 return check_power_and_flow_rate(flow_rate,
381 power,
383 density,
384 T_out,
386 power_min);
387 }
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)

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

Member Data Documentation

◆ building_heating_curves

BuildingPowerCurves const ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurvePassiveCoolingCurveFlowCurve::building_heating_curves

Definition at line 388 of file FlowAndTemperatureControl.h.

Referenced by operator()().

◆ cooling_power

MathLib::PiecewiseLinearInterpolation const& ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurvePassiveCoolingCurveFlowCurve::cooling_power

Definition at line 389 of file FlowAndTemperatureControl.h.

Referenced by operator()().

◆ density

double ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurvePassiveCoolingCurveFlowCurve::density

Definition at line 393 of file FlowAndTemperatureControl.h.

Referenced by operator()().

◆ flow_curve

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

Definition at line 390 of file FlowAndTemperatureControl.h.

Referenced by operator()().

◆ flow_rate_min

double ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurvePassiveCoolingCurveFlowCurve::flow_rate_min

Definition at line 394 of file FlowAndTemperatureControl.h.

Referenced by operator()().

◆ heat_capacity

double ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurvePassiveCoolingCurveFlowCurve::heat_capacity

Definition at line 392 of file FlowAndTemperatureControl.h.

Referenced by operator()().

◆ is_power_bc

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

Definition at line 396 of file FlowAndTemperatureControl.h.

◆ power_min

double ProcessLib::HeatTransportBHE::BHE::BuildingPowerCurvePassiveCoolingCurveFlowCurve::power_min

Definition at line 395 of file FlowAndTemperatureControl.h.

Referenced by operator()().


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