This class computes the momentum equation residual and Jacobian contributions for the convective term of the incompressible Navier-Stokes momentum equation.
More...
#include <INSADMomentumAdvection.h>
template<ComputeStage compute_stage>
class INSADMomentumAdvection< compute_stage >
This class computes the momentum equation residual and Jacobian contributions for the convective term of the incompressible Navier-Stokes momentum equation.
Definition at line 16 of file INSADMomentumAdvection.h.
◆ INSADMomentumAdvection()
template<ComputeStage compute_stage>
Definition at line 20 of file INSADMomentumAdvection.C.
21 : ADVectorKernelValue<compute_stage>(parameters),
22 _convective_strong_residual(
23 getADMaterialProperty<RealVectorValue>(
"convective_strong_residual"))
◆ ADMaterialProperty()
template<ComputeStage compute_stage>
◆ precomputeQpResidual()
template<ComputeStage compute_stage>
◆ usingVectorKernelValueMembers
template<ComputeStage compute_stage>
The documentation for this class was generated from the following files: