Difference between revisions of "PHASTA ParaView Files"
From PHASTA Wiki
(Created page with "'''Phasta ParaView Files''' are the file formats used to directly read PHASTA files (<code>geombc</code> and <code>restart</code>) into ParaView. To do so, you must c...") |
(Add reference to Paraview with syncio) |
||
Line 9: | Line 9: | ||
== <code>.phts</code> File Format == | == <code>.phts</code> File Format == | ||
− | This is used for when the PHASTA files are in the SyncIO format. Very similar to <code>.pht</code> format, but with an extra line specifying the number of files. | + | This is used for when the PHASTA files are in the SyncIO format. Very similar to <code>.pht</code> format, but with an extra line specifying the number of files. Examples of them can be found at [[Paraview with syncio]]. |
Latest revision as of 16:09, 30 August 2022
Phasta ParaView Files are the file formats used to directly read PHASTA files (geombc
and restart
) into ParaView.
To do so, you must create a .pht
or .phts
file.
.pht
File Format
.pht
files are for PHASTA files in POSIX format. The format of the .pht
file can be found on ParaView's documentation.
.phts
File Format
This is used for when the PHASTA files are in the SyncIO format. Very similar to .pht
format, but with an extra line specifying the number of files. Examples of them can be found at Paraview with syncio.