https://mooseframework.inl.gov
Classes | Enumerations
INSFVAttributes.h File Reference

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
}
 

Enumeration Type Documentation

◆ INSFVBCs

enum INSFVBCs
strong
Enumerator
INSFVFlowBC 
INSFVFullyDevelopedFlowBC 
INSFVNoSlipWallBC 
INSFVSlipWallBC 
INSFVSymmetryBC 
INSFVFreeSurfaceBC 

Definition at line 14 of file INSFVAttributes.h.

15 {
16  INSFVFlowBC = 1 << 1,
18  INSFVNoSlipWallBC = 1 << 3,
19  INSFVSlipWallBC = 1 << 4,
20  INSFVSymmetryBC = 1 << 5,
21  INSFVFreeSurfaceBC = 1 << 6
22 };
A parent class for boundary conditions for freely moving surfaces.
A class for no slip velocity boundary condtions.
A parent class for slip/no-slip wall boundary conditions.
A parent class for INSFV symmetry boundary conditions.
A parent class for INSFV flow boundary conditions.
Definition: INSFVFlowBC.h:17
A parent class for INSFV fully developed flow boundary conditions.