Go to the source code of this file.
◆ validParams< LevelSetVelocityInterface<> >()
Definition at line 15 of file LevelSetVelocityInterface.C.
17 InputParameters parameters = emptyInputParameters();
18 parameters.addCoupledVar(
19 "velocity_x", 0,
"The variable containing the x-component of the velocity front.");
20 parameters.addCoupledVar(
21 "velocity_y", 0,
"The variable containing the y-component of the velocity front.");
22 parameters.addCoupledVar(
23 "velocity_z", 0,
"The variable containing the z-component of the velocity front.");