26 _vel_x(adCoupledValue(
"vel_x")),
27 _vel_y(isCoupled(
"vel_y") ? adCoupledValue(
"vel_y") : _ad_zero),
28 _vel_z(isCoupled(
"vel_z") ? adCoupledValue(
"vel_z") : _ad_zero),
29 _grad_vel_x(adCoupledGradient(
"vel_x")),
30 _grad_vel_y(isCoupled(
"vel_y") ? adCoupledGradient(
"vel_y") : _ad_grad_zero),
31 _grad_vel_z(isCoupled(
"vel_z") ? adCoupledGradient(
"vel_z") : _ad_grad_zero),
32 _coord_sys(_assembly.coordSystem()),
33 _rz_radial_coord(_mesh.getAxisymmetricRadialCoord())
const ADVariableGradient & _grad_vel_y
virtual ADReal computeQpResidual() override
const ADTemplateVariableTestValue< T > & _test
DualNumber< Real, DNDerivativeType, true > ADReal
const ADVariableGradient & _grad_vel_z
const Moose::CoordinateSystemType & _coord_sys
const ADVariableGradient & _grad_vel_x
ADMassAdvection(const InputParameters ¶meters)
const ADVariableValue & _vel_y
static InputParameters validParams()
const MooseArray< ADPoint > & _ad_q_point
static InputParameters validParams()
const unsigned int _rz_radial_coord
void mooseError(Args &&... args) const
registerMooseObject("NavierStokesTestApp", ADMassAdvection)
const ADVariableValue & _vel_x