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

Cloud ::move function stalls after particle removal from cloud

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By vkoppejan

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 28, 2017, 08:21
Default Cloud ::move function stalls after particle removal from cloud
  #1
Member
 
Victor Koppejan
Join Date: May 2015
Posts: 40
Rep Power: 10
vkoppejan is on a distinguished road
Hi Everyone,

I'm removing a particle from my openfoam cloud using

Code:
            forAllIter(softParticleCloud, *this, iter)
            {
                softParticle& p = iter();
                forAll(delTagList, tagI)
                {
                    if(p.ptag() == delTagList[tagI]) deleteParticle(p);
                }
            }
After doing so the code stalls in the ::move function, any ideas on how to fix this?

Thanks for your help,

Victor
vkoppejan is offline   Reply With Quote

Old   May 28, 2017, 08:43
Default
  #2
Member
 
Victor Koppejan
Join Date: May 2015
Posts: 40
Rep Power: 10
vkoppejan is on a distinguished road
Solved by using solution proposed here. Thanks for reading my question nonetheless.

https://bugs.openfoam.org/view.php?id=1310
arch.mr likes this.
vkoppejan 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
[Other] refineWallLayer Error Yuby OpenFOAM Meshing & Mesh Conversion 2 November 11, 2021 11:04
[3D Vortex Particle Method]The function in diffusion operator wyj216 Main CFD Forum 5 April 24, 2015 10:03
injection problem Mark New FLUENT 0 August 4, 2013 01:30
Problem with compile the setParabolicInlet ivanyao OpenFOAM Running, Solving & CFD 6 September 5, 2008 20:50
Droplet Evaporation Christian Main CFD Forum 2 February 27, 2007 06:27


All times are GMT -4. The time now is 08:10.