Go to the source code of this file.
◆ registerMooseObject()
registerMooseObject |
( |
"RdgApp" |
, |
|
|
AEFVBC |
|
|
) |
| |
◆ validParams< AEFVBC >()
Definition at line 16 of file AEFVBC.C.
18 InputParameters params = validParams<IntegratedBC>();
19 params.addClassDescription(
"A boundary condition kernel for the advection equation using a "
20 "cell-centered finite volume method.");
22 params.addParam<MooseEnum>(
"component",
component,
"Choose one of the equations");
23 params.addRequiredCoupledVar(
"u",
"Name of the variable to use");
24 params.addRequiredParam<UserObjectName>(
"flux",
"Name of the boundary flux object to use");