https://mooseframework.inl.gov
Loading...
Searching...
No Matches
navier_stokes
include
kernels
INSADMomentumSUPG.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 "
ADKernelSUPG.h
"
13
19
class
INSADMomentumSUPG
:
public
ADVectorKernelSUPG
20
{
21
public
:
22
static
InputParameters
validParams
();
23
24
INSADMomentumSUPG
(
const
InputParameters
&
parameters
);
25
26
protected
:
27
virtual
ADRealVectorValue
precomputeQpStrongResidual
()
override
;
28
29
const
ADMaterialProperty<RealVectorValue>
&
_momentum_strong_residual
;
30
};
ADKernelSUPG.h
ADKernelSUPGTempl
ADMaterialProperty
INSADMomentumSUPG
This class computes the momentum equation residual and Jacobian contributions for SUPG stabilization ...
Definition
INSADMomentumSUPG.h:20
INSADMomentumSUPG::precomputeQpStrongResidual
virtual ADRealVectorValue precomputeQpStrongResidual() override
Definition
INSADMomentumSUPG.C:29
INSADMomentumSUPG::_momentum_strong_residual
const ADMaterialProperty< RealVectorValue > & _momentum_strong_residual
Definition
INSADMomentumSUPG.h:29
INSADMomentumSUPG::validParams
static InputParameters validParams()
Definition
INSADMomentumSUPG.C:15
ADKernelSUPGTempl::parameters
const InputParameters & parameters() const
libMesh::VectorValue< ADReal >
InputParameters
Generated on Fri Aug 21 2026 13:41:07 for https://mooseframework.inl.gov by
1.9.8