My Project
|
Manages the initializing and running of time dependent problems. More...
#include <dune/common/parallel/mpihelper.hh>
#include <opm/models/discretization/common/fvbaseproperties.hh>
#include <opm/models/io/restart.hpp>
#include <opm/models/parallel/mpiutil.hpp>
#include <opm/models/utils/basicproperties.hh>
#include <opm/models/utils/parametersystem.hpp>
#include <opm/models/utils/propertysystem.hh>
#include <opm/models/utils/simulatorutils.hpp>
#include <opm/models/utils/timer.hpp>
#include <opm/models/utils/timerguard.hh>
#include <iostream>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | Opm::Simulator< TypeTag > |
Manages the initializing and running of time dependent problems. More... | |
Namespaces | |
namespace | Opm |
This file contains a set of helper functions used by VFPProd / VFPInj. | |
Macros | |
#define | EWOMS_CATCH_PARALLEL_EXCEPTIONS_FATAL(code) |
Manages the initializing and running of time dependent problems.
This class instantiates the grid, the model and the problem to be simlated and runs the simulation loop. The time axis is treated as a sequence of "episodes" which are defined as time intervals for which the problem exhibits boundary conditions and source terms that do not depend on time.
#define EWOMS_CATCH_PARALLEL_EXCEPTIONS_FATAL | ( | code | ) |