19 #ifndef GEOSX_MESHUTILITIES_PERFORATION_HPP 20 #define GEOSX_MESHUTILITIES_PERFORATION_HPP 27 namespace dataRepository
31 static constexpr
auto perforation =
"Perforation";
118 static constexpr
auto distanceFromHeadString =
"distanceFromHead";
120 static constexpr
auto wellTransmissibilityString =
"transmissibility";
131 void PostProcessInput()
override;
136 real64 m_distanceFromHead;
139 real64 m_wellTransmissibility;
145 #endif //GEOSX_MESHUTILITIES_PERFORATION_HPP real64 const & GetDistanceFromWellHead() const
Get the linear distance between the well head and the perforation.
double real64
64-bit floating point type.
Group::wrapperMap::KeyIndex ViewKey
Type alias for KeyIndexT type used for wrapper lookups.
real64 GetWellTransmissibility() const
Get the well Peaceman index at the perforation.
Struct to serve as a container for variable strings and keys.