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

Public Member Functions

virtual void doUpdate ()=0
 Forces an immediate large-strain update. More...
 
virtual IZoneInterpolatecreateIZoneInterpolate (QObject *obj) const =0
 Creates an IZoneInterpolate object, and returns a pointer to it. More...
 
virtual IZoneFieldDatacreateIZoneFieldData (QObject *obj) const =0
 Creates an IZoneFieldData object, and returns a pointer to it. More...
 
virtual IFluidModulegetIFluidModule ()=0
 Returns a IFluidModule pointer to the fluid module.
 
virtual IThermModulegetIThermModule ()=0
 Returns a IThermModule pointer to the thermal module.
 
virtual IDynamicModulegetIDynamicModule ()=0
 Returns a IDynamicModule pointer to the dynamic module.
 
virtual ICreepModulegetICreepModule ()=0
 Returns a ICreepModule pointer to the creep module.
 

Member Function Documentation

◆ createIZoneFieldData()

virtual IZoneFieldData* zone::IModuleZone::createIZoneFieldData ( QObject *  obj) const
pure virtual

Creates an IZoneFieldData object, and returns a pointer to it.

The returned object must be destroyed by the caller. This object can be used to interpolate field (gp or zone) data anywhere in the model.

◆ createIZoneInterpolate()

virtual IZoneInterpolate* zone::IModuleZone::createIZoneInterpolate ( QObject *  obj) const
pure virtual

Creates an IZoneInterpolate object, and returns a pointer to it.

The returned object must be destroyed by the caller. This object can be used to interpolate zone-based data anywhere in the model.

◆ doUpdate()

virtual void zone::IModuleZone::doUpdate ( )
pure virtual

Forces an immediate large-strain update.

This reinitializes FLAC3D data structures, as if preparing for cycling.
It may be necessary to call this function if geometry or stiffness changes have invalidated the current state.


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