ANS2TMG module information

ANS2TMG translates Ansys models into thermal solver input files by merging Ansys and thermal solver data, creating necessary boundary conditions, and converting thermal elements and material properties.

ANS2TMG accepts Ansys version 5 FE model in ASCII file format, which can be generated from Ansys by issuing the CDWRITE command.

For Ansys version 5.5 you should include the UNBLOCKED option with the CDWRITE command.

To translate an Ansys FE model file into TMG input file format:

  1. Create a TMG format include file, containing boundary conditions, analysis control and other data. Call this file inpf.inc.
  2. Name your Ansys input file file.cdb.
  3. Run the TMG Executive Menu from the operating system, and select the RA switch. This operation creates a TMG input file INPF and run it.

To create TMG geometry interpolation file in the VUFF format for temperature mapping post-processing by the TMGINT module, select the BI switch in the TMG Executive Menu.

ANS2TMG translates the following Ansys FE model identities into TMG FD model:

  • Ansys FE nodes are translated into TMG nodes.
  • Ansys thermal elements are translated into TMG elements. The Ansys element types translated are: SURF19, SURF22, LINK32, LINK33, PLANE35, SHELL57, SELL63, PLANE67, LINK68, PLANE77, SOLID70, MASS71, SOLID87, and SOLID90.
  • SURF19 and SURF22 are translated only when temperature has been defined as one of their degrees of freedom.
  • The extra nodes from surface effect elements and higher order elements are ignored.
  • Ansys thermal material property data are translated into TMG Card 9 MAT cards. The material properties translated are: density DENS, specific heat C, thermal conductivities KXX, KYY, and KZZ, and radiation emissivity EMIS. TMG automatically assigns a default solar absorptivity of -1E6 for each MAT card.

For temperature-dependent material properties corresponding Card 9 TABTYPE and TABDATA cards are generated. Thermal conductivities, C, and EMIS are translated into corresponding TABTYPE Card KTHERM, CPP and E codes. Density is always assumed to be constant.

Ansys real constants are translated into TMG Card 9 PROP Physical Property cards.