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
where is the temperature field, are the finite element interpolation functions, is the material density, is the material time derivative of the internal energy, is the (possibly anisotropic) conductivity matrix, is the prescribed heat flux per unit volume, is the volume of the domain, and is the surface on which heat flux per unit area is either directly prescribed or specified through film and radiation conditions.
The external flux vector is defined as
The internal flux vector is defined as
The net flux vector is defined as the sum of the internal flux vector and the external flux vector . The heat capacity matrix is defined as
The thermal conductivity matrix is defined as
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.