|
opm-common
|
Classes | |
| struct | PVTModel |
| Key characteristics of simulation run's PVT model. More... | |
| struct | SatfuncFlags |
| Key characteristics of simulation model's saturation functions. More... | |
Public Member Functions | |
| 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. More... | |
| LogiHEAD & | pvtModel (const PVTModel &pvt) |
| Assign PVT model characteristics. More... | |
| LogiHEAD & | saturationFunction (const SatfuncFlags &satfunc) |
| Assign saturation function characteristics. More... | |
| LogiHEAD & | network (const int maxNoNodes) |
| Logical switch to indicate that the network option is used. | |
| const std::vector< bool > & | data () const |
| Linearised result array. More... | |
|
inline |
Linearised result array.
This is the final output of LogiHEAD assembly.
| Opm::RestartIO::LogiHEAD & Opm::RestartIO::LogiHEAD::phaseMixing | ( | const OilVaporizationProperties & | oilvap | ) |
Assign oil vaporisation characteristics.
In particular, whether or not VAPPARS is currently active.
| Opm::RestartIO::LogiHEAD & Opm::RestartIO::LogiHEAD::pvtModel | ( | const PVTModel & | pvt | ) |
Assign PVT model characteristics.
| [in] | pvt | Current run's PVT model characteristics. |
| Opm::RestartIO::LogiHEAD & Opm::RestartIO::LogiHEAD::saturationFunction | ( | const SatfuncFlags & | satfunc | ) |
Assign saturation function characteristics.
| [in] | satfunc | Current run's saturation function characteristics. |