OGS
ProcessLib::HeatTransportBHE::BHE::BuildingPowerPassiveCooling Struct Reference

Detailed Description

Definition at line 280 of file FlowAndTemperatureControl.h.

#include <FlowAndTemperatureControl.h>

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

Public Member Functions

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

Public Attributes

PowerWithCOP const building_heating
ParameterLib::Parameter< double > const & cooling_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

Member Function Documentation

◆ operator()()

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

Definition at line 282 of file FlowAndTemperatureControl.h.

283 {
284 ParameterLib::SpatialPosition const x;
285 double const flow_rate = flow_rate_param(time, x)[0];
286 double const power_heating = building_heating.power_param(time, x)[0];
287 double const cop_heating = building_heating.cop_curve.getValue(T_out);
288
289 double const power_cooling = cooling_power_param(time, x)[0];
290
291 double const power =
292 power_heating - power_heating / cop_heating + power_cooling;
293
294 return check_power_and_flow_rate(flow_rate,
295 power,
297 density,
298 T_out,
300 power_min);
301 }
FlowAndTemperature check_power_and_flow_rate(double flow_rate, double power, double const heat_capacity, double const density, double const T_out, double const flow_rate_min, double const power_min)

References building_heating, ProcessLib::HeatTransportBHE::BHE::check_power_and_flow_rate(), cooling_power_param, density, flow_rate_min, flow_rate_param, heat_capacity, and power_min.

Member Data Documentation

◆ building_heating

PowerWithCOP const ProcessLib::HeatTransportBHE::BHE::BuildingPowerPassiveCooling::building_heating

Definition at line 303 of file FlowAndTemperatureControl.h.

Referenced by operator()().

◆ cooling_power_param

ParameterLib::Parameter<double> const& ProcessLib::HeatTransportBHE::BHE::BuildingPowerPassiveCooling::cooling_power_param

Definition at line 304 of file FlowAndTemperatureControl.h.

Referenced by operator()().

◆ density

double const ProcessLib::HeatTransportBHE::BHE::BuildingPowerPassiveCooling::density

Definition at line 308 of file FlowAndTemperatureControl.h.

Referenced by operator()().

◆ flow_rate_min

double const ProcessLib::HeatTransportBHE::BHE::BuildingPowerPassiveCooling::flow_rate_min

Definition at line 309 of file FlowAndTemperatureControl.h.

Referenced by operator()().

◆ flow_rate_param

ParameterLib::Parameter<double> const& ProcessLib::HeatTransportBHE::BHE::BuildingPowerPassiveCooling::flow_rate_param

Definition at line 305 of file FlowAndTemperatureControl.h.

Referenced by operator()().

◆ heat_capacity

double const ProcessLib::HeatTransportBHE::BHE::BuildingPowerPassiveCooling::heat_capacity

Definition at line 307 of file FlowAndTemperatureControl.h.

Referenced by operator()().

◆ is_power_bc

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

Definition at line 311 of file FlowAndTemperatureControl.h.

◆ power_min

double const ProcessLib::HeatTransportBHE::BHE::BuildingPowerPassiveCooling::power_min

Definition at line 310 of file FlowAndTemperatureControl.h.

Referenced by operator()().


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