https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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 class  INSFVBCs {
  INSFVFlowBC = 1 << 1 , INSFVFullyDevelopedFlowBC = 1 << 2 , INSFVNoSlipWallBC = 1 << 3 , INSFVSlipWallBC = 1 << 4 ,
  INSFVSymmetryBC = 1 << 5 , INSFVFreeSurfaceBC = 1 << 6
}
 

Enumeration Type Documentation

◆ INSFVBCs

enum class 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 INSFV flow boundary conditions.
Definition INSFVFlowBC.h:18
A parent class for boundary conditions for freely moving surfaces.
A parent class for INSFV fully developed flow boundary conditions.
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.