This class computes the momentum equation residual and Jacobian contributions for SUPG stabilization terms of the incompressible Navier-Stokes momentum equation.
More...
#include <INSADMomentumSUPG.h>
template<ComputeStage compute_stage>
class INSADMomentumSUPG< compute_stage >
This class computes the momentum equation residual and Jacobian contributions for SUPG stabilization terms of the incompressible Navier-Stokes momentum equation.
Definition at line 16 of file INSADMomentumSUPG.h.
◆ INSADMomentumSUPG()
template<ComputeStage compute_stage>
Definition at line 20 of file INSADMomentumSUPG.C.
21 : ADVectorKernelSUPG<compute_stage>(parameters),
22 _momentum_strong_residual(getADMaterialProperty<RealVectorValue>(
"momentum_strong_residual"))
◆ ADMaterialProperty()
template<ComputeStage compute_stage>
◆ precomputeQpStrongResidual()
template<ComputeStage compute_stage>
◆ usingVectorKernelSUPGMembers
template<ComputeStage compute_stage>
The documentation for this class was generated from the following files: