Add Restart Support for NETBALAN Keyword

This commit loads NETBALAN parameters from the restart file and
forms Network::Balance objects from these parameters.
This commit is contained in:
Bård Skaflestad
2022-08-09 18:21:39 +02:00
parent 1670c217ee
commit 418173bbcc
9 changed files with 563 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
#include <opm/io/eclipse/rst/aquifer.hpp>
#include <opm/io/eclipse/rst/group.hpp>
#include <opm/io/eclipse/rst/header.hpp>
#include <opm/io/eclipse/rst/netbalan.hpp>
#include <opm/io/eclipse/rst/network.hpp>
#include <opm/io/eclipse/rst/udq.hpp>
#include <opm/io/eclipse/rst/well.hpp>
@@ -65,6 +66,7 @@ struct RstState
::Opm::UnitSystem unit_system;
RstHeader header;
RstAquifer aquifers;
RstNetbalan netbalan;
RstNetwork network;
std::vector<RstWell> wells;
std::vector<RstGroup> groups;