Modeling Heavy Gas (Radon) Settling Under Gravity Using NavierStokes Physics (or others) Module #31235
Replies: 1 comment 11 replies
-
|
Hello
Your input wont do that. Because you dont have any buoyancy term from the concentration of Radon. Technically this will be abusing the ScalarTransport Physics which is for passive scalar that do not influence the fluid properties. The appropriate Physics is the TwoPhaseMixture physics. This can accomodate change in the fluid properties from the presence of the gas. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I'm working on modeling radon gas transport in underground mine stopes, where the heavy radon gas (density ~9.73 kg/m³) settles under gravity in air (density ~1.225 kg/m³). The simulation needs to handle two scenarios:
Static conditions: No ventilation, radon settles purely due to gravity (buoyancy-driven flow)
Dynamic conditions: With mine ventilation, combining forced convection with gravitational settling
The physical setup involves two connected chambers where radon concentration starts high in one chamber and should settle to the bottom while diffusing to the adjacent chamber over time.
lets focus on Static conditions first, where there is no flow
Expected Behavior
Initially: High radon concentration at the top of chamber 1
Short term: Radon settles downward due to higher density, creating convection currents
Long term: Radon accumulates at the bottom of both chambers with concentration gradient
i'm not sure if MOOSE's NS module can model this kinda setup, is there any suggestion?
do I need to do variable density based on concentration within the element & mass/volume fraction, or that's way too complicated?
I tried to turn gravity on [Flow], it's much more difficult to converge and concentration doesn't seem to move down as I expect
Thank you,
T
Beta Was this translation helpful? Give feedback.
All reactions