This class computes the momentum equation residual and Jacobian contributions for force terms in the incompressible Navier-Stokes momentum equation.
More...
#include <INSADMomentumForces.h>
template<ComputeStage compute_stage>
class INSADMomentumForces< compute_stage >
This class computes the momentum equation residual and Jacobian contributions for force terms in the incompressible Navier-Stokes momentum equation.
Definition at line 16 of file INSADMomentumForces.h.
◆ INSADMomentumForces()
template<ComputeStage compute_stage>
Definition at line 19 of file INSADMomentumForces.C.
20 : ADVectorKernelValue<compute_stage>(parameters),
21 _gravity_strong_residual(getADMaterialProperty<RealVectorValue>(
"gravity_strong_residual")),
22 _mms_function_strong_residual(
23 getADMaterialProperty<RealVectorValue>(
"mms_function_strong_residual"))
◆ ADMaterialProperty() [1/2]
template<ComputeStage compute_stage>
◆ ADMaterialProperty() [2/2]
template<ComputeStage compute_stage>
◆ precomputeQpResidual()
template<ComputeStage compute_stage>
Definition at line 29 of file INSADMomentumForces.C.
31 return _gravity_strong_residual[_qp] + _mms_function_strong_residual[_qp];
◆ usingVectorKernelValueMembers
template<ComputeStage compute_stage>
The documentation for this class was generated from the following files: