|
enum class | FilterCakeGeometry { LINEAR
, RADIAL
, NONE
} |
|
|
static FilterCakeGeometry | filterCakeGeometryFromString (const std::string &str, const KeywordLocation &location) |
|
static std::string | filterCakeGeometryToString (const FilterCakeGeometry &geometry) |
|
static FilterCake | serializationTestObject () |
|
static std::string | filterCakeToString (const FilterCake &fc) |
|
|
FilterCakeGeometry | geometry {FilterCakeGeometry::NONE} |
|
double | perm {0.} |
|
double | poro {0.} |
|
std::optional< double > | radius |
|
std::optional< double > | flow_area |
|
double | sf_multiplier {1.} |
|
The documentation for this struct was generated from the following files:
- opm/input/eclipse/Schedule/Well/FilterCake.hpp
- opm/input/eclipse/Schedule/Well/FilterCake.cpp