https://mooseframework.inl.gov
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 {
26 public:
28 
34 
38  virtual Real computeBoundaryGradientMatrixContribution() const override;
40  virtual Real computeBoundaryGradientRHSContribution() const override;
42 };
Class implementing an extrapolated boundary condition for linear finite volume pressure variables...
LinearFVExtrapolatedPressureBC(const InputParameters &parameters)
Class constructor.
virtual Real computeBoundaryGradientMatrixContribution() const override
These will ensure that the linear system will see one-term expansion only.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
virtual Real computeBoundaryGradientRHSContribution() const override