20 #ifndef OPM_AGGREGATE_WLIST_DATA_HPP
21 #define OPM_AGGREGATE_WLIST_DATA_HPP
24 #include <opm/io/eclipse/PaddedOutputString.hpp>
34 namespace Opm {
namespace data {
38 namespace Opm {
namespace RestartIO {
namespace Helpers {
45 void captureDeclaredWListData(
const Schedule& sched,
46 const std::size_t sim_step,
47 const std::vector<int>& inteHead);
54 return this->iWls_.
data();
58 const std::vector<EclIO::PaddedOutputString<8>>&
getZWls()
const
60 return this->zWls_.data();
Provide facilities to simplify constructing restart vectors such as IWEL or RSEG.
Definition: AggregateWListData.hpp:41
const std::vector< EclIO::PaddedOutputString< 8 > > & getZWls() const
Retrieve Character WLIST Data Array.
Definition: AggregateWListData.hpp:58
const std::vector< int > & getIWls() const
Retrieve Integer WLIST Data Array.
Definition: AggregateWListData.hpp:52
const std::vector< T > & data() const
Get read-only access to full, linearised data items for all windows.
Definition: WindowedArray.hpp:131
Definition: Schedule.hpp:145
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:29