***************************************************************** * EnSight Data Format Checker * * =========================== * * Currently, * * 1. Must be run from directory in which casefile is located. * * 2. Handles EnSight6 and EnSight Gold formats only. * * 3. Does not process SOS casefiles. * ***************************************************************** ====> Output Verbosity set for default, which includes: Problems + Warnings + Informational Note: You can change this via environment variable if desired setenv ENS_CHECKER_VERBOSITY n Where: n = 0 For Problems only (no other feedback) n = 1 For Problems + Warnings n = 2 For Problems + Informational (no warnings) n = 3 For Problems + Warnings + Informational (default) Casefile to Process: -------------------- zNormal.case (Opened successfully) --------------------- Major Sections Found: --------------------- Required FORMAT section (at line 1) Required GEOMETRY section (at line 4) Optional VARIABLE section (at line 7) Optional TIME section (at line 10) --------------- FORMAT Section: --------------- EnSight Gold Format (set at line 2) ------------- TIME section: ------------- Info for timeset number: 1 ---------------------------- Time set: 1 (at line 11) No description provided Number of steps: 1 (at line 12) Filename start number: 0 (at line 13) Filename increment: 1 (at line 14) Time values: (starting on line 15) time values[1] = 0 >-------------------< > TIME section OKAY < >-------------------< ----------------- GEOMETRY Section: ----------------- -------- Model filename is: zNormal.000.mesh (at line 5) Static geometry -------- Opened zNormal.000.mesh successfully File type is: ASCII This is Step: 0 Description 1: Ensight Geometry File Description 2: ===================== node ids: assign element ids: assign No extents given Part 1: Description is: zNormal.000.mesh Unstructured Part Number of nodes is: 67699 X Coordinates for (67699) nodes found Y Coordinates for (67699) nodes found Z Coordinates for (67699) nodes found Number of tria3 elements in section is: 134116 Connectivities for (134116) tria3 elements found >-----------------------< > GEOMETRY section OKAY < >-----------------------< ----------------- VARIABLE Section: ----------------- scalar per node: alpha1 (at line 8) Filename is: zNormal.***.alpha1 Transient variable Associated time set is: 1 -------- Opened zNormal.000.alpha1 successfully Description: scalar Part 1: ===> Problem: ------------- Previous lines end with 1 extra chars on the line, but line 21123 has 2 extra chars. The lines must be consistent or EnSight will have trouble reading it. -3.26244e-105| -----------^ Looking for: (1) numbers per line field width of (12) per number ===> Problem: ------------- Not successful reading (67699) nodal scalar values >-------------------------< > VARIABLE section FAILED < >-------------------------< >-*-*-*-*-*-* bummer! *-*-*-*-*-*-< > < > Verification of the data FAILED < > < >-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-<