TRASYS output format
The REFORM module can transform the conductance-capacitance model to TRASYS format.
If Card 2a N = 2048
, a TRASYS model is written in the FMODLF file. The following rules are used:
- Lump mass elements are ignored.
- Beam elements are transformed into
TYPE
=ELEM
surfaces. The surface area per unit length must be specified on the PROP card. Elements may also be written asTYPE
=CY
surfaces by adding the following Card 9:GPARAM 7 1 1
- Triangular planar elements with emissivities
≥ 0
are transformed intoTYPE
=POLY
surfaces. - Planar quadrilateral elements with emissivities
≥ 0
are transformed intoTYPE
=POLY
,TYPE
=RECT
, orTYPE
=TRAP
surfaces. - The default is
ACTIVE
=TOP
. If the reverse side of an element is created with a Card 9 REVNODE and the same radiative surface properties,ACTIVE
=BOTH
is used.ACTIVE
=OUT
is used for beam elements. - Each element is assigned a TRASYS surface number, for example element
912
may be written asSURFN = 2
. The association between912
and surface number2
is made at the end of the deck by an entry into the CORRESPONDENCE DATA block, for example912 = 2
.
In order to avoid surface number conflicts, surface numbers are assigned sequentially in increments of 4 for TYPE
= POLY
surfaces. This is because internally TRASYS splits each ACTIVE
= TOP
quadrilateral POLY
type surfaces into two and ACTIVE
= BOTH
into four sequentially numbered surfaces, making it necessary to leave space for the additional surface numbers.
In your CAE software you can create DISK, CONE, CYL, SPHERO, PARAB TRASYS surface types. To do this, generate a mapped mesh using higher order elements on a disk, cone, cylinder, spheroid, or paraboloid. Make the mesh including the midside nodes line up with the latitudes and longitudes, otherwise the elements will be transformed into TYPE
= POLY
or other errors can result.
The orientation of the surfaces follows the standard TMG convention, if the nodes are specified in a counterclockwise order, the element faces the viewer.