|
[Sponsors] |
July 4, 2013, 13:32 |
Normalization of data in Tecplot
|
#1 |
Member
Mike
Join Date: Apr 2011
Location: Canada
Posts: 83
Rep Power: 15 |
Hi there,
I need guidance on how to normalize the data in Tecplot. I want to normalize the data (say in a 2-D plane) by the maximum value in the same plane. If I can do it in Tecplot which already has all the data, I do not need to re-run the post-processing and that will save a lot of time when the number of planes is high or etc. An other problem for example: In on pressure contour plot, I normalized the contours by (ro*Uinf^2). Now if I want to normalize by (0.5*ro*Uinf^2), I just need to divide the whole plane by 0.5 instead of running my original code. I'd appreciate your comments and guidance. |
|
July 12, 2013, 19:24 |
Normalization of data in Tecplot - specify equations
|
#2 |
Senior Member
Scott Rumage
Join Date: May 2009
Location: Seattle, WA
Posts: 152
Rep Power: 17 |
I believe you would want to use the calculate variables option in Tecplot. From the Menu go to Data>>Alter>>Specify Equations, and then type something like:
{new normalized variable}= 0.5*ro*Uinf**2 See the Tecplot 360 user's manual (http://www.tecplot.com/support/documentation/ ) page 305 for details on proper syntax, etc. You can also click on "Help>>Tecplot 360 Help" in Tecplot 360, and search on "specify equations" to get examples of syntax and options. Scott |
|
July 12, 2013, 23:44 |
|
#3 |
Member
Mike
Join Date: Apr 2011
Location: Canada
Posts: 83
Rep Power: 15 |
Thanks very much Scott.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Reading Additional Data Quantities from Fluent into Tecplot | fremder | Tecplot | 9 | December 16, 2016 16:35 |
[Commercial meshers] fluentMeshToFoam multidomain mesh conversion problem | Attesz | OpenFOAM Meshing & Mesh Conversion | 12 | May 2, 2013 11:52 |
CGNS vs Tecplot Data Format | LWhitson2 | Main CFD Forum | 3 | July 1, 2011 14:50 |
How to update polyPatchbs localPoints | liu | OpenFOAM Running, Solving & CFD | 6 | December 30, 2005 18:27 |
Tecplot can't read data file from Fluent. | stephen | FLUENT | 8 | November 21, 2001 21:27 |