|
opm-simulators
|
Output module for the results black oil model writing in ECL binary format. More...
#include <dune/common/fvector.hh>#include <opm/grid/CpGrid.hpp>#include <opm/simulators/utils/moduleVersion.hpp>#include <opm/common/Exceptions.hpp>#include <opm/common/TimingMacros.hpp>#include <opm/common/OpmLog/OpmLog.hpp>#include <opm/common/utility/Visitor.hpp>#include <opm/input/eclipse/EclipseState/SummaryConfig/SummaryConfig.hpp>#include <opm/material/common/Valgrind.hpp>#include <opm/material/fluidmatrixinteractions/EclEpsScalingPoints.hpp>#include <opm/material/fluidstates/BlackOilFluidState.hpp>#include <opm/material/fluidsystems/BlackOilFluidSystem.hpp>#include <opm/models/blackoil/blackoilproperties.hh>#include <opm/models/discretization/common/fvbaseproperties.hh>#include <opm/models/utils/parametersystem.hpp>#include <opm/models/utils/propertysystem.hh>#include <opm/output/data/Cells.hpp>#include <opm/output/eclipse/EclipseIO.hpp>#include <opm/output/eclipse/Inplace.hpp>#include <opm/simulators/flow/CollectDataOnIORank.hpp>#include <opm/simulators/flow/FlowBaseVanguard.hpp>#include <opm/simulators/flow/GenericOutputBlackoilModule.hpp>#include <opm/simulators/flow/OutputExtractor.hpp>#include <algorithm>#include <array>#include <cassert>#include <cstddef>#include <functional>#include <limits>#include <map>#include <set>#include <stdexcept>#include <string>#include <type_traits>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | Opm::EcfvDiscretization< TypeTag > |
| The base class for the element-centered finite-volume discretization scheme. More... | |
| class | Opm::OutputBlackOilModule< TypeTag > |
| Output module for the results black oil model writing in ECL binary format. More... | |
Namespaces | |
| Opm | |
| Structs needed for tpfalinearizer and its gpuparams struct extracted to be defined in one place that both can include. | |
Functions | |
| template<typename... T> | |
| constexpr void | Opm::detail::ignoreUnused (T &&...) noexcept |
| Utility to silence "unused variable" warnings in lambdas. | |
Output module for the results black oil model writing in ECL binary format.