|
| EclipseState (const Deck &deck) |
|
const IOConfig & | getIOConfig () const |
| [[deprecated]] — use cfg().io()
|
|
IOConfig & | getIOConfig () |
| [[deprecated]] — use cfg().io()
|
|
const InitConfig & | getInitConfig () const |
| [[deprecated]] — use cfg().init()
|
|
InitConfig & | getInitConfig () |
| [[deprecated]] — use cfg().init()
|
|
const SimulationConfig & | getSimulationConfig () const |
|
virtual const EclipseGrid & | getInputGrid () const |
|
const FaultCollection & | getFaults () const |
|
const TransMult & | getTransMult () const |
|
TransMult & | getTransMult () |
|
const NNC & | getInputNNC () const |
| non-neighboring connections the non-standard adjacencies as specified in input deck
|
|
void | appendInputNNC (const std::vector< NNCdata > &nnc) |
|
void | setInputNNC (const NNC &nnc) |
|
bool | hasInputNNC () const |
|
virtual const FieldPropsManager & | fieldProps () const |
|
virtual const FieldPropsManager & | globalFieldProps () const |
|
virtual void | computeFipRegionStatistics () |
|
const FIPRegionStatistics & | fipRegionStatistics () const |
|
const TableManager & | getTableManager () const |
|
const EclipseConfig & | getEclipseConfig () const |
| [[deprecated]] — use cfg()
|
|
const EclipseConfig & | cfg () const |
|
const GridDims & | gridDims () const |
|
const LgrCollection & | getLgrs () const |
|
bool | hasInputLGR () const |
|
const UnitSystem & | getDeckUnitSystem () const |
|
const UnitSystem & | getUnits () const |
|
std::string | getTitle () const |
|
void | apply_schedule_keywords (const std::vector< DeckKeyword > &keywords) |
|
const Runspec & | runspec () const |
|
const AquiferConfig & | aquifer () const |
|
const TracerConfig & | tracer () const |
|
const MICPpara & | getMICPpara () const |
|
const WagHysteresisConfig & | getWagHysteresis () const |
|
const Co2StoreConfig & | getCo2StoreConfig () const |
|
void | reset_actnum (const std::vector< int > &new_actnum) |
|
void | pruneDeactivatedAquiferConnections (const std::vector< std::size_t > &deactivated_cells) |
|
void | loadRestartAquifers (const RestartIO::RstAquifer &aquifers) |
|
void | appendAqufluxSchedule (const std::unordered_set< int > &ids) |
|
void | loadRestartNetworkPressures (const RestartIO::RstNetwork &network) |
|
const std::optional< std::map< std::string, double > > & | getRestartNetworkPressures () const |
|
template<class Serializer > |
void | serializeOp (Serializer &serializer) |
|