mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
move AdaptiveTimeStepping parameters to TypeTag-free parameter system
This commit is contained in:
@@ -74,11 +74,11 @@
|
||||
namespace Opm::Properties {
|
||||
|
||||
namespace TTag {
|
||||
struct FlowProblem {
|
||||
using InheritsFrom = std::tuple<FlowTimeSteppingParameters,
|
||||
FlowBaseProblem, BlackOilModel>;
|
||||
};
|
||||
|
||||
struct FlowProblem { using InheritsFrom = std::tuple<FlowBaseProblem, BlackOilModel>; };
|
||||
|
||||
}
|
||||
|
||||
// default in flow is to formulate the equations in surface volumes
|
||||
template<class TypeTag>
|
||||
struct BlackoilConserveSurfaceVolume<TypeTag, TTag::FlowProblem>
|
||||
|
||||
Reference in New Issue
Block a user