Struct holding the parameters for the BlackOilPolymerModule class.
More...
#include <blackoilpolymerparams.hpp>
|
| enum | AdsorptionBehaviour { Desorption = 1,
NoDesorption = 2
} |
| |
|
using | TabulatedFunction = Tabulated1DFunction< Scalar > |
| |
|
using | TabulatedTwoDFunction = IntervalTabulated2DFunction< Scalar > |
| |
|
|
template<bool enablePolymer, bool enablePolymerMolarWeight> |
| void | initFromState (const EclipseState &eclState) |
| |
|
|
std::vector< Scalar > | plyrockDeadPoreVolume_ {} |
| |
|
std::vector< Scalar > | plyrockResidualResistanceFactor_ {} |
| |
|
std::vector< Scalar > | plyrockRockDensityFactor_ {} |
| |
|
std::vector< Scalar > | plyrockAdsorbtionIndex_ {} |
| |
|
std::vector< Scalar > | plyrockMaxAdsorbtion_ {} |
| |
|
std::vector< TabulatedFunction > | plyadsAdsorbedPolymer_ {} |
| |
|
std::vector< TabulatedFunction > | plyviscViscosityMultiplierTable_ {} |
| |
|
std::vector< Scalar > | plymaxMaxConcentration_ {} |
| |
|
std::vector< Scalar > | plymixparToddLongstaff_ {} |
| |
|
std::vector< std::vector< Scalar > > | plyshlogShearEffectRefMultiplier_ {} |
| |
|
std::vector< std::vector< Scalar > > | plyshlogShearEffectRefLogVelocity_ {} |
| |
|
std::vector< Scalar > | shrate_ {} |
| |
|
bool | hasShrate_ = false |
| |
|
bool | hasPlyshlog_ = false |
| |
|
std::vector< PlyvmhCoefficients > | plyvmhCoefficients_ {} |
| |
|
std::map< int, TabulatedTwoDFunction > | plymwinjTables_ {} |
| |
|
std::map< int, TabulatedTwoDFunction > | skprwatTables_ {} |
| |
|
std::map< int, SkprpolyTable > | skprpolyTables_ {} |
| |
template<class Scalar>
struct Opm::BlackOilPolymerParams< Scalar >
Struct holding the parameters for the BlackOilPolymerModule class.
The documentation for this struct was generated from the following files: