|
[Sponsors] |
how to decide I,J,K values in .DAT for plotting in Tecplot |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 10, 2016, 06:46 |
how to decide I,J,K values in .DAT for plotting in Tecplot
|
#1 |
New Member
Join Date: Jul 2013
Posts: 28
Rep Power: 13 |
Hi all,
I have a .DAT file which has the following header: TITLE = "B00001" VARIABLES = "position-x", "position-y", "V-x", "V-y" ZONE T="Frame 0", I=200, J=150 So it has 4 columns and 30,000 rows. I want to add a new column V-z now. So do I need to input any K=<something> in the 3rd line of the file? If yes, what should be this <something> value? Another question, If I want to remove 50 rows from the original file, what values should I put in the I,J,K line now. sorry if this is too simple a question. |
|
March 15, 2016, 11:00 |
|
#2 |
Senior Member
Scott Rumage
Join Date: May 2009
Location: Seattle, WA
Posts: 152
Rep Power: 17 |
Roule,
You asked: I want to add a new column V-z now. So do I need to input any K=<something> in the 3rd line of the file? If yes, what should be this <something> value? You would only add another K value for the “position-z” value. The IJK values reference the grid which is currently just X and Y values (so K has no value for a 2D grid). For 2D grids one only uses IJ values. For 3D grids one must add the K dimension. The V-z variable implies that you have a third dimension. However one could add this V-z variable as a new column, and plot the variable in 2D. This would be an unusual thing to do (plot the velocity in the z direction on a X-Y plane), but it is easily doable. You asked: If I want to remove 50 rows from the original file, what values should I put in the I,J,K line now. You would need to be careful in how you removed the rows. Removing the rows will change the grid size and the I,K order. However I am not able say what the new I,J values would be. Scott |
|
Tags |
tecplot 360 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Tecplot 10 - connecting lines between blank values | fractals | Tecplot | 0 | February 17, 2011 04:49 |
max node values exceed max element values in contour plot | jason_t | FLUENT | 0 | August 19, 2009 12:32 |
exact face values | RubenG | Main CFD Forum | 0 | June 22, 2009 12:09 |
strange node values @ solid/fluid interface - help | JB | FLUENT | 2 | November 1, 2008 13:04 |
how to display values of each phase in tecplot? | major | FLUENT | 4 | October 30, 2004 05:01 |