NonhydrostaticModel: Boundary Conditions #4713
-
Hello everyone! I would like to do a 2D simulation in a non-hydrostatic model in the (x, z) plane, where the x-direction is periodic and the z-direction is opposite to the gravity acceleration. As a pumping, I would like to set the vertical velocity at the lower boundary. Is it possible? In the documentation I have found that ValueBoundaryCondition shouldn't be used on a wall-normal velocity component. It would also be interesting to know what these restrictions are related to. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @parfenyev You can use The difference between wall normal velocities and other boundaries is that velocities live on the component normal face of the cell so are on the boundary, where as every thing else lives at cell centers so when a boundary value is specified the halo value has to be computed, where as open boundaries directly sets the boundary value. |
Beta Was this translation helpful? Give feedback.
Hi @parfenyev
You can use
OpenBoundaryCondition
to set wall-normal velocity components.The difference between wall normal velocities and other boundaries is that velocities live on the component normal face of the cell so are on the boundary, where as every thing else lives at cell centers so when a boundary value is specified the halo value has to be computed, where as open boundaries directly sets the boundary value.
These pages in the documentation might help to visulise.