|
[Sponsors] |
visualize the Lagrangian particles with Tecplot 360 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 21, 2017, 12:57 |
visualize the Lagrangian particles with Tecplot 360
|
#1 |
Senior Member
Join Date: Jan 2013
Posts: 372
Rep Power: 14 |
Hello,
My simulations are for multiphase combustion, in which there are gas phase and particle phase. The point approximation assumption is used here. Is it possible to visualize these Lagrangian particles with Tecplot 360? I need to output these data with my own code, so what are the data structures for these kind of outputing? Thank you. OFFO |
|
July 28, 2017, 04:51 |
|
#2 |
New Member
Timo ZHANG
Join Date: Aug 2016
Posts: 27
Rep Power: 10 |
Dear OFFO,
I assume that you want to see the diameter or temperature of the particles in tecplot. Usually I use "scatter" to implement this. The file structure is very simple, (you don't need to have file text headers like other tecplot plt files), (x,y and z mean coordinate of the particle, and dn means diameter of this particle): x1, y1, z1, d1 x2, y2, z2, d2 ... xn, yn, zn, dn Save this data to file (you can have the .dat extension but actually there is no need). Then use tecplot data loader to load this file, and activate Scatter (scatter symbol can be circle or sphere). You will see all the particles in circle or cube. Or if you want to see these particles within you geometry, you should import plot3d grid file first.(I recommend plot3d file cuz the file only have x y and z variables). Then load the particle diameter file, select "add to current data set" and then select load variables "By Position" load these 4 variables. Activate "Scatter". The final result may be : (colored by diameter) https://ztnuaa.tumblr.com/image/163517601145 Regards, ztnuaa |
|
August 27, 2017, 02:40 |
|
#3 | |
Senior Member
Join Date: Jan 2013
Posts: 372
Rep Power: 14 |
Dear Timo,
Thank you so much for your help. I will try your suggestions and will ask you for help if I met some problems. Thank you in advace!! Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM] How to get Path lines for lagrangian particles? | vidyadhar | ParaView | 0 | February 2, 2017 05:21 |
Tecplot 360 2011 R2 preview with OpenFOAM data loader available for evaluation | scott_rumage | OpenFOAM Post-Processing | 50 | January 23, 2017 03:49 |
Corellation dimension of lagrangian particles | oswald | OpenFOAM Post-Processing | 0 | January 27, 2016 08:30 |
Add lagrangian particles to OpenFoam solver | luchen2408 | OpenFOAM | 0 | June 2, 2015 04:10 |
Exporting particles of lagrangian solvers to Tecplot | maysmech | OpenFOAM Post-Processing | 1 | May 3, 2015 12:08 |