https://mooseframework.inl.gov
navier_stokes
include
fvkernels
PINSFVMomentumGravity.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 "
INSFVMomentumGravity.h
"
13
18
class
PINSFVMomentumGravity
:
public
INSFVMomentumGravity
19
{
20
public
:
21
static
InputParameters
validParams
();
22
PINSFVMomentumGravity
(
const
InputParameters
& params);
23
24
protected
:
25
ADReal
computeQpResidual
()
override
;
26
28
const
Moose::Functor<ADReal>
&
_eps
;
29
};
PINSFVMomentumGravity::PINSFVMomentumGravity
PINSFVMomentumGravity(const InputParameters ¶ms)
Definition:
PINSFVMomentumGravity.C:25
Moose::FunctorEnvelope
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
InputParameters
INSFVMomentumGravity
Imposes a gravitational force on the momentum equation in Rhie-Chow (incompressible) contexts...
Definition:
INSFVMomentumGravity.h:18
PINSFVMomentumGravity
Imposes a gravitational force on the momentum equation in porous media in Rhie-Chow (incompressible) ...
Definition:
PINSFVMomentumGravity.h:18
PINSFVMomentumGravity::validParams
static InputParameters validParams()
Definition:
PINSFVMomentumGravity.C:16
INSFVMomentumGravity.h
PINSFVMomentumGravity::_eps
const Moose::Functor< ADReal > & _eps
the porosity
Definition:
PINSFVMomentumGravity.h:28
PINSFVMomentumGravity::computeQpResidual
ADReal computeQpResidual() override
Definition:
PINSFVMomentumGravity.C:31
Generated on Thu Aug 7 2025 20:20:28 for https://mooseframework.inl.gov by
1.8.14