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())
registerMooseObject("NavierStokesTestApp", ADMassAdvection)
DualNumber< Real, DNDerivativeType, true > ADReal
const MooseArray< ADPoint > & _ad_q_point
const ADTemplateVariableTestValue< T > & _test
static InputParameters validParams()
virtual ADReal computeQpResidual() override
const ADVariableGradient & _grad_vel_y
const ADVariableValue & _vel_x
const Moose::CoordinateSystemType & _coord_sys
const unsigned int _rz_radial_coord
ADMassAdvection(const InputParameters ¶meters)
const ADVariableGradient & _grad_vel_z
const ADVariableGradient & _grad_vel_x
const ADVariableValue & _vel_y
static InputParameters validParams()
void mooseError(Args &&... args) const