Appropriate Boundary Conditions for Pump/Outflow? #121
Replies: 1 comment 2 replies
-
Currently @gsgall is working on coupling Zapdos and Navier-Stokes, such that the heavy species are effected by the background gas flow (this includes introduction dynamic pressure changes during Zapdos runs, while currently Zapdos assumes a constant pressure). As of a free boundary (such as a boundary representing open air), we can use the natural boundary conditions (i.e. grad(n) = 0). This BC is the default in MOOSE/Zapdos, so if a user does not define a BC at a boundary, MOOSE/Zapdos sets grad(n) = 0 at that boundary for the variable. For your outlet of a pump port in a reactor chamber case, unless the background gas flow is important to the physics you are trying to capture, then the default natural boundary condition should be sufficient. Currently, Zapdos assumes a stagnate background gas at constant pressure and temperature, so the default natural boundary condition is what we currently use for non-wall boundaries. |
Beta Was this translation helpful? Give feedback.
-
In a couple of my recent discussion posts, I've inquired about using the DoNothingBCs as "open boundaries" only to eventually realize (I think) these boundaries really do nothing!
From what I've gathered recently after browsing through COMSOL's user guide on their plasma module and some other computational works from other groups (Kushner, Raja, etc), that setting up the boundary conditions for either a free boundary or an flow outlet like a pump should be rather simple, but I'm not sure how to implement this in Zapdos. A common one seems to be applying a constant pressure at the outlet boundary and velocity/flux profile at the inlet, but it seems that with the current state of Zapdos and Navier-Stokes not being well-coupled yet makes this approach a bit more challenging at first glance.
Are there any boundary conditions that would sufficient in describing an outlet such as a pump port in a reactor chamber?
Beta Was this translation helpful? Give feedback.
All reactions