https://mooseframework.inl.gov
Loading...
Searching...
No Matches
LinearFVExtrapolatedPressureBC.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
13
25{
26public:
28
34
39 virtual Real computeBoundaryGradientMatrixContribution() const override;
40 virtual Real computeBoundaryGradientRHSContribution() const override;
42
43 virtual bool needsBoundaryNonorthogonalCorrection() const override { return true; }
44};
Class implementing an extrapolated boundary condition for linear finite volume pressure variables.
virtual Real computeBoundaryGradientMatrixContribution() const override
These will ensure that the linear system will see one-term expansion only.
virtual bool needsBoundaryNonorthogonalCorrection() const override
virtual Real computeBoundaryGradientRHSContribution() const override
const InputParameters & parameters() const