mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #2970 from totto82/remove16day
remove 16 days restriction for timestep in predicition mode
This commit is contained in:
@@ -325,13 +325,6 @@ void registerAdaptiveParameters();
|
|||||||
restarts = 0;
|
restarts = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Further restrict time step size if we are in
|
|
||||||
// prediction mode with THP constraints.
|
|
||||||
if (solver.model().wellModel().hasTHPConstraints()) {
|
|
||||||
const double maxPredictionTHPTimestep = 16.0 * unit::day;
|
|
||||||
dtEstimate = std::min(dtEstimate, maxPredictionTHPTimestep);
|
|
||||||
}
|
|
||||||
assert(dtEstimate > 0);
|
|
||||||
if (timestepVerbose_) {
|
if (timestepVerbose_) {
|
||||||
std::ostringstream ss;
|
std::ostringstream ss;
|
||||||
substepReport.reportStep(ss);
|
substepReport.reportStep(ss);
|
||||||
|
|||||||
Reference in New Issue
Block a user