https://mooseframework.inl.gov
navier_stokes
include
fvbcs
INSFVHydraulicSeparatorInterface.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://mooseframework.inl.gov
3
//*
4
//* All rights reserved, see COPYRIGHT for full restrictions
5
//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6
//*
7
//* Licensed under LGPL 2.1, please see LICENSE for details
8
//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10
#pragma once
11
12
#include "
FVBoundaryCondition.h
"
13
#include "
INSFVVariable.h
"
14
18
class
INSFVHydraulicSeparatorInterface
19
{
20
public
:
22
INSFVHydraulicSeparatorInterface
(
const
FVBoundaryCondition
* bc);
23
24
protected
:
26
const
FVBoundaryCondition
*
_bc
;
27
29
const
INSFVVariable
*
_insfv_variable
;
30
};
FVBoundaryCondition
INSFVVariable
Definition:
INSFVVariable.h:17
INSFVHydraulicSeparatorInterface::INSFVHydraulicSeparatorInterface
INSFVHydraulicSeparatorInterface(const FVBoundaryCondition *bc)
Constructor.
Definition:
INSFVHydraulicSeparatorInterface.C:12
INSFVVariable.h
INSFVHydraulicSeparatorInterface::_insfv_variable
const INSFVVariable * _insfv_variable
Pointer to the INSFV variable.
Definition:
INSFVHydraulicSeparatorInterface.h:29
INSFVHydraulicSeparatorInterface::_bc
const FVBoundaryCondition * _bc
Pointer to the boundary condition that inherits from this interface.
Definition:
INSFVHydraulicSeparatorInterface.h:26
INSFVHydraulicSeparatorInterface
A base class which serves as a tag for hydraulic separators.
Definition:
INSFVHydraulicSeparatorInterface.h:18
FVBoundaryCondition.h
Generated on Thu Jul 17 2025 01:43:56 for https://mooseframework.inl.gov by
1.8.14