initState_impl.hpp File Reference
#include <opm/common/data/SimulationDataContainer.hpp>
#include <opm/common/ErrorMacros.hpp>
#include <opm/core/utility/parameters/ParameterGroup.hpp>
#include <opm/core/grid.h>
#include <opm/core/grid/GridHelpers.hpp>
#include <opm/core/utility/MonotCubicInterpolator.hpp>
#include <opm/parser/eclipse/Units/Units.hpp>
#include <opm/core/props/IncompPropertiesInterface.hpp>
#include <opm/core/props/BlackoilPropertiesInterface.hpp>
#include <opm/core/props/phaseUsageFromDeck.hpp>
#include <opm/core/utility/miscUtilitiesBlackoil.hpp>
#include <opm/parser/eclipse/EclipseState/EclipseState.hpp>
#include <opm/parser/eclipse/EclipseState/InitConfig/Equil.hpp>
#include <iostream>
#include <cmath>
Include dependency graph for initState_impl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Opm
 

Functions

template<class Props >
static void Opm::initSaturation (const std::vector< int > &cells, const Props &props, SimulationDataContainer &state, ExtremalSat satType)
 
template<class State >
void Opm::initStateBasic (const UnstructuredGrid &grid, const IncompPropertiesInterface &props, const ParameterGroup &param, const double gravity, State &state)
 Initialize a twophase 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)
 
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)
 
template<class Props , class State >
void Opm::initStateFromDeck (const UnstructuredGrid &grid, const Props &props, const Opm::EclipseState &es, const double gravity, State &state)
 Initialize a state from input deck. More...
 
template<class FaceCells , class FCI , class CCI , class Props , class State >
void Opm::initStateFromDeck (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 state from input deck. More...
 
template<class Props , class State >
void Opm::initBlackoilSurfvol (const UnstructuredGrid &grid, const Props &props, State &state)
 
template<class Props , class State >
void Opm::initBlackoilSurfvol (int number_of_cells, const Props &props, State &state)
 
template<class Props , class State >
void Opm::initBlackoilSurfvolUsingRSorRV (const UnstructuredGrid &grid, const Props &props, State &state)
 
template<class Props , class State >
void Opm::initBlackoilSurfvolUsingRSorRV (int number_of_cells, const Props &props, State &state)
 
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 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. More...
 

Variable Documentation

◆ props_

const BlackoilPropertiesInterface& props_