https://mooseframework.inl.gov
navier_stokes
include
fvkernels
PINSFVMomentumPressure.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 "
INSFVMomentumPressure.h
"
13
17
class
PINSFVMomentumPressure
:
public
INSFVMomentumPressure
18
{
19
public
:
20
static
InputParameters
validParams
();
21
PINSFVMomentumPressure
(
const
InputParameters
& params);
22
23
protected
:
24
ADReal
computeQpResidual
()
override
;
25
27
const
Moose::Functor<ADReal>
&
_eps
;
28
};
INSFVMomentumPressure.h
PINSFVMomentumPressure::validParams
static InputParameters validParams()
Definition:
PINSFVMomentumPressure.C:17
PINSFVMomentumPressure
Introduces the coupled pressure term into the Navier-Stokes porous media momentum equation...
Definition:
PINSFVMomentumPressure.h:17
PINSFVMomentumPressure::PINSFVMomentumPressure
PINSFVMomentumPressure(const InputParameters ¶ms)
Definition:
PINSFVMomentumPressure.C:27
Moose::FunctorEnvelope
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
PINSFVMomentumPressure::computeQpResidual
ADReal computeQpResidual() override
Definition:
PINSFVMomentumPressure.C:36
InputParameters
PINSFVMomentumPressure::_eps
const Moose::Functor< ADReal > & _eps
the porosity
Definition:
PINSFVMomentumPressure.h:27
INSFVMomentumPressure
Definition:
INSFVMomentumPressure.h:15
Generated on Thu Aug 7 2025 20:20:28 for https://mooseframework.inl.gov by
1.8.14