| 
    
    
     Opm::SplineTwoPhaseMaterialParams< TraitsT > Class Template Reference   Specification of the material parameters for a two-phase material law which uses a table and spline-based interpolation. More... 
 
 
 Detailed Descriptiontemplate<class TraitsT>
 | 
    |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| typedef std::vector<Scalar> Opm::SplineTwoPhaseMaterialParams< TraitsT >::SamplePoints | 
| typedef Opm::Spline<Scalar> Opm::SplineTwoPhaseMaterialParams< TraitsT >::Spline | 
| typedef Spline::SplineType Opm::SplineTwoPhaseMaterialParams< TraitsT >::SplineType | 
| typedef TraitsT Opm::SplineTwoPhaseMaterialParams< TraitsT >::Traits | 
      
  | 
  inline | 
      
  | 
  inline | 
Calculate all dependent quantities once the independent quantities of the parameter object have been set.
      
  | 
  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
References Opm::Spline< Scalar >::setXYContainers().
      
  | 
  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
References Opm::Spline< Scalar >::setXYContainers().
      
  | 
  inline | 
Set the sampling points for the capillary pressure curve.
This curve is assumed to depend on the wetting phase saturation
References Opm::Spline< Scalar >::setXYContainers().