![]() |
|||
Appendix B: Exodus II File Specification |
|||
Exodus II ManualThe full Exodus II manual is available from the web.
Element Block Definition ExamplesMultiple Element Blocks
Block 100 Volume 1 Block 100 Element Type Hex8 Block 200 Surface 1 To 6 Block 200 Element Type Shell4 Block 200 Attribute 0.01 Mesh Volume 1 Export Genesis `block.g' This sequence of commands defines two element blocks (100 and 200). Element block 100 is composed of 8-node hexahedral elements and element block 200 is composed of 4-node shell elements on the surface of the block. The "thickness" of the shell elements is 0.01. The finite element code which reads the Genesis file (block.g) would refer to these blocks using the element block IDs 100 and 200. Note that the second line and the fourth line of the example are not required since both commands represent the default element type for the respective element blocks. Surface Mesh OnlyTwo-dimensional Mesh
Block 1 Surface 1 To 4 Block 1 Element Type Quad4 In this case, it is important for users to note that a two-dimensional Genesis database will result. In writing a two-dimensional Genesis database, CUBIT ignores all z-coordinate data. Therefore, the user must ensure that the Element Block is assigned to a planar surface lying in a plane parallel to the x-y plane. Currently, the Quad* element types are the only supported two-dimensional elements. Two-dimensional shell elements will be added in the near future if required. |
|||