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