Role: Access an Abaqus thermal connection behaviour object or determine its properties.
Properties
- Property ConductanceTableSize() As (Read Only)
-
Returns the size of the conductance table.
- Returns:
- The size of the conductance table. dd>
- Property Description() As
-
Sets or returns the description.
- Returns:
- The description of the step. dd>
- Property temperatureDependency() As
-
Sets or returns the temperature dependency.
- Returns:
- A boolean specifying whether the values are dependent on temperature. dd>
Methods
- 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).
dd> - iClearance
- The list of clearance values (in meter).
dd> - iTemperature
- The list of temperature values (in degK).
dd>
- 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. dd>
- Parameters:
-
- oConductance
- The list of conductance values (in W/degK/m^2).
dd> - oClearance
- The list of clearance values (in mm).
dd> - oTemperature
- The list of temperature values (in degK).
dd>