20#ifndef OPM_FLOWS_DATA_HEADER_INCLUDED
21#define OPM_FLOWS_DATA_HEADER_INCLUDED
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition BlackoilPhases.hpp:27
Simple container for FLOWS data.
Definition FlowsData.hpp:32
void resize(const std::size_t size)
Resize data vectors.
Definition FlowsData.hpp:34
std::vector< Scalar > values
Values.
Definition FlowsData.hpp:42
std::string name
Associated name.
Definition FlowsData.hpp:40
std::vector< int > indices
Cell indices for values.
Definition FlowsData.hpp:41