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

Interface to access FLAC3D data, see SET and CONFIG commands. More...

#include <izoneglobals.h>

Public Member Functions

virtual const QObject * getQObject () const =0
 Returns a pointer to a QObject representing this object.
 
virtual bool getUseZoneBasedPP () const =0
 
virtual double getMechRatio () const =0
 Returns the current unbalanced mechanical-force ratio.
 
virtual double getAverageMechRatio () const =0
 
virtual double getMaximumMechRatio () const =0
 
virtual double getLocalMechRatio () const =0
 
virtual double getMaximumUnbalancedForce () const =0
 Returns the maximum unbalanced force in the grid.
 
virtual double getMaximumConvergence () const =0
 
virtual void requestUpdate ()=0
 
virtual bool getFlacStrainMixing () const =0
 Returns whether FLAC type strain mixing is used (relevant for 2D only)
 
virtual bool getFlacStrainMixingDefault () const =0
 Returns whether FLAC type strain mixing is used by default (relevant for 2D only)
 
virtual void setFlacStrainMixing (bool b)=0
 Sets whether to use FLAC type strain mixing (relevant for 2D only)
 
virtual void setFlacStrainMixingDefault (bool b)=0
 Sets whether to use FLAC type strain mixing by default (relevant for 2D only)
 
virtual void flacStrainMixingChanged (bool)=0
 Signal emitted when somebody changes type of strain mixing (relevant for 2D only)
 
virtual void flacStrainMixingDefaultChanged (bool)=0
 Signal emitted when somebody changes default type of strain mixing (relevant for 2D only)
 

Detailed Description

Interface to access FLAC3D data, see SET and CONFIG commands.

Member Function Documentation

◆ getUseZoneBasedPP()

virtual bool zone::IZoneGlobals::getUseZoneBasedPP ( ) const
pure virtual

If true, then FLAC3D uses a value of pore-pressure that has been stored in the zone, rather than calculating an average pore-pressure based on the surrounding gridpoints.


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