Exodus_results.txt «Newest • 2027»
: You can read a finite element model from one Exodus database while concurrently writing results to multiple files, such as two separate Exodus files and a third file in CGNS format.
: Results files are structured so that the time (or frequency) dimension is "unlimited," allowing every node to store the same number of result variables at each time step for consistency. exodus_results.txt
: Each output database can have its own unique schedule for when data is written and which specific variables are included. : You can read a finite element model
: While Exodus is a binary format based on NetCDF , the seacas tool exotxt allows you to convert these files into a text format (e.g., exodus_results.txt ) for easy examination and debugging. exodus_results.txt