All Frameworks  Object Hierarchy  This Framework  Indexes   

ABQThermalConnBehavior (Object)

Represents an Abaqus thermal connection behavior (ABQThermalConnBehavior) object.
Role: Access an Abaqus thermal connection behaviour object or determine its properties.

Property Index

ConductanceTableSize
Returns the size of the conductance table.
Description
Sets or returns the description.
temperatureDependency
Sets or returns the temperature dependency.

Method Index

AddGapConductionTable
Adds a gap-conductance table using three lists containing gap, conductance, and temperature values.
GetGapConductionTable
Returns list(s) containing gap, conductance, and temperature values.

Properties


o Property ConductanceTableSize() As (Read Only)
Returns the size of the conductance table.
Returns:
The size of the conductance table.
o Property Description() As
Sets or returns the description.
Returns:
The description of the step.
o Property temperatureDependency() As
Sets or returns the temperature dependency.
Returns:
A boolean specifying whether the values are dependent on temperature.

Methods


o Sub AddGapConductionTable( iConductance,
iClearance,
iTemperature)
Adds a gap-conductance table using three lists containing gap, conductance, and temperature values. Temperature list will be ignored if the temperature dependency is OFF. The number of values in all of the parameter lists must match. If either list contains extra values, the extra values are discarded.
Parameters:
iConductance
The list of conductance values (in W/degK/m^2).
iClearance
The list of clearance values (in meter).
iTemperature
The list of temperature values (in degK).
o Sub GetGapConductionTable( oConductance,
oClearance,
oTemperature)
Returns list(s) containing gap, conductance, and temperature values.
Returns:
The lists of gap, conductance, and temperature values. The list of temperature values will be ignored if the temperature dependency is OFF.
Parameters:
oConductance
The list of conductance values (in W/degK/m^2).
oClearance
The list of clearance values (in mm).
oTemperature
The list of temperature values (in degK).

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