CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

Lagrangian particle

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 24, 2009, 08:13
Default Lagrangian particle
  #1
New Member
 
michel elsner
Join Date: Mar 2009
Location: Germany - Berlin and Leipzig
Posts: 26
Rep Power: 17
holzmichel is on a distinguished road
Send a message via Skype™ to holzmichel
Hello all,

can someone explain me what the number after the lagrangian position (x y z) n means, please. I have tried to find out the meaning but I come to no solution .

Thanks

Michél
holzmichel is offline   Reply With Quote

Old   April 24, 2009, 12:59
Default
  #2
Super Moderator
 
niklas's Avatar
 
Niklas Nordin
Join Date: Mar 2009
Location: Stockholm, Sweden
Posts: 693
Rep Power: 29
niklas will become famous soon enoughniklas will become famous soon enough
It is the normal of the plane that the parcel moves in for 2D wedge simlations.
niklas is offline   Reply With Quote

Old   April 27, 2009, 02:55
Default
  #3
New Member
 
michel elsner
Join Date: Mar 2009
Location: Germany - Berlin and Leipzig
Posts: 26
Rep Power: 17
holzmichel is on a distinguished road
Send a message via Skype™ to holzmichel
thank you for the answer
holzmichel is offline   Reply With Quote

Old   April 27, 2009, 07:11
Default
  #4
Super Moderator
 
niklas's Avatar
 
Niklas Nordin
Join Date: Mar 2009
Location: Stockholm, Sweden
Posts: 693
Rep Power: 29
niklas will become famous soon enoughniklas will become famous soon enough
actually, i was wrong.

its the cell number of the cell it is currently in.
the vectors are all written last.
niklas is offline   Reply With Quote

Old   April 27, 2009, 08:51
Default
  #5
New Member
 
michel elsner
Join Date: Mar 2009
Location: Germany - Berlin and Leipzig
Posts: 26
Rep Power: 17
holzmichel is on a distinguished road
Send a message via Skype™ to holzmichel
well. are you sure? because i played with the number and the particles start every time at the same position but has different movements properties.
holzmichel is offline   Reply With Quote

Old   April 27, 2009, 10:35
Default
  #6
New Member
 
michel elsner
Join Date: Mar 2009
Location: Germany - Berlin and Leipzig
Posts: 26
Rep Power: 17
holzmichel is on a distinguished road
Send a message via Skype™ to holzmichel
ok. you are right.
but where can i found the function for this?
holzmichel is offline   Reply With Quote

Old   April 28, 2009, 05:49
Default
  #7
Super Moderator
 
niklas's Avatar
 
Niklas Nordin
Join Date: Mar 2009
Location: Stockholm, Sweden
Posts: 693
Rep Power: 29
niklas will become famous soon enoughniklas will become famous soon enough
Quote:
Originally Posted by holzmichel View Post
ok. you are right.
but where can i found the function for this?
src/lagrangian/basic/Particle/Particle.H
niklas is offline   Reply With Quote

Old   April 28, 2009, 06:40
Default
  #8
New Member
 
michel elsner
Join Date: Mar 2009
Location: Germany - Berlin and Leipzig
Posts: 26
Rep Power: 17
holzmichel is on a distinguished road
Send a message via Skype™ to holzmichel
thank you again
holzmichel is offline   Reply With Quote

Old   May 4, 2009, 04:43
Default kinematicCloud, a different question on lagrangian particles
  #9
Member
 
Niklas Wikstrom
Join Date: Mar 2009
Posts: 86
Rep Power: 17
wikstrom is on a distinguished road
Hi,

I want to trace passive particles through a steady state RANS-solution, and have written a simple code using kinemaitcCloud. Seems to work well at first, but as the time steps march on, the clock time for each time step increases immensely. What might be the reason to this behaviour? Sure, as the particles enter further into the solution the flow speed increases, but not tremendously so. See the attached graph showing how clock time increases with time steps. Number of parcels are ~1e4 and the case size is about 2M cells from snappyHexMesh.

Cheers
Niklas
Attached Images
File Type: jpg kinematicCloudClockTimes.jpg (39.8 KB, 36 views)
wikstrom is offline   Reply With Quote

Old   May 5, 2009, 05:39
Default
  #10
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
Hi Niklas!

Quote:
Originally Posted by wikstrom View Post
I want to trace passive particles through a steady state RANS-solution, and have written a simple code using kinemaitcCloud. Seems to work well at first, but as the time steps march on, the clock time for each time step increases immensely. What might be the reason to this behaviour? Sure, as the particles enter further into the solution the flow speed increases, but not tremendously so. See the attached graph showing how clock time increases with time steps. Number of parcels are ~1e4 and the case size is about 2M cells from snappyHexMesh.
First question: does the number of particles stay constant during the simulation? (I guess you already checked for that). If for instance injected particles get trapped in some cavity and won't leave the system that would explain the increase

Does the time spent in the lagrangian solver increase or in the other parts? To find an answer to things like that I use this extension:
http://www.cfd-online.com/Forums/ope...profiling.html
If you prefer to use valgrind (like Henry suggested in that thread) I'd suggest that you restart from one of the later timesteps (where the calculation-time already exploded) because callgrind multiplies the time a run needs(at least for me, but maybe I'm using it wrong).

If the number of particles in the system doesn't increase and the lagrangian part is the one that eats up the CPU-time then I guess the reason is that the time-step during the lagrangian calculation becomes very small (either because particles have to travel through very small cells or because particles often pass zones were the velocity relative to the gas is high) but that is just a guess

Bernhard
gschaider is offline   Reply With Quote

Old   May 5, 2009, 09:07
Default kinematicCloud
  #11
Member
 
Niklas Wikstrom
Join Date: Mar 2009
Posts: 86
Rep Power: 17
wikstrom is on a distinguished road
Thank you Bernhard for the answer!

The answer probably lies in small local time steps as the particles enter the 'interesting region'. To be realistic, sadly, I will not have the time to profile the solver; It was years since I used Valgrind I'm afraid...

again, Thank you.

N.
wikstrom is offline   Reply With Quote

Old   May 5, 2009, 09:47
Default Callgrind
  #12
Member
 
Niklas Wikstrom
Join Date: Mar 2009
Posts: 86
Rep Power: 17
wikstrom is on a distinguished road
Oh, it does not look that hard to use :-) I'll try it.

N.
wikstrom 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
Lagrangian Particle Tracking model In CFX Kushagra CFX 8 December 2, 2010 21:18
DPM UDF particle position using the macro P_POS(p)[i] dm2747 FLUENT 0 April 17, 2009 01:29
Plotting particle wall impact angle (Lagrangian pt Bart Prast CFX 0 January 26, 2009 04:23
Number of particle positions in Lagrangian model KK CFX 4 February 16, 2008 04:56
Lagrangian particle tracking worth Siemens 1 October 19, 2004 03:10


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