CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   ParaView (https://www.cfd-online.com/Forums/paraview/)
-   -   [General] Derived Quantities in Paraview (https://www.cfd-online.com/Forums/paraview/196628-derived-quantities-paraview.html)

apoorv December 9, 2017 23:52

Derived Quantities in Paraview
 
Hi

I am using Paraview with SU2. Now the problem I face is that SU2 outputs 'conservative vector' instead of 'primitive vector (rho, u,v, w, pressure) in paraview(vtk) file it dumps. Is there any simpler way to get 'primitve variable' using the formula we usually use.

Meaning can I derive 'primitive variable' from the 'conservative variable' and plot in paraview.

Thanks

Apoorv

tomf December 11, 2017 04:32

You can use the calculator filter:

Code:

rho = Conservative_1
U =(Conservative_2*iHat+Conservative_3*jHat+Conservative_4*kHat)/Conservative_1

I think pressure and temperature are already available.

Regards,
Tom

apoorv December 12, 2017 09:52

Thanks
 
Thanks Tom


All times are GMT -4. The time now is 05:03.