mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
remove 16 days restriction for timestep in prediciton mode
This commit is contained in:
@@ -329,13 +329,6 @@ void registerAdaptiveParameters();
|
||||
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_) {
|
||||
std::ostringstream ss;
|
||||
substepReport.reportStep(ss);
|
||||
|
||||
Reference in New Issue
Block a user