Itasca C++ Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Member Functions | List of all members
zone::IFluidGp Class Referenceabstract

Interface to access fluid gridpoint data. More...

#include <ifluidgp.h>

Public Member Functions

virtual double getBiot () const =0
 Returns the Biot modulus, see setBiot()
 
virtual void setBiot (const double &d)=0
 Sets the Biot modulus, see getBiot()
 
virtual double getThermMass () const =0
 Returns the fluid mass for the gridpoint.
 
virtual double getSource () const =0
 
virtual double getSourceDynamic () const =0
 
virtual double getSourceUser () const =0
 
virtual void setSourceUser (const double &d)=0
 
virtual double getGpFlow () const =0
 Returns the grid point unbalanced flow discharge, see setGpFlow()
 
virtual void setGpFlow (const double &d)=0
 Sets the grid point unbalanced flow discharge, see getGpFlow()
 
virtual double getFModulus () const =0
 Returns the grid point fluid bulk modulus, see setFModulus()
 
virtual void setFModulus (const double &d)=0
 Sets the grid point fluid bulk modulus, see getFModulus()
 
virtual double getFtens1 () const =0
 Returns the gridpoint fluid tension limit, see setFtens1()
 
virtual void setFtens1 (const double &d)=0
 Sets the gridpoint fluid tension limit, see getFtens1()
 
virtual void setSat (const double &d)=0
 Sets the gridpoint saturation.
 
virtual void updatePP (double d)=0
 
virtual double getobv () const =0
 Returns the out of balance flow for fastflow logic.
 
virtual void setobv (const double &d)=0
 sets the out of balance flow for fastflow logic
 
virtual double getcfmod () const =0
 Returns material confined modulus * nodal volume, for fastflow logic.
 
virtual double getnvol () const =0
 Returns the nodal volume (gp both fluid and mech)
 

Detailed Description

Interface to access fluid gridpoint data.

Member Function Documentation

◆ updatePP()

virtual void zone::IFluidGp::updatePP ( double  d)
pure virtual

Sets the gridpoint pore-pressure and the updates the accumulated pore pressure increment since the last mechanical step. See command FIX PP


The documentation for this class was generated from the following file: