|
[Sponsors] |
How to include lift force for particle tracking |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 19, 2015, 09:56 |
How to include lift force for particle tracking
|
#1 |
Member
Jeong Kim
Join Date: Feb 2010
Posts: 42
Rep Power: 16 |
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? |
|
March 28, 2015, 17:17 |
|
#2 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
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:
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; } Code:
particleForces { sphereDrag; gravity; SaffmanMeiLiftForce { U U.air; } } Best regards, Bruno
__________________
|
||
April 5, 2017, 02:53 |
Adding new forces in the existing solver
|
#3 |
Member
AJAY BHANDARI
Join Date: Jul 2015
Location: INDIA
Posts: 57
Rep Power: 11 |
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 |
|
June 26, 2019, 05:21 |
|
#4 |
New Member
Nigel Bruce Khan
Join Date: Jul 2017
Location: Ankara, Turkey
Posts: 7
Rep Power: 9 |
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.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Lift force in UDF | linh nguyen | Fluent UDF and Scheme Programming | 1 | June 24, 2014 06:56 |
How to include Lift Force in Eulerian Multiphase? | vagaikwa | FLUENT | 0 | April 16, 2013 18:39 |
The lift force coefficient in bubbly flow | Kai Yan | Main CFD Forum | 1 | November 4, 2008 14:54 |
Urgently Need the code of Lift force and VM force | Kai Yan | Main CFD Forum | 0 | July 16, 2008 08:07 |
Saffman Lift Force | CFD MAN | Main CFD Forum | 0 | November 26, 2002 19:26 |