https://mooseframework.inl.gov
Loading...
Searching...
No Matches
navier_stokes
include
linearfvbcs
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
12
#include "
LinearFVAdvectionDiffusionExtrapolatedBC.h
"
13
24
class
LinearFVExtrapolatedPressureBC
:
public
LinearFVAdvectionDiffusionExtrapolatedBC
25
{
26
public
:
27
static
InputParameters
validParams
();
28
33
LinearFVExtrapolatedPressureBC
(
const
InputParameters
&
parameters
);
34
39
virtual
Real
computeBoundaryGradientMatrixContribution
()
const override
;
40
virtual
Real
computeBoundaryGradientRHSContribution
()
const override
;
42
43
virtual
bool
needsBoundaryNonorthogonalCorrection
()
const override
{
return
true
; }
44
};
LinearFVAdvectionDiffusionExtrapolatedBC.h
LinearFVAdvectionDiffusionExtrapolatedBC
LinearFVExtrapolatedPressureBC
Class implementing an extrapolated boundary condition for linear finite volume pressure variables.
Definition
LinearFVExtrapolatedPressureBC.h:25
LinearFVExtrapolatedPressureBC::computeBoundaryGradientMatrixContribution
virtual Real computeBoundaryGradientMatrixContribution() const override
These will ensure that the linear system will see one-term expansion only.
Definition
LinearFVExtrapolatedPressureBC.C:30
LinearFVExtrapolatedPressureBC::validParams
static InputParameters validParams()
Definition
LinearFVExtrapolatedPressureBC.C:15
LinearFVExtrapolatedPressureBC::needsBoundaryNonorthogonalCorrection
virtual bool needsBoundaryNonorthogonalCorrection() const override
Definition
LinearFVExtrapolatedPressureBC.h:43
LinearFVExtrapolatedPressureBC::computeBoundaryGradientRHSContribution
virtual Real computeBoundaryGradientRHSContribution() const override
Definition
LinearFVExtrapolatedPressureBC.C:36
LinearFVAdvectionDiffusionExtrapolatedBC::parameters
const InputParameters & parameters() const
InputParameters
Generated on Fri Sep 11 2026 20:36:11 for https://mooseframework.inl.gov by
1.9.8