Itasca C++ Interface
|
Interface to access fluid zone data. More...
#include <ifluidzone.h>
Public Member Functions | |
virtual void | setZoneBasedPP (double pp)=0 |
Sets the zone pore pressure. | |
virtual string | getModelName () const =0 |
Returns the fluid model name. | |
virtual double | getFluidDensity () const =0 |
Returns the fluid density. | |
virtual void | setFluidDensity (double d)=0 |
Sets the fluid density. | |
virtual double | getApparentSat () const =0 |
Returns apparent saturation. | |
virtual double | getPermeabilityRatio () const =0 |
Returns permeability ratio. | |
Interface to access fluid zone data.