Phasta
PHASTA is a computational fluid dynamics solver that uses a stabilized finite element method.
Data Format Support
ParaView
ParaView has an experimental PHASTA file reader in CVS. It is not compiled in the official releases, so you must check out the CVS yourself and compile it. This can be done with the following commands:
$ cvs -d :pserver:anoncvs@www.ParaView.org:/cvsroot/ParaView login Logging in to :pserver:anoncvs@www.ParaView.org:2401/cvsroot/ParaView CVS password: <Press ENTER> $ cvs -d :pserver:anoncvs@www.ParaView.org:/cvsroot/ParaView co -D "2006-02-13 16:15" ParaView output truncated
This will check out a working version of ParaView from February 13, 2006, that has the Phasta reader included. Because ParaView only supports loading of single files and PHASTA separates output across multiple files, a metafile must be created. This is called the PHT file. The format of the PHT file can be found here.
- Experimental PHT Support (Phasta Metafile)
- Building ParaView with PHT Support
- Windows Binary of ParaView with PHT support

