All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
initState.hpp File Reference

Functions for initializing a reservoir state. More...

#include <opm/parser/eclipse/EclipseState/EclipseState.hpp>
#include <opm/core/simulator/initState_impl.hpp>

Go to the source code of this file.

Enumerations

enum  ExtremalSat { MinSat, MaxSat }
 Will initialize the first and second component of the SATURATION field in all the cells in the set . More...
 

Functions

template<class State >
void Opm::initStateBasic (const UnstructuredGrid &grid, const IncompPropertiesInterface &props, const ParameterGroup &param, const double gravity, State &state)
 Initialize a two-phase state from parameters. More...
 
template<class FaceCells , class CCI , class FCI , class State >
void Opm::initStateBasic (int number_of_cells, const int *global_cell, const int *cartdims, int number_of_faces, FaceCells face_cells, FCI begin_face_centroids, CCI begin_cell_centroids, int dimensions, const IncompPropertiesInterface &props, const ParameterGroup &param, const double gravity, State &state)
 Initialize a two-phase state from parameters. More...
 
template<class State >
void Opm::initStateBasic (const UnstructuredGrid &grid, const BlackoilPropertiesInterface &props, const ParameterGroup &param, const double gravity, State &state)
 Initialize a blackoil state from parameters. More...
 
template<class FaceCells , class FCI , class CCI , class State >
void Opm::initStateBasic (int number_of_cells, const int *global_cell, const int *cartdims, int number_of_faces, FaceCells face_cells, FCI begin_face_centroids, CCI begin_cell_centroids, int dimensions, const BlackoilPropertiesInterface &props, const ParameterGroup &param, const double gravity, State &state)
 Initialize a blackoil state from parameters. More...
 
template<class Props , class State >
void Opm::initStateFromDeck (const UnstructuredGrid &grid, const Props &props, const EclipseState &es, const double gravity, State &state)
 Initialize a two-phase state from input deck. More...
 
template<class Props , class State >
void Opm::initBlackoilStateFromDeck (const UnstructuredGrid &grid, const Props &props, const Opm::EclipseState &es, const double gravity, State &state)
 Initialize a two-phase water-oil blackoil state from input deck. More...
 
template<class FaceCells , class FCI , class CCI , class Props , class State >
void Opm::initBlackoilStateFromDeck (int number_of_cells, const int *global_cell, int number_of_faces, FaceCells face_cells, FCI begin_face_centroids, CCI begin_cell_centroids, int dimensions, const Props &props, const Opm::EclipseState &es, const double gravity, State &state)
 Initialize a blackoil state from input deck.
 

Detailed Description

Functions for initializing a reservoir state.