Hivel2D users manual
2D Geometry File
Two-dimensional finite element geometry files are stored in a 2D GEO file. The types
of elements supported in HIVEL2D and the numbering sequence for the elements are
shown in Figure A3. The file format is shown in Figure A4. A sample geometry file is
shown in figure D3 (Appendix D).
T1
/* Title Lines */
T2
/* Title Lines */
T3
/* Title Lines */
E3 id n1 n2 n3 mat
/* 3 node triangle */
E4 id n1 n2 n3 n4 mat
/* 4 node quad */
ND id x y z
Figure A4. 2D Geometry File Format.
The card type used in the 2D geometry file are as follows:
Card Type
T1, T2, T3
Description
Title Lines
Required
No
Format
T1 textT2 textT3 text
Sample
T1 Sample Problem
T2 Charlie Berger
T3 3/1/97
Field
Variable
Value
Description
1
text
Any text string
27
Appendix A File Formats