18 params.
addClassDescription(
"Implements the level set advection equation: $\\vec{v}\\cdot\\nabla "
19 "u = 0$, where the weak form is $(\\psi_i, \\vec{v}\\cdot\\nabla u) = "
26 :
ADKernelValue(parameters), _velocity(adCoupledVectorValue(
"velocity"))
DualNumber< Real, DNDerivativeType, true > ADReal
registerMooseObject("LevelSetApp", LevelSetAdvection)
const ADTemplateVariableGradient< T > & _grad_u
static InputParameters validParams()
Advection Kernel for the levelset equation.
static InputParameters validParams()
virtual ADReal precomputeQpResidual() override
LevelSetAdvection(const InputParameters ¶meters)
const ADVectorVariableValue & _velocity
Velocity vector variable.