Difference between revisions of "The On Ramp/Level 1/Post-Process"

From PHASTA Wiki
Jump to: navigation, search
(Visualization File)
(Visualization File)
Line 1: Line 1:
  
 
== Visualization File ==
 
== Visualization File ==
In the directory where the case was run, you will need a meta-data file with a <code>.pht</code> file extension. You can copy over an example file from the tutorials folder called <code>flow.pht</code>. An example of this file with a detailed explanation of what is inside of the file is outlined [https://fluid.colorado.edu/tutorials/ParaviewWithMark_meta_data_description.mp4 here].
+
In the directory where the case was run, you will need a meta-data file with a <code>.pht</code> file extension. You can copy over an example file from the tutorials folder called <code>flow.pht</code>. A detailed explanation of what is inside of the <code>.pht</code> file is located [https://fluid.colorado.edu/tutorials/ParaviewWithMark_meta_data_description.mp4 here].
  
 
==Visualizing Fields and Computing Quantities==
 
==Visualizing Fields and Computing Quantities==

Revision as of 15:22, 9 June 2021

Visualization File

In the directory where the case was run, you will need a meta-data file with a .pht file extension. You can copy over an example file from the tutorials folder called flow.pht. A detailed explanation of what is inside of the .pht file is located here.

Visualizing Fields and Computing Quantities

As always, set the environment (if you have not done so already) by using:

more ~kjansen/soft-core.sh

To open the visualization tool paraview, run the command:

vglrun paraview

A tutorial on how to navigate the GUI to visualize solution fields as well as compute other solution fields is given here.