Conditional retrieval of property values from an ECLIPSE input deck.
More...
#include <CompressedPropertyAccess.hpp>
|
template<class PropertyContainer > |
static const GridProperty< T > * | value (PropertyContainer &ecl, const std::string &kw) |
| Retrieve property values if present in container. More...
|
|
template<typename T>
struct Opm::GridPropertyAccess::Details::EclipsePropertyArray< T >
Conditional retrieval of property values from an ECLIPSE input deck.
Supported for types int
and double
.
- Template Parameters
-
template<typename T >
template<class PropertyContainer >
Retrieve property values if present in container.
- Template Parameters
-
PropertyContainer | Pointer type representing collection of (global) grid properties. |
- Parameters
-
[in] | ecl | Property container. |
[in] | kw | ECLIPSE property keyword. |
- Returns
- Data values for property
kw
if present, an empty if not.
The documentation for this struct was generated from the following file: