Property data of intersected cell.
More...
#include <CompletedCells.hpp>
|
|
static Props | serializationTestObject () |
| | Create a serialisation test object.
|
| |
|
| std::size_t | active_index {} |
| | Cell's active index in the range [0 .
|
| |
|
double | permx {} |
| | Cell's permeability component in the grid's X direction.
|
| |
|
double | permy {} |
| | Cell's permeability component in the grid's Y direction.
|
| |
|
double | permz {} |
| | Cell's permeability component in the grid's Z direction.
|
| |
|
double | poro {} |
| | Cell's porosity.
|
| |
|
double | ntg {} |
| | Cell's net-to-gross ratio.
|
| |
|
int | satnum {} |
| | Cell's saturation region.
|
| |
|
int | pvtnum {} |
| | Cell's PVT region index.
|
| |
Property data of intersected cell.
◆ operator==()
| bool Opm::CompletedCells::Cell::Props::operator== |
( |
const Props & |
other | ) |
const |
Equality predicate.
- Parameters
-
| [in] | other | Object against which will be tested for equality. |
- Returns
- Whether or not is the same as
other.
◆ serializeOp()
| void Opm::CompletedCells::Cell::Props::serializeOp |
( |
Serializer & |
serializer | ) |
|
|
inline |
Convert between byte array and object representation.
- Template Parameters
-
- Parameters
-
| [in,out] | serializer | Byte array conversion object. |
◆ active_index
| std::size_t Opm::CompletedCells::Cell::Props::active_index {} |
Cell's active index in the range [0 .
. #active).
Relative to current grid–e.g., an LGR or the main grid.
The documentation for this struct was generated from the following files:
- opm/input/eclipse/Schedule/CompletedCells.hpp
- opm/input/eclipse/Schedule/CompletedCells.cpp