Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Use the freely available GiDPost library to write post-process data files in ascii, binary or hdf5 format. Switching between these formats only requires a couple of modifications. The source code and some pre-built binaries can be downloaded from https://www.gidhomegidsimulation.com --> GiDPlus --> GidPost.
HDF5 format for static meshes are supported since version 2.5 and for dynamic meshes since version 2.7.

...

  • Meshes: for each mesh of the model a numerated subfolder should be present. The properties of the mesh, like element type, name, etc. (i.e. mesh header in ascii or binary format), are stored as attributes of this numerated folder. Inside each numerated folder, the coordinates and elements conectivitiesconnectivities. Numeration of the coordinates are global and it's recomended recommended that the numeration of the elements should be too.
  • Results: for each result of the model a numerated subfolder should be present. The properties of the results, like analysis name, step value, result type, etc. (i.e. result header in ascii or binary format), are stored as attributes of this numerated folder. Inside each numerated folder, the result id's and result values are stored.
  • GaussPoints: for each gauss point referenced by the Results a numerated subfolder should be present with its definition. The properties of the gauss point definition, like name, numer number of integartion integration points inside the element, etc. (i.e. gauss point header in ascii or binary format), are stored as attributes of this numerated folder. Eventually, the numerated folder also contains the natural coordinates of the gauss points if GiD's internal aren't used, i.e. they are defined by the simulation program.
  • ResultRangesTable: list of customized legends for the Contour Ranges visualization and referenced by the Results. Each ResultRangesTable is stored in separated numerated folders and consist of a list that associate a string or keyword to a range of result values.

...