A base class which serves as a tag for hydraulic separators. More...
#include <INSFVHydraulicSeparatorInterface.h>
Public Member Functions | |
INSFVHydraulicSeparatorInterface (const FVBoundaryCondition *bc) | |
Constructor. More... | |
Protected Attributes | |
const FVBoundaryCondition * | _bc |
Pointer to the boundary condition that inherits from this interface. More... | |
const INSFVVariable * | _insfv_variable |
Pointer to the INSFV variable. More... | |
A base class which serves as a tag for hydraulic separators.
Definition at line 18 of file INSFVHydraulicSeparatorInterface.h.
INSFVHydraulicSeparatorInterface::INSFVHydraulicSeparatorInterface | ( | const FVBoundaryCondition * | bc | ) |
Constructor.
Definition at line 12 of file INSFVHydraulicSeparatorInterface.C.
|
protected |
Pointer to the boundary condition that inherits from this interface.
Definition at line 26 of file INSFVHydraulicSeparatorInterface.h.
Referenced by INSFVHydraulicSeparatorInterface().
|
protected |
Pointer to the INSFV variable.
Definition at line 29 of file INSFVHydraulicSeparatorInterface.h.