Go to the source code of this file.
Classes | |
| class | AttribINSFVBCs |
| An attribute specifying that a boundary condition is a member of a subset of boundary conditions appropriate for incompressible or weakly compressible flow physics. More... | |
| class | AttribINSFVMomentumResidualObject |
| An attribute specifying that an object is a residual object applicable to the Navier-Stokes momentum equation for incompressible or weakly compressible flows. More... | |
Enumerations | |
| enum | INSFVBCs { INSFVBCs::INSFVFlowBC = 1 << 1, INSFVBCs::INSFVFullyDevelopedFlowBC = 1 << 2, INSFVBCs::INSFVNoSlipWallBC = 1 << 3, INSFVBCs::INSFVSlipWallBC = 1 << 4, INSFVBCs::INSFVSymmetryBC = 1 << 5, INSFVBCs::INSFVFreeSurfaceBC = 1 << 6 } |
|
strong |
| Enumerator | |
|---|---|
| INSFVFlowBC | |
| INSFVFullyDevelopedFlowBC | |
| INSFVNoSlipWallBC | |
| INSFVSlipWallBC | |
| INSFVSymmetryBC | |
| INSFVFreeSurfaceBC | |
Definition at line 14 of file INSFVAttributes.h.
1.8.14