Indexes   

ABQTemperature (Object)

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

Property Index

ApplyUserSubroutine
Sets or returns the user subroutine flag.
Distribution
Sets or returns the distribution type associated with this temperature field.
Job
Sets or returns the Abaqus job associated with this temperature field.
Magnitude
Sets or returns the magnitude of the temperature field.
Type
Returns the type of the Temperature.

Method Index

AddSupportFromProduct
This adds the support from a product to the Field.
AddSupportFromPublication
Creates a new support and adds it to the description of the Analysis Entity.

Properties


o Property ApplyUserSubroutine() As
Sets or returns the user subroutine flag.
Returns:
A boolean specifying whether a user subroutine will be applied.
   
 
o 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
 
o 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
 
o Property Magnitude() As
Sets or returns the magnitude of the temperature field.
Returns:
The magnitude of the temperature field.
o Property Type() As (Read Only)
Returns the type of the Temperature.
Returns:
The type of the Temperature.

Methods


o 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
o 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

Copyright © 2006, Dassault Systèmes. All rights reserved.