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

graphic particles in tecplot

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 16, 2012, 16:01
Question graphic particles in tecplot
  #1
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
hello,
does someone know how to use in tecplot a file containing a set of positions (x,y,z) of lagrangian particles while retaining the layout of the eulerian flow variables? I just want to superimpose the positions over a shaded field
FMDenaro is offline   Reply With Quote

Old   February 16, 2012, 16:40
Default
  #2
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
well, I just found the way ...
FMDenaro is offline   Reply With Quote

Old   October 25, 2012, 06:15
Default graphic particles in tecplot
  #3
New Member
 
Rastko Jovanovic
Join Date: Aug 2011
Posts: 7
Rep Power: 14
virrast is on a distinguished road
Dear Filippo,

I am trying to import particle positions from fluent to tecplot. However, I couldn't find simple solution for this. I would be grateful if you would share your method. Thank you very much.
virrast is offline   Reply With Quote

Old   October 25, 2012, 11:05
Default
  #4
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by virrast View Post
Dear Filippo,

I am trying to import particle positions from fluent to tecplot. However, I couldn't find simple solution for this. I would be grateful if you would share your method. Thank you very much.
you have to write an ascii file with the x,y,z positions and load it in tecplot within the flow field data. Then you can set to see both fields
FMDenaro is offline   Reply With Quote

Old   October 25, 2012, 12:12
Default
  #5
New Member
 
Rastko Jovanovic
Join Date: Aug 2011
Posts: 7
Rep Power: 14
virrast is on a distinguished road
Quote:
Originally Posted by FMDenaro View Post
you have to write an ascii file with the x,y,z positions and load it in tecplot within the flow field data. Then you can set to see both fields
Dear Filippo,

