-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
This is actually pretty easy to accomplish. PeleC/Exec/RegTests/MassCons/prob.H Line 71 in 4ba05a8 Documentation: https://amrex-combustion.github.io/PeleC/BoundaryConditions.html#boundary-conditions |
Beta Was this translation helpful? Give feedback.
This is actually pretty easy to accomplish.
s_ext
that gets passed to bcnormal comes prepopulated with values for a no-slip wall. to specify a symmetry condition (equivalent to a slip wall), all you need to do is change the sign of the tangential components of velocity. See the example in the MassCons case, which shows how to define both slip and no-slip walls inbcnormal
:PeleC/Exec/RegTests/MassCons/prob.H
Line 71 in 4ba05a8
Documentation: https://amrex-combustion.github.io/PeleC/BoundaryConditions.html#boundary-conditions