|
opm-simulators
|
This problem simulates an input file given in the data format used by the commercial ECLiPSE simulator. More...
#include <dune/common/version.hh>#include <dune/common/fvector.hh>#include <dune/common/fmatrix.hh>#include <opm/common/utility/TimeService.hpp>#include <opm/input/eclipse/EclipseState/EclipseState.hpp>#include <opm/input/eclipse/Schedule/Schedule.hpp>#include <opm/input/eclipse/Units/Units.hpp>#include <opm/material/common/ConditionalStorage.hpp>#include <opm/material/common/Valgrind.hpp>#include <opm/material/densead/Evaluation.hpp>#include <opm/material/fluidmatrixinteractions/EclMaterialLawManager.hpp>#include <opm/material/thermal/EclThermalLawManager.hpp>#include <opm/models/common/directionalmobility.hh>#include <opm/models/utils/pffgridvector.hh>#include <opm/models/discretization/ecfv/ecfvdiscretization.hh>#include <opm/output/eclipse/EclipseIO.hpp>#include <opm/simulators/flow/CpGridVanguard.hpp>#include <opm/simulators/flow/DummyGradientCalculator.hpp>#include <opm/simulators/flow/EclWriter.hpp>#include <opm/simulators/flow/EquilInitializer.hpp>#include <opm/simulators/flow/FlowGenericProblem.hpp>#include <opm/simulators/flow/FlowBaseProblemProperties.hpp>#include <opm/simulators/flow/FlowUtils.hpp>#include <opm/simulators/flow/TracerModel.hpp>#include <opm/simulators/flow/Transmissibility.hpp>#include <opm/simulators/timestepping/AdaptiveTimeStepping.hpp>#include <opm/simulators/timestepping/SimulatorReport.hpp>#include <opm/simulators/utils/DeferredLoggingErrorHelpers.hpp>#include <opm/simulators/utils/ParallelSerialization.hpp>#include <opm/simulators/utils/satfunc/RelpermDiagnostics.hpp>#include <opm/utility/CopyablePtr.hpp>#include <algorithm>#include <cstddef>#include <functional>#include <set>#include <stdexcept>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | Opm::FlowProblem< TypeTag > |
| This problem simulates an input file given in the data format used by the commercial ECLiPSE simulator. More... | |
| struct | Opm::FlowProblem< TypeTag >::PffDofData_ |
| struct | Opm::FlowProblem< TypeTag >::BCData< T > |
Namespaces | |
| namespace | Opm |
| This file contains a set of helper functions used by VFPProd / VFPInj. | |
This problem simulates an input file given in the data format used by the commercial ECLiPSE simulator.