Generating Thermal Matrices

Thermal matrix generation:

  • allows for the mathematical abstraction of model data such as mesh and material information by generating global or element matrices representing the thermal conductivity, heat capacity, and load at specific times;

  • writes matrix data to a binary SIM document that can be further processed by Abaqus; and

  • can be used only as part of an uncoupled heat transfer analysis.

This page discusses:

Introduction

A linearized heat transfer finite element model can be summarized in terms of the thermal load vector and thermal matrices that represent the heat capacity and the thermal conductivity. This mathematical abstraction serves various purposes. For example, you can use these matrices to exchange model data with other users, vendors, or software packages without exchanging mesh or material information. You can also use these matrices in techniques such as model order reduction. This abstraction can also be extended to transient nonlinear problems, which can be treated as a series of piecewise linear models constructed from thermal matrix data at discrete times.

Thermal matrix generation occurs in a heat transfer analysis and accounts for all the current boundary conditions, loads, and material response in the model. The generated matrices are stored in a SIM document named jobnameTHERMn.sim, where jobname is the name of the input file or analysis job and n is the number of the Abaqus heat transfer step that generates the matrices.

Defining Matrix Types

The continuous time description of the spatially discretized heat transfer equation (see Uncoupled heat transfer analysis) is

VNNρU˙dV=-VNNxkθxdV+VNNrdV+SqNNqdS,

where θ is the temperature field, NN are the finite element interpolation functions, ρ is the material density, U˙ is the material time derivative of the internal energy, k is the (possibly anisotropic) conductivity matrix, r is the prescribed heat flux per unit volume, V is the volume of the domain, and Sq is the surface on which heat flux per unit area q is either directly prescribed or specified through film and radiation conditions.

The external flux vector P is defined as

PN=VNNrdV+SqNNqdS.

The internal flux vector I is defined as

IN=-VNNxkθxdV.

The net flux vector F is defined as the sum of the internal flux vector I and the external flux vector P. The heat capacity matrix C is defined as

CNM=VNNρUθNMdV.

The thermal conductivity matrix K is defined as

KNM=-θM[-VNNxkθxdV+VNNrdV+SqNNqdS].

That is, the thermal conductivity matrix is the negated derivative of the net flux vector with respect to the nodal temperature vector θ and, hence, includes the effect of temperature-dependent flux conditions such as film and radiation.

Specifying the Matrix Type

You can generate thermal matrices representing the following model features:

  • heat capacity

  • thermal conductivity

  • loads

The thermal conductivity matrix has an unsymmetric contribution if the thermal conductivity property is temperature dependent. This term is taken into account only if the unsymmetric solver has been activated in the step definition (see Defining an Analysis).

The load matrix contains either the nodal external flux vector or the net flux vector corresponding to the loading defined in the heat transfer step.

Generating Matrices for a Part of the Model

By default, thermal matrices are generated for all supported element types in the model. You can request that Abaqus/Standard generate matrices for a part of the model defined by an element set.

Specifying the Frequency of Matrix Generation

By default, thermal matrices are generated for every increment in the step in which it is requested. You can request that Abaqus/Standard generate matrices at a specified frequency.

Generating Assembled Matrices

By default, thermal matrices are written to the SIM document in element-by-element form. You can write assembled matrices to the SIM document, which is recommended when thermal matrix output is requested for large element sets or at frequent intervals.

Initial Conditions

Thermal matrix generation occurs in a general analysis procedure. Therefore, the generated matrices include the effect of initial conditions in transient analyses.

Boundary Conditions

Prescribed temperature boundary conditions are not imposed on the generated thermal matrices and load vector.

Loads

All types of loads supported in an uncoupled heat transfer analysis can be used for thermal matrix generation. For more information on applying loads, see About Loads. Load types that are functions of temperature (such as film and radiation) contribute additional “load stiffness” terms to the thermal conductivity matrix.

Predefined Fields

All types of predefined fields can be specified for thermal matrix generation. For more information on specifying predefined fields, see Predefined Fields.

Material Options

All types of materials that are available in Abaqus/Standard for uncoupled heat transfer can be used for thermal matrix generation.

Elements

Only continuum diffusive heat transfer elements and thermal contact elements are supported for thermal matrix generation. Thermal matrices are written to the SIM document only for supported elements.

Output

The generated matrices are written to the output SIM document in either element-by-element or assembled form. For efficiency, only nonzero matrix entries are stored in the SIM document. If the matrix is symmetric, only the nonzero entries in the upper triangular portion of the matrix are stored. You can use the matrix assembly utility (Element Matrix Assembly Utility) to assemble element matrices in the SIM document and/or write assembled matrices to text files.

Limitations

Constraints that are implemented using the degree-of-freedom elimination technique (such as tie constraints) are not processed for thermal matrix output. In addition, cavity radiation effects are not considered for thermal matrix output.

Input File Template

HEADING
…
**
STEP
Options to define an uncoupled heat transfer analysis.BOUNDARY
Options to define the boundary conditions for the heat transfer step.
**
CFLUX and/or DFLUX and/or DSFLUX
Data lines to define thermal loading
FILM and/or SFILM and/or RADIATE and/or SRADIATE
Data lines to define convective film and radiation conditions
**
ELEMENT OPERATOR OUTPUT, ASSEMBLE, STIFFNESS, DAMPING, 
LOAD, LOADTYPE=EXTERNAL, FREQUENCY=1
**
Options to define the output requests for the heat transfer step. 
**
END STEP