|
|
using | Simulator = GetPropType< TypeTag, Properties::Simulator > |
| |
|
using | Grid = GetPropType< TypeTag, Properties::Grid > |
| |
|
using | FluidSystem = GetPropType< TypeTag, Properties::FluidSystem > |
| |
|
using | ElementContext = GetPropType< TypeTag, Properties::ElementContext > |
| |
|
using | BlackoilIndices = GetPropType< TypeTag, Properties::Indices > |
| |
|
using | PrimaryVariables = GetPropType< TypeTag, Properties::PrimaryVariables > |
| |
|
using | MaterialLaw = GetPropType< TypeTag, Properties::MaterialLaw > |
| |
|
using | SolutionVector = GetPropType< TypeTag, Properties::SolutionVector > |
| |
|
using | MaterialLawParams = GetPropType< TypeTag, Properties::MaterialLawParams > |
| |
|
using | AquiferModel = GetPropType< TypeTag, Properties::AquiferModel > |
| |
|
using | Model = GetPropType< TypeTag, Properties::NonlinearSystem > |
| |
|
using | Scalar = GetPropType< TypeTag, Properties::Scalar > |
| |
|
using | TimeStepper = AdaptiveTimeStepping< TypeTag > |
| |
|
using | PolymerModule = BlackOilPolymerModule< TypeTag > |
| |
|
using | BioeffectsModule = BlackOilBioeffectsModule< TypeTag > |
| |
|
using | Solver = NonlinearSolver< TypeTag, Model > |
| |
|
using | ModelParameters = typename Model::ModelParameters |
| |
|
using | SolverParameters = typename Solver::SolverParameters |
| |
|
using | WellModel = BlackoilWellModel< TypeTag > |
| |
|
|
void | loadState ([[maybe_unused]] HDF5Serializer &serializer, [[maybe_unused]] const std::string &groupName) override |
| | Load simulator state from hdf5 serializer.
|
| |
|
void | saveState ([[maybe_unused]] HDF5Serializer &serializer, [[maybe_unused]] const std::string &groupName) const override |
| | Save simulator state using hdf5 serializer.
|
| |
|
std::array< std::string, 5 > | getHeader () const override |
| | Returns header data.
|
| |
|
const std::vector< int > & | getCellMapping () const override |
| | Returns local-to-global cell mapping.
|
| |
|
std::unique_ptr< Solver > | createSolver (WellModel &wellModel) |
| |
|
const EclipseState & | eclState () const |
| |
|
const Schedule & | schedule () const |
| |
|
bool | isRestart () const |
| |
|
WellModel & | wellModel_ () |
| |
|
const WellModel & | wellModel_ () const |
| |
template<class TypeTag>
class Opm::SimulatorFullyImplicitBlackoil< TypeTag >
a simulator for the blackoil model