https://mooseframework.inl.gov
Loading...
Searching...
No Matches
navier_stokes
include
fvbcs
CNSFVMomImplicitPressureBC.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 "
FVFluxBC.h
"
13
18
class
CNSFVMomImplicitPressureBC
:
public
FVFluxBC
19
{
20
public
:
21
CNSFVMomImplicitPressureBC
(
const
InputParameters
&
parameters
);
22
23
static
InputParameters
validParams
();
24
25
protected
:
26
virtual
ADReal
computeQpResidual
()
override
;
27
29
const
MaterialProperty<Real>
*
const
_eps
;
30
32
const
ADMaterialProperty<Real>
&
_pressure
;
33
35
unsigned
int
_index
;
36
};
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
FVFluxBC.h
ADMaterialProperty
CNSFVMomImplicitPressureBC
Implicit boundary conditions for the boundary pressure term from the momentum equation.
Definition
CNSFVMomImplicitPressureBC.h:19
CNSFVMomImplicitPressureBC::_index
unsigned int _index
index x|y|z
Definition
CNSFVMomImplicitPressureBC.h:35
CNSFVMomImplicitPressureBC::_eps
const MaterialProperty< Real > *const _eps
porosity
Definition
CNSFVMomImplicitPressureBC.h:29
CNSFVMomImplicitPressureBC::computeQpResidual
virtual ADReal computeQpResidual() override
Definition
CNSFVMomImplicitPressureBC.C:40
CNSFVMomImplicitPressureBC::validParams
static InputParameters validParams()
Definition
CNSFVMomImplicitPressureBC.C:16
CNSFVMomImplicitPressureBC::_pressure
const ADMaterialProperty< Real > & _pressure
The pressure on the elem.
Definition
CNSFVMomImplicitPressureBC.h:32
FVFluxBC
MaterialProperty
FVFluxBC::parameters
const InputParameters & parameters() const
InputParameters
Generated on Fri Aug 21 2026 13:41:06 for https://mooseframework.inl.gov by
1.9.8