2-D Thermal
Solid
PLANE55 can be used as a plane element or as an axisymmetric ring element with a 2-D thermal conduction capability. The element has four nodes with a single degree of freedom, temperature, at each node.
The element is applicable to a 2-D, steady-state or transient thermal analysis. The element can also compensate for mass transport heat flow from a constant velocity field. If the model containing the temperature element is also to be analyzed structurally, the element should be replaced by an equivalent structural element (such as PLANE182).
A similar element with midside node capability is PLANE77. A similar axisymmetric element which accepts nonaxisymmetric loading is PLANE75.
An option exists that allows the element to model nonlinear steady-state fluid flow through a porous medium. With this option the thermal parameters are interpreted as analogous fluid flow parameters. See PLANE55 in the Mechanical APDL Theory Reference for more details about this element.
The geometry, node locations, and the coordinate system for this element are shown in Figure 55.1: PLANE55 Geometry. The element is defined by four nodes and the orthotropic material properties. Orthotropic material directions correspond to the element coordinate directions. The element coordinate system orientation is as described in Coordinate Systems. Specific heat and density are ignored for steady-state solutions. Properties not input default as described in the Material Reference.
Element loads are described in Nodal Loading. Convection or heat flux (but not both) and radiation may be input as surface loads at the element faces as shown by the circled numbers on Figure 55.1: PLANE55 Geometry.
Heat generation rates may be input as element body loads at the nodes. If the node I heat generation rate HG(I) is input, and all others are unspecified, they default to HG(I).
A mass transport option is available with KEYOPT(8). With this option the velocities VX and VY must be input as real constants (in the element coordinate system). Also, temperatures should be specified along the entire inlet boundary to assure a stable solution. With mass transport, you should use specific heat (C) and density (DENS) material properties instead of enthalpy (ENTH).
The nonlinear porous flow option is selected with KEYOPT(9) = 1. For this option, temperature is interpreted as pressure and the absolute permeabilities of the medium are input as material properties KXX and KYY. Properties DENS and VISC are used for the mass density and viscosity of the fluid. See the Mechanical APDL Theory Reference for a description of the properties C and MU, which are used in calculating the coefficients of permeability, with reference to the Z terms ignored. Temperature boundary conditions input with the D command are interpreted as pressure boundary conditions, and heat flow boundary conditions input with the F command are interpreted as mass flow rate (mass/time).
This element can also have a Z-depth specified by KEYOPT(3) and real constant THK. Be careful when using this option with other physics, especially radiation. Radiation view factors will be based on a unit Z-depth (only).
A summary of the element input is given in "PLANE55 Input Summary". A general description of element input is given in Element Input. For axisymmetric applications see Harmonic Axisymmetric Elements.
I, J, K, L
TEMP
THK, VX, VY
THK = Thickness (used only if KEYOPT(3) = 3)
VX = Mass transport velocity in X (used only if KEYOPT(8) > 0)
VY = Mass transport velocity in Y (used only if KEYOPT(8) > 0)
MP command: KXX, KYY, DENS, C, ENTH, VISC, MU (VISC and MU used only if KEYOPT (9) = 1.
Do not use ENTH with KEYOPT(8) = 1 or 2.
face 1 (J-I), face 2 (K-J), face 3 (L-K), face 4 (I-L)
HG(I), HG(J), HG(K), HG(L)
How to evaluate film coefficient:
Evaluate film coefficient (if any) at average film temperature, (TS + TB)/2
Evaluate at element surface temperature, TS
Evaluate at fluid bulk temperature, TB
Evaluate at differential temperature, |TS - TB|
Element behavior:
Plane
Axisymmetric
Plane with Z-depth, specified via real constant THK.
Element coordinate system:
Element coordinate system is parallel to the global coordinate system
Element coordinate system is based on the element I-J side.
Mass transport effects:
No mass transport effects
Mass transport with VX and VY
Same as 1 but also print mass transport heat flow
Nonlinear fluid flow option:
Standard heat transfer element
Nonlinear steady-state fluid flow analogy element (temperature degree of freedom interpreted as pressure)
The solution output associated with the element is in two forms:
Nodal temperatures included in the overall nodal solution
Additional element output as shown in Table 55.1: PLANE55 Element Output Definitions
For an axisymmetric analysis the face area and the heat flow rate are on a full 360° basis. Convection heat flux is positive out of the element; applied heat flux is positive into the element. If KEYOPT(9) = 1, the standard thermal output should be interpreted as the analogous fluid flow output. The element output directions are parallel to the element coordinate system. A general description of solution output is given in Solution Output and of postprocessing data in Degenerated Shape Elements. See the Basic Analysis Guide for ways to view results.
The Element Output Definitions table uses the following notation:
A colon (:) in the Name column indicates that the item can be accessed by the Component Name method (ETABLE, ESOL). The O column indicates the availability of the items in the file Jobname.OUT. The R column indicates the availability of the items in the results file.
In either the O or R columns, “Y” indicates that the item is always available, a number refers to a table footnote that describes when the item is conditionally available, and “-” indicates that the item is not available.
Table 55.1: PLANE55 Element Output Definitions
Name | Definition | O | R |
---|---|---|---|
EL | Element Number | Y | Y |
NODES | Nodes - I, J, K, L | Y | Y |
MAT | Material number | Y | Y |
VOLU: | Volume | Y | Y |
XC, YC | Location where results are reported | Y | 4 |
HGEN | Heat generations HG(I), HG(J), HG(K), HG(L) | Y | - |
TG:X, Y, SUM | Thermal gradient components and vector sum at centroid | Y | Y |
TF:X, Y, SUM | Thermal flux (heat flow rate/cross-sectional area) components and vector sum at centroid | Y | Y |
FACE | Face label | 1 | - |
AREA | Face area | 1 | 1 |
NODES | Face nodes | 1 | 1 |
HFILM | Film coefficient at each node of face | 1 | - |
TBULK | Bulk temperature at each node of face | 1 | - |
TAVG | Average face temperature | 1 | 1 |
HEAT RATE | Heat flow rate across face by convection | 1 | 1 |
HFAVG | Average film coefficient of the face | - | 1 |
TBAVG | Average face bulk temperature | - | 1 |
HFLXAVG | Heat flow rate per unit area across face caused by input heat flux | - | 1 |
HEAT RATE/AREA | Heat flow rate per unit area across face by convection | 1 | - |
HFLUX | Heat flux at each node of face | 1 | - |
HEAT FLOW BY MASS TRANSPORT | Heat flow rate across face by mass transport | 2 | - |
PRESSURE GRAD | Total pressure gradient and its X and Y components | 3 | - |
MASS FLUX | Mass flow rate per unit cross-sectional area | 3 | - |
FLUID VELOCITY | Total fluid velocity and its X and Y components | 3 | - |
Available only at centroid as a *GET item.
Table 55.2: PLANE55 Item and Sequence Numbers lists output available through the ETABLE command using the Sequence Number method. See The General Postprocessor (POST1) in the Basic Analysis Guide and The Item and Sequence Number Table of this reference for more information. The following notation is used in Table 55.2: PLANE55 Item and Sequence Numbers:
output quantity as defined in the Table 55.1: PLANE55 Element Output Definitions
predetermined Item label for ETABLE command
sequence number for solution items for element Face n
The element must not have a negative or a zero area.
The element must lie in an X-Y plane as shown in Figure 55.1: PLANE55 Geometry and the Y-axis must be the axis of symmetry for axisymmetric analyses. An axisymmetric structure should be modeled in the +X quadrants.
A triangular element may be formed by defining duplicate K and L node numbers as described in Degenerated Shape Elements.
The specific heat and enthalpy are evaluated at each integration point to allow for abrupt changes (such as melting) within a coarse grid of elements.
Because the element is linear, the heat flux distribution is piecewise constant and, hence, the accuracy is low if the mesh is too coarse. This becomes more pronounced for axisymmetric elements (KEYOPT(3) =1) in which radial variation of heat flux is expected. To obtain a more accurate heat flux, increase the mesh density.
If the thermal element is to be replaced by a PLANE182 structural element with surface stresses requested, the thermal element should be oriented with face IJ or face KL as a free surface. A free surface of the element (that is, not adjacent to another element and not subjected to a boundary constraint) is assumed to be adiabatic.
Thermal transients having a fine integration time step and a severe thermal gradient at the surface will also require a fine mesh at the surface.
If KEYOPT(8) > 0, unsymmetric matrices are produced.
When mass flow is activated (KEYOPT(8) = 1 or 2), the element Peclet number should be less than 1:
Where L is an element length scale based on the flow direction and element geometry. See PLANE55 in the Mechanical APDL Theory Reference for more details.
When used in the product(s) listed below, the stated product-specific restrictions apply to this element in addition to the general assumptions and restrictions given in the previous section.
ANSYS Mechanical Pro
This element does not have the mass transport or fluid flow options. KEYOPT(8) and KEYOPT(9) default to 0 and cannot be changed.
Birth and death is not available.
ANSYS Mechanical Premium
This element does not have the mass transport or fluid flow options. KEYOPT(8) and KEYOPT(9) default to 0 and cannot be changed.
Birth and death is not available.