CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > Tecplot

visualize the Lagrangian particles with Tecplot 360

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By ztnuaa

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 21, 2017, 11:57
Default visualize the Lagrangian particles with Tecplot 360
  #1
Senior Member
 
Join Date: Jan 2013
Posts: 372
Rep Power: 14
openfoammaofnepo is on a distinguished road
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
openfoammaofnepo is offline   Reply With Quote

Old   July 28, 2017, 03:51
Default
  #2
New Member
 
Timo ZHANG
Join Date: Aug 2016
Posts: 27
Rep Power: 9
ztnuaa is on a distinguished road
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
openfoammaofnepo likes this.
ztnuaa is offline   Reply With Quote

Old   August 27, 2017, 01:40
Default
  #3
Senior Member
 
Join Date: Jan 2013
Posts: 372
Rep Power: 14
openfoammaofnepo is on a distinguished road
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:
Originally Posted by ztnuaa View Post
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
openfoammaofnepo is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[OpenFOAM] How to get Path lines for lagrangian particles? vidyadhar ParaView 0 February 2, 2017 04:21
Tecplot 360 2011 R2 preview with OpenFOAM data loader available for evaluation scott_rumage OpenFOAM Post-Processing 50 January 23, 2017 02:49
Corellation dimension of lagrangian particles oswald OpenFOAM Post-Processing 0 January 27, 2016 07:30
Add lagrangian particles to OpenFoam solver luchen2408 OpenFOAM 0 June 2, 2015 03:10
Exporting particles of lagrangian solvers to Tecplot maysmech OpenFOAM Post-Processing 1 May 3, 2015 11:08


All times are GMT -4. The time now is 01:02.