ABQTemperature (Object)

Represents an Abaqus temperature object (ABQTemperature).
Role: Access an Abaqus temperature object or determine its properties. It has common properties of ,

Properties


Property ApplyUserSubroutine() As
Sets or returns the user subroutine flag.
Returns:
A boolean specifying whether a user subroutine will be applied.
   
 
Property Distribution() As
Sets or returns the distribution type associated with this temperature field.
  
Legal values: UNIFORM JOB USERDEFINED JOB_USERDEFINED
Example:
This example sets the distribution type to USERDEFINED.
 Dim abqTemperature As ABQTemperature
 abqTemperature.Distribution = USERDEFINED
 
Property Job() As
Sets or returns the Abaqus job associated with this temperature field. * The job being attached to the temperature field must belong to a thermal case and must not belong to same analysis case to which the temperature field belongs.
Example:
This example retrieves the ABQJob abqJob.
 Dim abqTemperature As ABQTemperature
 Dim abqJob As ABQJob 
 Set abqJob = abqTemperature.Job
 
Property Magnitude() As
Sets or returns the magnitude of the temperature field.
Returns:
The magnitude of the temperature field.
Property Type() As (Read Only)
Returns the type of the Temperature.
Returns:
The type of the Temperature.

Methods


Sub AddSupportFromProduct( iProduct, iSupport)
This adds the support from a product to the Field.
Parameters:
iProduct
The CATIA Product specifying the object to which the field is applied.
iSupport
The CATIA Reference specifying the region to which the field is applied.
Refer: CATIAReference , CATIAProduct
Sub AddSupportFromPublication( iProduct, iPublication)
Creates a new support and adds it to the description of the Analysis Entity.
Parameters:
iProduct
The CATIA Product specifying the object to which the field is applied.
iPublication
The CATIA Publication specifying the region to which the field is applied.

Refer: CATIAPublication