20 #ifndef OPM_PERFORATIONDATA_HEADER_INCLUDED 21 #define OPM_PERFORATIONDATA_HEADER_INCLUDED 28 template<
class Scalar>
29 struct PerforationData
32 Scalar connection_transmissibility_factor{};
33 Scalar connection_d_factor{};
54 template<
class Scalar>
58 Scalar dis_gas_in_water = 0.0;
65 #endif // OPM_PERFORATIONDATA_HEADER_INCLUDED std::size_t global_index
Linearised Cartesian cell index relative to the cell's own grid origin.
Definition: PerforationData.hpp:51
Structs needed for tpfalinearizer and its gpuparams struct extracted to be defined in one place that ...
Definition: blackoilbioeffectsmodules.hh:45
Definition: PerforationData.hpp:55
int grid_id
Grid identity for this perforation: 0 = global grid, > 0 = numeric LGR level (refined grid in CARFIN ...
Definition: PerforationData.hpp:40
std::size_t ecl_index
The original index of the perforation in ECL Schedule.
Definition: PerforationData.hpp:36