|
|
| LogiHEAD (const LogiHEAD &rhs)=default |
|
| LogiHEAD (LogiHEAD &&rhs)=default |
|
LogiHEAD & | operator= (const LogiHEAD &rhs)=default |
|
LogiHEAD & | operator= (LogiHEAD &&rhs)=default |
|
LogiHEAD & | variousParam (const bool e300_radial, const bool e100_radial, const int nswlmx, const bool enableHyster, const bool hasTemp=false) |
| LogiHEAD & | phaseMixing (const OilVaporizationProperties &oilvap) |
| | Assign oil vaporisation characteristics.
|
| LogiHEAD & | pvtModel (const PVTModel &pvt) |
| | Assign PVT model characteristics.
|
| LogiHEAD & | saturationFunction (const SatfuncFlags &satfunc) |
| | Assign saturation function characteristics.
|
|
LogiHEAD & | network (const int maxNoNodes) |
| | Logical switch to indicate that the network option is used.
|
| const std::vector< bool > & | data () const |
| | Linearised result array.
|
◆ data()
| const std::vector< bool > & Opm::RestartIO::LogiHEAD::data |
( |
| ) |
const |
|
inline |
Linearised result array.
This is the final output of LogiHEAD assembly.
◆ phaseMixing()
Assign oil vaporisation characteristics.
In particular, whether or not VAPPARS is currently active.
◆ pvtModel()
Assign PVT model characteristics.
- Parameters
-
| [in] | pvt | Current run's PVT model characteristics. |
- Returns
- .
◆ saturationFunction()
Assign saturation function characteristics.
- Parameters
-
| [in] | satfunc | Current run's saturation function characteristics. |
- Returns
- .
The documentation for this class was generated from the following files:
- opm/output/eclipse/LogiHEAD.hpp
- opm/output/eclipse/LogiHEAD.cpp