www.mooseframework.org
navier_stokes
include
kernels
INSADMomentumSUPG.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://www.mooseframework.org
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
14
// Forward Declarations
15
template
<ComputeStage>
16
class
INSADMomentumSUPG
;
17
18
declareADValidParams
(
INSADMomentumSUPG
);
19
25
template
<ComputeStage compute_stage>
26
class
INSADMomentumSUPG
:
public
ADVectorKernelSUPG<compute_stage>
27
{
28
public
:
29
INSADMomentumSUPG
(
const
InputParameters & parameters);
30
31
protected
:
32
virtual
ADRealVectorValue
precomputeQpStrongResidual
()
override
;
33
34
const
ADMaterialProperty
(RealVectorValue) & _momentum_strong_residual;
35
36
usingVectorKernelSUPGMembers
;
37
};
38
INSADMomentumSUPG::ADMaterialProperty
const ADMaterialProperty(RealVectorValue) &_momentum_strong_residual
INSADMomentumSUPG::usingVectorKernelSUPGMembers
usingVectorKernelSUPGMembers
Definition:
INSADMomentumSUPG.h:36
INSADMomentumSUPG
This class computes the momentum equation residual and Jacobian contributions for SUPG stabilization ...
Definition:
INSADMomentumSUPG.h:16
INSADMomentumSUPG::precomputeQpStrongResidual
virtual ADRealVectorValue precomputeQpStrongResidual() override
Definition:
INSADMomentumSUPG.C:28
declareADValidParams
declareADValidParams(INSADMomentumSUPG)
INSADMomentumSUPG::INSADMomentumSUPG
INSADMomentumSUPG(const InputParameters ¶meters)
Definition:
INSADMomentumSUPG.C:20
Generated on Sat Jan 25 2020 12:04:37 for www.mooseframework.org by
1.8.16