4 class IZoneInterpolate;
Interface to the Creep Module, , see IModuleExtension.
Definition: icreepmodule.h:16
Interface to the Dynamic Module, see IModuleExtension.
Definition: idynamicmodule.h:16
Interface to the Fluid Module.
Definition: ifluidmodule.h:16
Definition: imodulezone.h:11
virtual void doUpdate()=0
Forces an immediate large-strain update.
virtual ICreepModule * getICreepModule()=0
Returns a ICreepModule pointer to the creep module.
virtual IThermModule * getIThermModule()=0
Returns a IThermModule pointer to the thermal module.
virtual IDynamicModule * getIDynamicModule()=0
Returns a IDynamicModule pointer to the dynamic module.
virtual IZoneInterpolate * createIZoneInterpolate() const =0
Creates an IZoneInterpolate object, and returns a pointer to it.
virtual IZoneFieldData * createIZoneFieldData() const =0
Creates an IZoneFieldData object, and returns a pointer to it.
virtual IFluidModule * getIFluidModule()=0
Returns a IFluidModule pointer to the fluid module.
Interface to the thermal module.
Definition: ithermmodule.h:14
Interface for accessing the zone field data class.
Definition: izonefielddata.h:28
Interface for accessing the zone interpolation class.
Definition: izoneinterpolate.h:23