You can insert a known temperature (not from data transfer) boundary condition in an analysis by inserting a Thermal Condition object. Specify the value of the temperature in the Details pane under the Magnitude property. If the load is applied to a surface body, by default the temperature is applied to both the top and bottom surface body faces. You can optionally apply different temperatures to the top and bottom faces by adjusting the entry in the Details pane. When you apply a Thermal Condition load to a solid body, the Shell Face property is not available in the Details pane. You can add the Thermal Condition load as time-dependent or spatially varying.
Note:
When a Thermal Condition is specified on the Top or Bottom shell face of a surface body, the opposite face defaults to the environment temperature unless it is otherwise specified from another load object.
For an assembly of bodies with different topologies (solid body, line, shell, beam), you must define a separate Thermal Condition load for each topology, that is, you must define one load scoped to line bodies, define a second load scoped to surface bodies, and so on.
For each load step, if an Imported Body temperature load and a Thermal Condition load are applied on common geometry selections, the Imported Body temperature load takes precedence. For additional rules when multiple load objects of the same type exist on common geometry selections, see Activating and Deactivating Loads.
If the Thermal Condition is applied to a shell face that has a Layered Section applied to it, you must set Shell Face to Both in order to solve the analysis.
This page includes the following sections:
Analysis Types
Thermal Condition is available for the following analysis types:
Dimensional Types
The supported dimensional types for the Thermal Condition boundary condition include:
3D Simulation
2D Simulation
Geometry Types
The supported geometry types for the Thermal Condition boundary condition include:
Solid
Surface/Shell
Wire Body/Line Body/Beam
Topology Selection Options
The supported topology selection options for Thermal Condition include:
Body. Thermal Condition is a body-based boundary condition.
Element
Define By Options
The Thermal Condition boundary condition’s loading is defined by Magnitude only.
Magnitude Options
The supported Magnitude options for Thermal Condition include the following:
Constant. This is the only option for Eigenvalue Buckling analyses.
Tabular (Time Varying)
Tabular (Step Varying): Supported for Static Structural analysis only.
Tabular (Spatially Varying)
Function (Time Varying)
Function (Spatially Varying)
Table Name. Supported for the Mechanical APDL solver only. A multi-variable table of numeric values that defines the temperature for the selection. The Magnitude field automatically lists the names of all tables that contain temperature as dependent variables.
Magnitude.
. Supported for the Mechanical APDL solver only. Select this option to create a new multivariable table of temperature values. You can then assign this table as the
Applying a Thermal Condition Boundary Condition
To apply a Thermal Condition:
On the Environment Context tab, open the Loads drop-down menu and select Thermal Condition. Alternatively, right-click the Environment tree object or in the Geometry window and select Insert>Thermal Condition.
Define the Scoping Method. This property has two options: and . For either scoping type, the application supports only solid bodies, surface bodies (2D), line bodies, or elements.
For surface bodies, in the Details pane, the Shell Face property provides a drop-down list. Select Top, Bottom, or Both (default) to apply the thermal boundary condition to the selected face. For bodies that have one or more layered section objects, you need to specify Both for Shell Face or the Thermal Condition will be under-defined and an error message will be generated.
Specify the Magnitude of the temperature.
Depending on the load type you selected for Magnitude, you may need to specify additional information under Tabular Data, Function, or Graphics Controls.
Details Pane Properties
The selections available in the Details pane are described below.
Category | Property/Options/Description |
---|---|
Scope |
Scoping Method: Options include:
|
Definition |
Type: Read-only field that displays the boundary condition type: Thermal Condition. : Temperature load. Select one of the following:
Suppressed: Include ( - default) or exclude ( ) the boundary condition. |
Load Vector Controls (Substructure Generation Analysis only) |
Load Vector Assignment: Options include (default) and . When set to , the Load Vector Number property displays. Load Vector Number: Specify a Load Vector
Number using any value greater than |
Function |
This category displays when you set the Spatial Load and Displacement Function Data. to . For additional information, see |
Tabular Data |
This category displays when you set the Spatial Load Tabular Data. to . For additional information, see |
Graph Controls |
This category displays based upon the specifications made in the Function or Tabular categories. For additional information, see Spatial Load and Displacement Function Data or Spatial Load Tabular Data. |
Thermal Condition Table Options (Mechanical APDL solver only) |
If you selected the name of a table under Magnitude to define the temperature load on the boundary, the following options are available.
For additional information, see Specify Thermal Condition Loads with Tables |
Mechanical APDL References and Notes
The following Mechanical APDL commands, element types, and considerations are applicable for this boundary condition.
Temperatures are applied using the BF command. For surface bodies, with Top or Bottom Shell Face selection, temperatures are applied using the BFE command.
Magnitude (constant, tabular, and function) is always represented as a table in the input file.
A table is a special type of numeric array that enables the Mechanical APDL solver to calculate (through linear interpolation) the values between entries in a multi-dimensional table of numeric data. The solver applies these interpolated values across the selected geometry when it computes the solution. See the discussion in Array Parameters.
API Reference
For specific scripting information, see the Thermal Condition section of the ACT API Reference Guide.