|
[Sponsors] |
Liquid phase accumulating on atmosphere boundary |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 17, 2023, 10:01 |
Liquid phase accumulating on atmosphere boundary
|
#1 |
Member
Morteza
Join Date: Jan 2018
Posts: 30
Rep Power: 8 |
Hello,
I have a 3D domain initially filled with air. Based on the figure below, water is injected with a certain velocity from top left to the domain and moves through the domain. I am using interFoam. The figure shows iso-surface of alpha.water = 0.5. The boundary specified is atmosphere. The water is being accumulated after hitting that boundary. My question is, what kind of boundary condition for p_rgh, U, and alpha.water should I use, so that the water leaves the domain instead of being accumulated after hitting the atmosphere boundary. Currently, these BCs are as follows: U: inlet { type flowRateInletVelocity; volumetricFlowRate constant 7.22E-06; } atm { type inletOutlet; inletValue uniform 0; value uniform 0; } _______________________________________ p_rgh: inlet { type fixedFluxPressure; value uniform 0; } atm { type totalPressure; p0 uniform 0; } _______________________________________ alpha.water: inlet { type fixedValue; value uniform 1; } atm { type inletOutlet; inletValue uniform 0; value uniform 0; } _______________________________________ Thank you. |
|
November 21, 2023, 14:05 |
|
#2 |
Member
Morteza
Join Date: Jan 2018
Posts: 30
Rep Power: 8 |
Answer to my question: On the specified boundary,
U: type inletOutlet; inletValue $internalField; value $internalField; p: type fixedFluxPressure; value uniform 0; alpha.water: type zeroGradient; I would like to thank you all for sharing your thoughts on this!! |
|
Tags |
atmosphere, boundary conditions, interfoam, openfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF for Automatic Solution Initialization for previous case data file | gartz89 | Fluent UDF and Scheme Programming | 6 | March 30, 2020 08:38 |
Centrifugal fan | j0hnny | CFX | 13 | October 1, 2019 14:55 |
Can I achieve better convergence? | sheaker | CFX | 12 | September 19, 2019 16:36 |
Radiation in semi-transparent media with surface-to-surface model? | mpeppels | CFX | 11 | August 22, 2019 08:30 |
domain imbalance for enrgy equation | happy | CFX | 14 | September 6, 2012 02:54 |