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

How to include lift force for particle tracking

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 19, 2015, 08:56
Default How to include lift force for particle tracking
  #1
Member
 
Jeong Kim
Join Date: Feb 2010
Posts: 42
Rep Power: 16
enoch is on a distinguished road
I wanted to look at particles' tracking using icoUncoupledKinematicParcelFoam.
SaffmanMeiLiftForce was added in kinematicCloudProperties, but I think the lift dictionary was not correctly given. How can I make it work?
Attached Images
File Type: png Screenshot from 2015-03-19 22:40:22.png (14.7 KB, 128 views)
Attached Files
File Type: txt log.txt (2.0 KB, 25 views)
enoch is offline   Reply With Quote

Old   March 28, 2015, 16:17
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings Jeongho,

I hope you don't mind, I'll quote from the private message you sent me, to add some more details to this question:
Quote:
Originally Posted by enoch
It seems that the bug on lift force is fixed, but I could not make it. I wanted to look at particles' tracking using icoUncoupledKinematicParcelFoam. SaffmanMeiLiftForce was added in kinematicCloudProperties. When I run icoUncoupledKinematicParcelFoam, the solver stops running. I think the lift dictionary was not correctly given. How can I make it work?

Code:
kinematicCloudProperties
..
subModels
{
     particleForces
     {
           sphereDrag;
           gravity;
           SaffmanMeiLiftForce;
     }
...
And as you mentioned in the private message, it's explained on this post how to use "SaffmanMeiLiftForce": http://www.cfd-online.com/Forums/ope...tml#post512967 - post #9

OK, the first detail is that the bug is already fixed in OpenFOAM 2.3.1 and 2.3.x. And according to the log file, you're using 2.3.1, therefore the bug is fixed.

As for how to use "SaffmanMeiLiftForce", you will really need to study the post I mentioned: http://www.cfd-online.com/Forums/ope...tml#post512967 - post #9
Because there are at least 2 details you need, where the first one is that you are not using it correctly:
Code:
      particleForces
     {
           sphereDrag;
           gravity;
           SaffmanMeiLiftForce;
     }
you should instead use something like this:
Code:
    particleForces
    {
        sphereDrag;
        gravity;
        SaffmanMeiLiftForce
        {
            U U.air;
        }
    }
For the second detail, you'll have to read/study the other post

Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   April 5, 2017, 01:53
Post Adding new forces in the existing solver
  #3
Member
 
AJAY BHANDARI
Join Date: Jul 2015
Location: INDIA
Posts: 57
Rep Power: 10
AJAY BHANDARI is on a distinguished road
Hi all,

I think my post best fits here. I want to do particle tracking in a porous media.

Basically i want to couple the lagrangian particle tracking with the eulerian model according to the case which i have solved.

I have started with lagrangian (solid particle) and coupled it with my eulerian solver.

Now the problem is that there are only drag force, gravity and byoyancy force which are included in the lagrangian (solid particle) solver. I want to add two new forces in this
namely vander wall force and brownian motion force.

Can somebody tell the procedure or any tutorial how to add a new force in particle tracking algorithm available in openFoam 2.4.0

Or an other particle tracking algorithm available in openFoam2.4.0 which takes care of these two forces also.

Regards
Ajay
AJAY BHANDARI is offline   Reply With Quote

Old   June 26, 2019, 04:21
Default
  #4
New Member
 
Nigel Bruce Khan
Join Date: Jul 2017
Location: Ankara, Turkey
Posts: 7
Rep Power: 8
Nigel Bruce Khan is on a distinguished road
hello, Ajay. I am doing something similar and I want to know if you figured out how to add van der wall force to your model. If yes could you please help me. Thank you.
Nigel Bruce Khan 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
Lift force in UDF linh nguyen Fluent UDF and Scheme Programming 1 June 24, 2014 05:56
How to include Lift Force in Eulerian Multiphase? vagaikwa FLUENT 0 April 16, 2013 17:39
The lift force coefficient in bubbly flow Kai Yan Main CFD Forum 1 November 4, 2008 13:54
Urgently Need the code of Lift force and VM force Kai Yan Main CFD Forum 0 July 16, 2008 07:07
Saffman Lift Force CFD MAN Main CFD Forum 0 November 26, 2002 18:26


All times are GMT -4. The time now is 21:31.