Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< AdvectiveFluxCalculatorConstantVelocity >()
Definition at line 17 of file AdvectiveFluxCalculatorConstantVelocity.C.
20 params.addClassDescription(
21 "Compute K_ij (a measure of advective flux from node i to node j) "
22 "and R+ and R- (which quantify amount of antidiffusion to add) in the "
23 "Kuzmin-Turek FEM-TVD multidimensional scheme. Constant advective velocity is assumed");
24 params.addRequiredCoupledVar(
"u",
"The variable that is being advected");
25 params.addRequiredParam<RealVectorValue>(
"velocity",
"Velocity vector");