28enum class WellStatus {
40enum class WellInjectorCMode :
int{
57enum class WellProducerCMode :
int {
68 CMODE_UNDEFINED = 1024
71enum class WellWELTARGCMode {
85enum class WellGuideRateTarget {
98enum class WellGasInflowEquation {
105std::string WellStatus2String(WellStatus enumValue);
106WellStatus WellStatusFromString(
const std::string& stringValue);
107std::ostream& operator<<(std::ostream& os,
const WellStatus& st);
109std::string WellInjectorCMode2String(WellInjectorCMode enumValue);
110WellInjectorCMode WellInjectorCModeFromString(
const std::string& stringValue);
111std::ostream& operator<<(std::ostream& os,
const WellInjectorCMode& cm);
113std::string WellProducerCMode2String(WellProducerCMode enumValue);
114WellProducerCMode WellProducerCModeFromString(
const std::string& stringValue);
115std::ostream& operator<<(std::ostream& os,
const WellProducerCMode& cm);
117WellWELTARGCMode WellWELTARGCModeFromString(
const std::string& stringValue);
119std::string WellGuideRateTarget2String(WellGuideRateTarget enumValue);
120WellGuideRateTarget WellGuideRateTargetFromString(
const std::string& stringValue);
122std::string WellGasInflowEquation2String(WellGasInflowEquation enumValue);
123WellGasInflowEquation WellGasInflowEquationFromString(
const std::string& stringValue);
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30