#include <SimulatorBase.hpp>
|
| | SimulatorBase () |
| void | init (const Opm::ParameterGroup ¶m) |
| | Initialization from parameters.
|
|
| enum | { Dimension = GridType::dimension
} |
|
typedef Dune::CpGrid | GridType |
|
typedef Dune::FieldVector< double, Dimension > | Vector |
|
typedef SimTraits::template ResProp< Dimension >::Type | ResProp |
|
typedef GridInterfaceEuler< GridType > | GridInterface |
|
typedef GridInterface::CellIterator | CellIter |
|
typedef CellIter::FaceIterator | FaceIter |
|
typedef BasicBoundaryConditions< true, true > | BCs |
|
typedef SimTraits::template FlowSolver< GridInterface, BCs >::Type | FlowSolver |
|
typedef SimTraits::template TransportSolver< GridInterface, BCs >::Type | TransportSolver |
|
|
virtual void | initControl (const Opm::ParameterGroup ¶m) |
|
virtual void | initGridAndProps (const Opm::ParameterGroup ¶m) |
|
virtual void | initInitialConditions (const Opm::ParameterGroup ¶m) |
|
virtual void | initBoundaryConditions (const Opm::ParameterGroup ¶m) |
|
virtual void | initSources (const Opm::ParameterGroup &) |
|
virtual void | initSolvers (const Opm::ParameterGroup ¶m) |
|
|
int | simulation_steps_ |
|
double | stepsize_ |
|
std::vector< double > | init_saturation_ |
|
Vector | gravity_ |
|
double | residual_tolerance_ |
|
int | linsolver_verbosity_ |
|
int | linsolver_type_ |
|
GridType | grid_ |
|
GridInterface | ginterf_ |
|
ResProp | res_prop_ |
|
BCs | bcond_ |
|
Opm::SparseVector< double > | injection_rates_ |
|
std::vector< double > | injection_rates_psolver_ |
|
FlowSolver | flow_solver_ |
|
TransportSolver | transport_solver_ |
template<class SimTraits>
class Opm::SimulatorBase< SimTraits >
- Todo
- Doc me!
- Template Parameters
-
◆ SimulatorBase()
template<class SimTraits>
◆ init()
template<class SimTraits>
Initialization from parameters.
- Parameters
-
The documentation for this class was generated from the following file: