Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< DistributedPower >()
Definition at line 16 of file DistributedPower.C.
18 InputParameters params = validParams<Kernel>();
21 params.addParam<RealVectorValue>(
23 RealVectorValue(0, 0, 0),
24 "The acceleration components for an applied distributed force in an element.");
27 params.addRequiredCoupledVar(
"rho_u",
"x-component of the momentum vector");
28 params.addCoupledVar(
"rho_v",
"y-component of the momentum vector");
29 params.addCoupledVar(
"rho_w",
"z-component of the momentum vector");