External boundary conditions ( if UseBoundaryRegions = true) More...
Functions | |
int | BoundaryRegion (const Vector &X) |
Returns the boundary region type at the position X=(x,y,z). The returned value correspond to: 0 = Fluid (not in the boundary) 1 = Inflow 2 = Outflow 3 = Solid with free-slip walls 4 = Solid with adiabatic walls 5 = Solid with isothermal walls. More... | |
External boundary conditions ( if UseBoundaryRegions = true)
int BoundaryRegion | ( | const Vector & | X | ) |
Returns the boundary region type at the position X=(x,y,z).
The returned value correspond to: 0 = Fluid (not in the boundary) 1 = Inflow 2 = Outflow 3 = Solid with free-slip walls 4 = Solid with adiabatic walls 5 = Solid with isothermal walls.
X | Vector |