next up previous contents index
Next: Temperature Data Records Up: Format of FEMGEN Neutral Previous: Prescribed Displacement Data Records

Pressure Data Records

  A Pressure Data Set is denoted by a `KEY' of 112 in the data set header record.

KEY, LCASE, ELEM, IDOF, IFACE, NANT, VALUE

To be read with the format:

FORMAT(1X, I2, 5I5, E15.5)
or: FORMAT (1X, I2, I5, I10, 3I5, E15.5) for 10 digit node number format
Where:


KEY = -1 for a data header record
= -3 for the data set delimiter record which is an
otherwise blank record inserted at the end of the data set.
LCASE = Load Case Number
ELEM = Element Number
IDOF = Degree of Freedom 1-6 or 0 for normal to element face
IFACE = Element Face Number
NANT = Number of Nodes to follow (line load on membranes only)
VALUE = Load (pressure, force/length etc.)

And then the node data:

KEY, NODE1,...NODE15

To be read with the format:

FORMAT(1X, I2, 15I5)
or: FORMAT (1X, I2, 15I10) for 10 digit node number format
Where:


KEY = -2 for a data continuation record
NODE1 - NODE15 = node numbers

Notes:

1.
The data continuation record (KEY = -2) will be repeated until all the nodes have been defined.

next up previous contents index
Next: Temperature Data Records Up: Format of FEMGEN Neutral Previous: Prescribed Displacement Data Records

Femsys Limited
17th August 1999