www.mooseframework.org
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>
17 
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 
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 &parameters)
Definition: INSADMomentumSUPG.C:20