28#ifndef OPM_FLOW_PROBLEM_PARAMETERS_HPP
29#define OPM_FLOW_PROBLEM_PARAMETERS_HPP
31#include <opm/input/eclipse/Parser/ParserKeywords/E.hpp>
33namespace Opm::Parameters {
51{
static constexpr int value = ParserKeywords::EQLDIMS::DEPTH_NODES_P::defaultValue; };
53struct OutputMode {
static constexpr auto value =
"all"; };
60struct HyNeConfigFile {
static constexpr auto value =
"hybridNewtonConfig.json"; };
62struct UseHyNe {
static constexpr bool value =
false; };
69void registerFlowProblemParameters();
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilbioeffectsmodules.hh:43
Definition FlowProblemParameters.hpp:43
Definition FlowProblemParameters.hpp:37
Definition FlowProblemParameters.hpp:40
Definition FlowProblemParameters.hpp:60
Definition FlowProblemParameters.hpp:51
Definition FlowProblemParameters.hpp:47
Definition FlowProblemParameters.hpp:53
Definition FlowProblemParameters.hpp:57
Definition FlowProblemParameters.hpp:62