#include <opm/input/eclipse/EclipseState/EclipseState.hpp>
#include <opm/models/utils/propertysystem.hh>
#include <opm/models/utils/parametersystem.hpp>
#include <opm/simulators/flow/Banners.hpp>
#include <opm/simulators/flow/FlowMain.hpp>
#include <opm/simulators/flow/FlowProblemBlackoil.hpp>
#include <dune/common/parallel/mpihelper.hh>
#include <opm/simulators/utils/ParallelEclipseState.hpp>
#include <cassert>
#include <charconv>
#include <cstdlib>
#include <filesystem>
#include <iostream>
#include <memory>
#include <stdexcept>
#include <string>
#include <string_view>
#include <type_traits>
#include <utility>
Go to the source code of this file.
|
template<class TypeTag > |
int | Opm::flowMain (int argc, char **argv, bool outputCout, bool outputFiles) |
|