mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-24 10:10:18 -06:00
adapted tutorial such that we have advection-dominated flow again
This commit is contained in:
parent
4dcf68f7a5
commit
9f39e767af
@ -184,7 +184,7 @@ public:
|
||||
bool shouldWriteOutput() const /*@\label{tutorial-decoupled:output}@*/
|
||||
{
|
||||
return this->timeManager().timeStepIndex() > 0 &&
|
||||
(this->timeManager().timeStepIndex() % 20 == 0);
|
||||
(this->timeManager().timeStepIndex() % 1 == 0);
|
||||
}
|
||||
|
||||
//! Returns the temperature within the domain.
|
||||
|
Loading…
Reference in New Issue
Block a user