This class computes the momentum equation residual and Jacobian contributions for the viscous term of the incompressible Navier-Stokes momentum equation.
More...
#include <INSADMomentumViscous.h>
template<ComputeStage compute_stage>
class INSADMomentumViscous< compute_stage >
This class computes the momentum equation residual and Jacobian contributions for the viscous term of the incompressible Navier-Stokes momentum equation.
Definition at line 16 of file INSADMomentumViscous.h.
◆ INSADMomentumViscous()
template<ComputeStage compute_stage>
Definition at line 23 of file INSADMomentumViscous.C.
24 : ADVectorKernelGrad<compute_stage>(parameters), _mu(getADMaterialProperty<Real>(
"mu_name"))
◆ ADMaterialProperty()
template<ComputeStage compute_stage>
◆ precomputeQpResidual()
template<ComputeStage compute_stage>
◆ usingVectorKernelGradMembers
template<ComputeStage compute_stage>
The documentation for this class was generated from the following files: