OGS
ProcessLib::HeatTransportBHE::BHE::BoreholeGeometry Struct Reference

Detailed Description

Definition at line 25 of file BoreholeGeometry.h.

#include <BoreholeGeometry.h>

Public Member Functions

double area () const

Public Attributes

double const length
double const diameter

Member Function Documentation

◆ area()

double ProcessLib::HeatTransportBHE::BHE::BoreholeGeometry::area ( ) const
inline

Definition at line 39 of file BoreholeGeometry.h.

39{ return std::numbers::pi * diameter * diameter / 4; }

References diameter.

Member Data Documentation

◆ diameter

double const ProcessLib::HeatTransportBHE::BHE::BoreholeGeometry::diameter

diameter of the BHE unit is m

Definition at line 37 of file BoreholeGeometry.h.

Referenced by area().

◆ length

double const ProcessLib::HeatTransportBHE::BHE::BoreholeGeometry::length

length/depth of the BHE unit is m

Definition at line 31 of file BoreholeGeometry.h.


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