| 
    
    
     IncompPropertiesShadow_impl.hpp 
Go to the documentation of this file. 
   14    inline IncompPropertiesShadow::IncompPropertiesShadow (const IncompPropertiesInterface& original) 
  146    inline IncompPropertiesShadow& IncompPropertiesShadow::usePorosity (const IncompPropertiesInterface& other) 
  152    inline IncompPropertiesShadow& IncompPropertiesShadow::usePermeability (const IncompPropertiesInterface& other) 
  159    inline IncompPropertiesShadow& IncompPropertiesShadow::useViscosity (const IncompPropertiesInterface& other) 
  165    inline IncompPropertiesShadow& IncompPropertiesShadow::useDensity (const IncompPropertiesInterface& other) 
  171    inline IncompPropertiesShadow& IncompPropertiesShadow::useSurfaceDensity (const IncompPropertiesInterface& other) 
  180    inline IncompPropertiesShadow& IncompPropertiesShadow::useRockProps (const IncompPropertiesInterface& other) 
  185    inline IncompPropertiesShadow& IncompPropertiesShadow::useFluidProps (const IncompPropertiesInterface& other) 
  190    inline IncompPropertiesShadow& IncompPropertiesShadow::useRockAndFluidProps (const IncompPropertiesInterface& other) 
Definition: IncompPropertiesInterface.hpp:36 virtual const double * viscosity() const =0 virtual void capPress(const int n, const double *s, const int *cells, double *pc, double *dpcds) const =0 virtual int numPhases() const =0 virtual void satRange(const int n, const int *cells, double *smin, double *smax) const =0 virtual int numDimensions() const =0 virtual const double * density() const =0 virtual const double * surfaceDensity() const =0 virtual const double * porosity() const =0 virtual const double * permeability() const =0 virtual int numCells() const =0 virtual void relperm(const int n, const double *s, const int *cells, double *kr, double *dkrds) const =0 Definition: AnisotropicEikonal.hpp:44 Definition: IncompPropertiesShadow.hpp:34 virtual int numDimensions() const Definition: IncompPropertiesShadow_impl.hpp:29 virtual int numCells() const Definition: IncompPropertiesShadow_impl.hpp:34 IncompPropertiesShadow & useDensity(const double *dens) Definition: IncompPropertiesShadow_impl.hpp:128 IncompPropertiesShadow & useRockAndFluidProps(const IncompPropertiesInterface &other) Definition: IncompPropertiesShadow_impl.hpp:190 virtual void satRange(const int n, const int *cells, double *smin, double *smax) const Definition: IncompPropertiesShadow_impl.hpp:67 virtual void capPress(const int n, const double *s, const int *cells, double *pc, double *dpcds) const Definition: IncompPropertiesShadow_impl.hpp:58 virtual const double * density() const Definition: IncompPropertiesShadow_impl.hpp:94 virtual const double * surfaceDensity() const Definition: IncompPropertiesShadow_impl.hpp:99 virtual const double * permeability() const Definition: IncompPropertiesShadow_impl.hpp:84 IncompPropertiesShadow(const IncompPropertiesInterface &original) Definition: IncompPropertiesShadow_impl.hpp:14 IncompPropertiesShadow & useSurfaceDensity(const double *surf) Definition: IncompPropertiesShadow_impl.hpp:135 IncompPropertiesShadow & useFluidProps(const IncompPropertiesInterface &other) Definition: IncompPropertiesShadow_impl.hpp:185 IncompPropertiesShadow & usePorosity(const double *poro) Definition: IncompPropertiesShadow_impl.hpp:107 IncompPropertiesShadow & usePermeability(const double *perm) Definition: IncompPropertiesShadow_impl.hpp:114 virtual const double * porosity() const Definition: IncompPropertiesShadow_impl.hpp:79 virtual const double * viscosity() const Definition: IncompPropertiesShadow_impl.hpp:89 IncompPropertiesShadow & useViscosity(const double *visc) Definition: IncompPropertiesShadow_impl.hpp:121 virtual int numPhases() const Definition: IncompPropertiesShadow_impl.hpp:39 IncompPropertiesShadow & useRockProps(const IncompPropertiesInterface &other) Definition: IncompPropertiesShadow_impl.hpp:180 virtual void relperm(const int n, const double *s, const int *cells, double *kr, double *dkrds) const Definition: IncompPropertiesShadow_impl.hpp:49  |