|
[Sponsors] |
How to evaluate the force of particles to the fluid in Lagrangian method |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 8, 2018, 05:09 |
How to evaluate the force of particles to the fluid in Lagrangian method
|
#1 |
Member
Maria
Join Date: Jul 2013
Posts: 84
Rep Power: 13 |
Dear all,
I'm using a Eulerian-Lagrangian solver to simulate gas-solid flow. And in the UEqn.H file of the solver, there is a term of parcels.SU(U). I know that this term is used to expand the momentum equation for two-way coupling. But how to evaluate this term? Thanks in advance. Maria |
|
November 8, 2018, 11:41 |
|
#2 |
Senior Member
LT
Join Date: Dec 2010
Posts: 104
Rep Power: 15 |
Hi, maria, regarding your thread, seems what I do is similar to your issue.
How is your case going now? |
|
November 8, 2018, 12:04 |
|
#3 |
Senior Member
LT
Join Date: Dec 2010
Posts: 104
Rep Power: 15 |
Hi, I just read the source code of kinematicCloudI.H which has the implementation of SU(volVectorField& U).
In the implementation of SU(), a switch named coupled determines the two-way coupling works indeed. What does Vdt() mean in this function? |
|
November 8, 2018, 22:48 |
|
#4 | |
Member
Maria
Join Date: Jul 2013
Posts: 84
Rep Power: 13 |
Quote:
About Vdt, I think it is related to the time step, but don't know the specific meaning either... |
||
November 9, 2018, 01:50 |
|
#5 |
Senior Member
LT
Join Date: Dec 2010
Posts: 104
Rep Power: 15 |
Hi, maria, nice to see your response.
I have no clue to the terms in the implementation of SU() in kinematicCloudI.H, in fact I don't know how the coupling works. But I have a model to describe the interactions between the gas and the liquid, what I need to do is to write a new function/routine in kinematicCloudI.H to implement my model, and replace the parcels.SU(U) with my new function. I do hope it's a successful attempt. |
|
November 13, 2018, 22:46 |
|
#6 |
Senior Member
LT
Join Date: Dec 2010
Posts: 104
Rep Power: 15 |
Hi, Maria, do you understand dimensionedField and 'dimForce' in KinematicCloudI.H?
|
|
November 13, 2018, 23:28 |
|
#7 |
Senior Member
LT
Join Date: Dec 2010
Posts: 104
Rep Power: 15 |
fvOptions seems another option to hold the source?
https://openfoam.org/release/2-2-0/fv-options/ |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Volume of Fluid method for multiple fluid flows | j.patel | Main CFD Forum | 7 | November 29, 2024 07:13 |
Physics of an incompressible fluid | Jonas Holdeman | Main CFD Forum | 87 | April 22, 2019 11:40 |
fluid flow but temperature raises from nowhere? | mxcfd | STAR-CCM+ | 5 | September 16, 2014 06:46 |
which solver for particle tracking through a fluid for lagrangian based method? | ranasa | OpenFOAM Running, Solving & CFD | 0 | August 9, 2014 04:09 |
Terrible Mistake In Fluid Dynamics History | Abhi | Main CFD Forum | 12 | July 8, 2002 10:11 |