OGS
ProcessLib::HeatTransportBHE::BHE::BHECommonUType Class Reference

Detailed Description

Definition at line 24 of file BHECommonUType.h.

#include <BHECommonUType.h>

Inheritance diagram for ProcessLib::HeatTransportBHE::BHE::BHECommonUType:
[legend]
Collaboration diagram for ProcessLib::HeatTransportBHE::BHE::BHECommonUType:
[legend]

Public Member Functions

 BHECommonUType (BoreholeGeometry const &borehole, RefrigerantProperties const &refrigerant, GroutParameters const &grout, FlowAndTemperatureControl const &flowAndTemperatureControl, PipeConfigurationUType const &pipes, bool const use_python_bcs)
 

Protected Attributes

PipeConfigurationUType const _pipes
 
double _flow_velocity = std::numeric_limits<double>::quiet_NaN()
 Flow velocity inside the pipes. Depends on the flow_rate.
 

Additional Inherited Members

- Public Attributes inherited from ProcessLib::HeatTransportBHE::BHE::BHECommon
BoreholeGeometry const borehole_geometry
 
RefrigerantProperties const refrigerant
 
GroutParameters const grout
 
FlowAndTemperatureControl const flowAndTemperatureControl
 
bool const use_python_bcs
 

Constructor & Destructor Documentation

◆ BHECommonUType()

ProcessLib::HeatTransportBHE::BHE::BHECommonUType::BHECommonUType ( BoreholeGeometry const & borehole,
RefrigerantProperties const & refrigerant,
GroutParameters const & grout,
FlowAndTemperatureControl const & flowAndTemperatureControl,
PipeConfigurationUType const & pipes,
bool const use_python_bcs )
inline

Definition at line 27 of file BHECommonUType.h.

33 : BHECommon{borehole, refrigerant, grout, flowAndTemperatureControl,
35 _pipes(pipes)
36 {
37 }
RefrigerantProperties const refrigerant
Definition BHECommon.h:42
FlowAndTemperatureControl const flowAndTemperatureControl
Definition BHECommon.h:44

Member Data Documentation

◆ _flow_velocity

◆ _pipes


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