Thank you for your answer.
I am already doing this, however I am unable to see both fields.
Procedure I am doing is the following:
I am using fluent data loader to load my cas, and dat files.
Then I use Tecplot loader to import particle tracks, when I am asked for file I use my ascii file with injections properties.
After that I choose to add variables to existing field.
However, I am able to display only my particle tracks, fluid zones and variables exist on the list but I can not display them.
If I do the opposite, so 1st I add ascii using Tecplot data loader, and than add .cas and .dat using Fluent data loader, then I can see only fluid variables, but not particle tracks (to be clear, again I choose option to add data to existing set, I didn't replace existing data).
I would be very grateful If you would be able to comment on this.
virrast is offline   Reply With Quote

Old   October 25, 2012, 12:43
Default
  #6
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by virrast View Post
Dear Filippo,

Thank you for your answer.
I am already doing this, however I am unable to see both fields.
Procedure I am doing is the following:
I am using fluent data loader to load my cas, and dat files.
Then I use Tecplot loader to import particle tracks, when I am asked for file I use my ascii file with injections properties.
After that I choose to add variables to existing field.
However, I am able to display only my particle tracks, fluid zones and variables exist on the list but I can not display them.
If I do the opposite, so 1st I add ascii using Tecplot data loader, and than add .cas and .dat using Fluent data loader, then I can see only fluid variables, but not particle tracks (to be clear, again I choose option to add data to existing set, I didn't replace existing data).
I would be very grateful If you would be able to comment on this.

First, my files are generated by my personal code, I don't use Fluent ...
I write the .dat file with the flow variables on the Cartesian mesh and a .dat file for the particles in the form:

VARIABLES = "X","Y","Z"
ZONE F=POINT, I= Nx J= Ny K= Nz
---------
---------

The I load all the files required for a temporal sequence and I active the zone. The particles must be see as a Lagrangia mesh, without linking the point-to-point by lines but only by symbols.
I generated also some short video in this way...
FMDenaro is offline   Reply With Quote

Old   February 22, 2013, 04:43
Default
  #7
New Member
 
Join Date: Feb 2013
Posts: 3
Rep Power: 13
#FireWolf is on a distinguished road
Dear Filippo,

could you explain in more details your procedure?
I'm using a proper code to make Euler-Lagrange simulations and would like to use this kind of features to plot the particle positions in the flow field.
I'm loading directly a tecplot format file (*.plt). I followed your instructions to generate a particle positions file, but I couldn't found where I should load it in tecplot. By the way, I'm using the version 2009 of tecplot.

Best regards,
#FireWolf is offline   Reply With Quote

Old   February 22, 2013, 04:56
Default
  #8
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by #FireWolf View Post
Dear Filippo,

could you explain in more details your procedure?
I'm using a proper code to make Euler-Lagrange simulations and would like to use this kind of features to plot the particle positions in the flow field.
I'm loading directly a tecplot format file (*.plt). I followed your instructions to generate a particle positions file, but I couldn't found where I should load it in tecplot. By the way, I'm using the version 2009 of tecplot.

Best regards,
As example, try saving my file, then load it, active the zone, active the mesh and the scatter. You will see only the node of the mesh those are the lagrangian positions (you can set symbol shape, colour, dimension). You can add any file you want to see a movie
Attached Files
File Type: doc streaks.doc (63.0 KB, 216 views)
FMDenaro is offline   Reply With Quote

Old   February 22, 2013, 05:38
Default
  #9
New Member
 
Join Date: Feb 2013
Posts: 3
Rep Power: 13
#FireWolf is on a distinguished road
Dear Filippo,

thank you very much for your answer!!! Now I can see the particles into the flow field. Great!
I still having a question that is about when you wrote:

VARIABLES = "X","Y","Z"
ZONE F=POINT, I= Nx J= Ny K= Nz
---------
---------

What means Nx, Ny and Nz?

Thank you very much again!

Cheers,
#FireWolf is offline   Reply With Quote

Old   February 22, 2013, 06:27
Default
  #10
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by #FireWolf View Post
Dear Filippo,

thank you very much for your answer!!! Now I can see the particles into the flow field. Great!
I still having a question that is about when you wrote:

VARIABLES = "X","Y","Z"
ZONE F=POINT, I= Nx J= Ny K= Nz
---------
---------

What means Nx, Ny and Nz?

Thank you very much again!

Cheers,
just to mimic the cartesian structure. For example one can set Nx=1 for the initial distribution at some fixed x and distributed in y,z with Ny and Nz particles
FMDenaro is offline   Reply With Quote

Old   February 22, 2013, 06:56
Default
  #11
New Member
 
Join Date: Feb 2013
Posts: 3
Rep Power: 13
#FireWolf is on a distinguished road
Quote:
Originally Posted by FMDenaro View Post
just to mimic the cartesian structure. For example one can set Nx=1 for the initial distribution at some fixed x and distributed in y,z with Ny and Nz particles
Thank you for your answer Filippo,

In this website: http://www.me.umn.edu/courses/old_me...aformats.shtml
I found reasonable detailed explanations about tecplot files format.


Cheers,
#FireWolf is offline   Reply With Quote

Old   February 27, 2017, 03:25
Default
  #12
Senior Member
 
Join Date: Jan 2013
Posts: 372
Rep Power: 14
openfoammaofnepo is on a distinguished road
Dear Filippo,

Here what do Nx, Ny and Nz mean? So if we have N_tot particles in the computational domain, then the product of Nx, Ny and Nz, i.e. Nx*Ny*Nz, should be equal to N_{tot}? Since they are not Cartersian mesh after all, how do you distribute the Nx, Ny and Nz in the three direction?

I understand how to write out the Tecplot format data for Cartersian structured mesh.

best regards,
OFFO

Quote:
Originally Posted by FMDenaro View Post
just to mimic the cartesian structure. For example one can set Nx=1 for the initial distribution at some fixed x and distributed in y,z with Ny and Nz particles
openfoammaofnepo is offline   Reply With Quote

Old   March 27, 2024, 09:02
Default Particle visualization in fluid flow field
  #13
New Member
 
Parinaz Makhtoumi
Join Date: Mar 2024
Posts: 1
Rep Power: 0
Parinazmkt is on a distinguished road
I am currently working on a similar system, and wondering if there is any suggestions for when particles have different diameters and how to include their rotation to the visualization?
Parinazmkt 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
how to determine the number of particles injected. welch FLUENT 2 January 18, 2024 04:08
Particles are not hitting the wall CedricVH OpenFOAM Bugs 23 May 19, 2016 20:29
trying to simulate two-phase jet flow with particles in surface injection ajkratos FLUENT 5 March 3, 2015 21:33
particles model ati_ros61 FLOW-3D 3 December 6, 2009 16:03
effect of ventilation on particles problem Jules FLUENT 0 June 10, 2002 14:41


All times are GMT -4. The time now is 13:18.