mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
ebos: disable writing restart files
this means eWoms specific .ers files, Eclipse restart files are still written for visualization purposes.
This commit is contained in:
parent
d83cd2b797
commit
48b4e4ccc5
@ -395,6 +395,12 @@ public:
|
|||||||
return this->simulator().episodeWillBeOver();
|
return this->simulator().episodeWillBeOver();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* \brief Returns true if an eWoms restart file should be written to disk.
|
||||||
|
*/
|
||||||
|
bool shouldWriteRestartFile() const
|
||||||
|
{ return false; }
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Write the requested quantities of the current solution into the output
|
* \brief Write the requested quantities of the current solution into the output
|
||||||
* files.
|
* files.
|
||||||
|
Loading…
Reference in New Issue
Block a user