mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
update serialization for TableManager and Well due to brine additions
This commit is contained in:
committed by
Tor Harald Sandve
parent
f118ae5036
commit
19a40c6047
@@ -275,6 +275,7 @@ Opm::Well getFullWell()
|
||||
std::make_shared<Opm::WellEconProductionLimits>(),
|
||||
std::make_shared<Opm::WellFoamProperties>(),
|
||||
std::make_shared<Opm::WellPolymerProperties>(),
|
||||
std::make_shared<Opm::WellBrineProperties>(),
|
||||
std::make_shared<Opm::WellTracerProperties>(),
|
||||
std::make_shared<Opm::WellConnections>(),
|
||||
std::make_shared<Opm::Well::WellProductionProperties>(),
|
||||
@@ -1191,6 +1192,8 @@ BOOST_AUTO_TEST_CASE(TableManager)
|
||||
Opm::RockTable({Opm::ROCKRecord{1.0,2.0}}),
|
||||
Opm::ViscrefTable({Opm::VISCREFRecord{1.0, 2.0}}),
|
||||
Opm::WatdentTable({Opm::WATDENTRecord{1.0, 2.0, 3.0}}),
|
||||
{{1.0, 2.0, {1.0, 2.0, 3.0}}},
|
||||
{{{1.0, 2.0, 3.0}}},
|
||||
{{1, Opm::PlymwinjTable({1.0}, {2.0}, 1, {{1.0}, {2.0}})}},
|
||||
{{2, Opm::SkprwatTable({1.0}, {2.0}, 1, {{1.0}, {2.0}})}},
|
||||
{{3, Opm::SkprpolyTable({1.0}, {2.0}, 1, {{1.0}, {2.0}}, 3.0)}},
|
||||
|
||||
Reference in New Issue
Block a user