https://mooseframework.inl.gov
INSFVVelocityHydraulicSeparatorBC.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 "INSFVFluxBC.h"
14 
15 class InputParameters;
16 
24 {
25 public:
28 
30  // The flow separator does not allow any outflow nor does it impose any viscous
31  // stress so there is no data to contribute from this object
32  void gatherRCData(const FaceInfo &) override {}
33 };
A flux boundary condition that momentum residual objects that add boundary flux terms should inherit ...
Definition: INSFVFluxBC.h:19
void gatherRCData(const Elem &) override final
Should be a non-empty implementation if the residual object is a FVElementalKernel and introduces res...
Definition: INSFVFluxBC.h:26
void gatherRCData(const FaceInfo &) override
Should be a non-empty implementation if the residual object is a FVFluxKernel and introduces residual...
Class describing a hydraulic separator for the velocity in the Navier Stokes equations.
A base class which serves as a tag for hydraulic separators.
INSFVVelocityHydraulicSeparatorBC(const InputParameters &params)