Go to the documentation of this file.
20 #ifndef OPM_INITSTATE_HEADER_INCLUDED
21 #define OPM_INITSTATE_HEADER_INCLUDED
23 #include <opm/parser/eclipse/Deck/Deck.hpp>
30 namespace parameter { class ParameterGroup; }
31 class IncompPropertiesInterface;
32 class BlackoilPropertiesInterface;
62 template < class State>
64 const IncompPropertiesInterface& props,
65 const parameter::ParameterGroup& param,
93 template < class FaceCells, class CCI, class FCI, class State>
95 const int* global_cell,
99 FCI begin_face_centroids,
100 CCI begin_cell_centroids,
102 const IncompPropertiesInterface& props,
103 const parameter::ParameterGroup& param,
123 template < class State>
125 const BlackoilPropertiesInterface& props,
126 const parameter::ParameterGroup& param,
146 template < class FaceCells, class FCI, class CCI, class State>
148 const int* global_cell,
151 FaceCells face_cells,
152 FCI begin_face_centroids,
153 CCI begin_cell_centroids,
155 const BlackoilPropertiesInterface& props,
156 const parameter::ParameterGroup& param,
167 template < class Props, class State>
170 Opm::DeckConstPtr deck,
182 template < class Props, class State>
185 Opm::DeckConstPtr deck,
189 template < class FaceCells, class FCI, class CCI, class Props, class State>
191 const int* global_cell,
193 FaceCells face_cells,
194 FCI begin_face_centroids,
195 CCI begin_cell_centroids,
198 Opm::DeckConstPtr deck,
205 #endif // OPM_INITSTATE_HEADER_INCLUDED
Definition: AnisotropicEikonal.hpp:43
int dimensions(const UnstructuredGrid &grid) Get the dimensions of a grid.
const double gravity Definition: Units.hpp:120
const UnstructuredGrid & grid Definition: ColumnExtract.hpp:31
void initStateFromDeck(const UnstructuredGrid &grid, const Props &props, Opm::DeckConstPtr deck, const double gravity, State &state) Initialize a state from input deck. Definition: initState_impl.hpp:554
void initStateBasic(const UnstructuredGrid &grid, const IncompPropertiesInterface &props, const parameter::ParameterGroup ¶m, const double gravity, State &state) Initialize a twophase state from parameters. Definition: initState_impl.hpp:345
void initBlackoilStateFromDeck(const UnstructuredGrid &grid, const Props &props, Opm::DeckConstPtr deck, const double gravity, State &state) Initialize a blackoil state from input deck. Definition: initState_impl.hpp:857
|