https://mooseframework.inl.gov
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
38
virtual
Real
computeBoundaryGradientMatrixContribution
()
const override
;
40
virtual
Real
computeBoundaryGradientRHSContribution
()
const override
;
42
};
LinearFVExtrapolatedPressureBC
Class implementing an extrapolated boundary condition for linear finite volume pressure variables...
Definition:
LinearFVExtrapolatedPressureBC.h:24
LinearFVExtrapolatedPressureBC::LinearFVExtrapolatedPressureBC
LinearFVExtrapolatedPressureBC(const InputParameters ¶meters)
Class constructor.
Definition:
LinearFVExtrapolatedPressureBC.C:24
InputParameters
LinearFVAdvectionDiffusionExtrapolatedBC.h
LinearFVExtrapolatedPressureBC::computeBoundaryGradientMatrixContribution
virtual Real computeBoundaryGradientMatrixContribution() const override
These will ensure that the linear system will see one-term expansion only.
Definition:
LinearFVExtrapolatedPressureBC.C:30
Real
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
LinearFVExtrapolatedPressureBC::validParams
static InputParameters validParams()
Definition:
LinearFVExtrapolatedPressureBC.C:15
LinearFVAdvectionDiffusionExtrapolatedBC
LinearFVAdvectionDiffusionExtrapolatedBC::parameters
const InputParameters & parameters() const
LinearFVExtrapolatedPressureBC::computeBoundaryGradientRHSContribution
virtual Real computeBoundaryGradientRHSContribution() const override
Definition:
LinearFVExtrapolatedPressureBC.C:36
Generated on Fri Jul 18 2025 13:43:00 for https://mooseframework.inl.gov by
1.8.14