Next: Element and Node Set
Up: Format of the neutral
Previous: Nodal Point Coordinate Data
KEY, NUMBER, TYPE, GROUP, MATERIAL, SYSID, VARIANTto be written with the format:
FORMAT (1X, I2, 6I5)
or: FORMAT (1X, I2, I10, 5I5) for 10 digit element number formatWhere:
| 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. | ||
| NUMBER | = | element number |
| TYPE | = | element type (see Appendix C) |
| GROUP | = | element group number |
| MATERIAL | = | material property number |
| SYSID | = | local system identifier (not currently used) |
| VARIANT | = | element variant number (corresponding to FEMGEN ) |
Followed by data continuation records (for definition of the element topology) of the form:
KEY, NODE1, NODE2, ..., NODE15
To be written with the format:
FORMAT (1X, I2, 15I5)
or: FORMAT (1X, I2, 10I10) for 10 digit node number format
Where:
| KEY | = | -2 for a data continuation record |
| NODE1 etc. | = | node numbers defining the element |
Notes:
Femsys Limited