mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
add serialization support to SimulatorFullyImplicitBlackoilEbos
this is the top of the hierarchy so a test would basically be a full restart test
This commit is contained in:
parent
c3da4f2341
commit
524c1320bb
@ -381,6 +381,14 @@ public:
|
|||||||
const Grid& grid() const
|
const Grid& grid() const
|
||||||
{ return ebosSimulator_.vanguard().grid(); }
|
{ return ebosSimulator_.vanguard().grid(); }
|
||||||
|
|
||||||
|
template<class Serializer>
|
||||||
|
void serializeOp(Serializer& serializer)
|
||||||
|
{
|
||||||
|
serializer(ebosSimulator_);
|
||||||
|
serializer(report_);
|
||||||
|
serializer(adaptiveTimeStepping_);
|
||||||
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
std::unique_ptr<Solver> createSolver(WellModel& wellModel)
|
std::unique_ptr<Solver> createSolver(WellModel& wellModel)
|
||||||
|
Loading…
Reference in New Issue
Block a user