|
My Project
|
Specification of the material parameters for a two-phase material law which uses a table and spline-based interpolation. More...
#include <SplineTwoPhaseMaterialParams.hpp>
Public Types | |
| typedef std::vector< Scalar > | SamplePoints |
| typedef ::Opm::Spline< Scalar > | Spline |
| typedef Spline::SplineType | SplineType |
| typedef TraitsT | Traits |
Public Member Functions | |
| const Spline & | pcnwSpline () const |
| Return the sampling points for the capillary pressure curve. More... | |
| void | setPcnwSamples (const SamplePoints &SwSamplePoints, const SamplePoints &pcnwSamplePoints, SplineType splineType=Spline::Monotonic) |
| Set the sampling points for the capillary pressure curve. More... | |
| const Spline & | krwSpline () const |
| Return the sampling points for the relative permeability curve of the wetting phase. More... | |
| void | setKrwSamples (const SamplePoints &SwSamplePoints, const SamplePoints &krwSamplePoints, SplineType splineType=Spline::Monotonic) |
| Set the sampling points for the relative permeability curve of the wetting phase. More... | |
| const Spline & | krnSpline () const |
| Return the sampling points for the relative permeability curve of the non-wetting phase. More... | |
| void | setKrnSamples (const SamplePoints &SwSamplePoints, const SamplePoints &krnSamplePoints, SplineType splineType=Spline::Monotonic) |
| Set the sampling points for the relative permeability curve of the non-wetting phase. More... | |
Public Member Functions inherited from Opm::EnsureFinalized | |
| void | finalize () |
| Mark the object as finalized. | |
Additional Inherited Members | |
Protected Member Functions inherited from Opm::EnsureFinalized | |
| EnsureFinalized () | |
| The default constructor. | |
| void | check () const |
Specification of the material parameters for a two-phase material law which uses a table and spline-based interpolation.
|
inline |
Return the sampling points for the relative permeability curve of the non-wetting phase.
This curve is assumed to depend on the wetting phase saturation
|
inline |
Return the sampling points for the relative permeability curve of the wetting phase.
This curve is assumed to depend on the wetting phase saturation
|
inline |
Return the sampling points for the capillary pressure curve.
This curve is assumed to depend on the wetting phase saturation
|
inline |
Set the sampling points for the relative permeability curve of the non-wetting phase.
This curve is assumed to depend on the wetting phase saturation
|
inline |
Set the sampling points for the relative permeability curve of the wetting phase.
This curve is assumed to depend on the wetting phase saturation
|
inline |
Set the sampling points for the capillary pressure curve.
This curve is assumed to depend on the wetting phase saturation