|
[Sponsors] |
How to add BrownianMotionForce in cloudProperties in OpenFOAM 10 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 19, 2023, 12:32 |
How to add BrownianMotionForce in cloudProperties in OpenFOAM 10
|
#1 |
New Member
W Zhang
Join Date: Dec 2021
Posts: 2
Rep Power: 0 |
Hello Everyone. I would like to simulate the capture of the very small number of Lagrangian droplets mixed in the gas on the cylinder using Eulerian solver pimpleFoam for the gas. It is one-way coupled. I want to add Brownian motion force in the cloudProperties. But there are some errors. Could anyone else give me some help. Thanks in advance.cloudProperties.txt
|
|
December 20, 2023, 07:21 |
|
#2 |
Senior Member
Join Date: Jun 2020
Posts: 100
Rep Power: 6 |
Hi
I think you can't do particle tracking with just pimpleFOAM. You must be using some solver based on the pimple algorithm for the fluid phase. I have used DPMFoam long ago for my simulations to track particles in turbulent flow. I assume the cloudproperties file is similar to kinematicCloudProperties in DPMFosm. In the new version, they might call DPMFoam something else. May I ask which solver are you using? From the couldProiperties file you shared, i see that you can include dispersion model, which gives particle some stochastic motion. So if you mean turbulent dispersion by Brownian motion force, then you can simply use dispersion models. There are mainly two options (in DPMFoam): StochasticDispersionRAS GradientDispersionRAS PS: if you are interested in particle tracking in OpenFOAM then you might wanna read this publication. Things will be much clear to you https://www.mdpi.com/2311-5521/7/10/337 Good luck Atul |
|
December 20, 2023, 07:54 |
|
#3 |
New Member
W Zhang
Join Date: Dec 2021
Posts: 2
Rep Power: 0 |
Hi
Thanks so much for your reply. I am using the pimpleFoam for the continuous phase gas, and the lagrangian tracer for the droplets, it is a one-way coupled and laminar flow. I can add drag, gravity, pressureGradient in the cloudProperties. But the drag, gravity, pressureGradient are in path: a: OpenFOAM-10\src\lagrangian\parcel\submodels\Momentum\Partic leForces,BrownianMotionForce is in path:b:OpenFOAM-10\src\lagrangian\parcelTurbulence\submodels\Therm odynamic\ParticleForces. Best regards, |
|
Tags |
brownian, cloudproperties, pimplefoam |
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to add WSGGM model to OpenFOAM | HosamAlrefaie | Main CFD Forum | 0 | October 24, 2021 10:50 |
[PyFoam] and paraview | eelcovv | OpenFOAM Community Contributions | 28 | May 30, 2016 10:23 |
[Gmsh] 2D Mesh Generation Tutorial for GMSH | aeroslacker | OpenFOAM Meshing & Mesh Conversion | 12 | January 19, 2012 04:52 |
New OpenFOAM Forum Structure | jola | OpenFOAM | 2 | October 19, 2011 07:55 |
Cross-compiling OpenFOAM 1.7.0 on Linux for Windows 32 and 64bits with Mingw-w64 | wyldckat | OpenFOAM Announcements from Other Sources | 3 | September 8, 2010 07:25 |