#include <PresetVelocity.h>
Definition at line 14 of file PresetVelocity.h.
◆ PresetVelocity()
PresetVelocity::PresetVelocity |
( |
const InputParameters & |
parameters | ) |
|
◆ computeQpValue()
Real PresetVelocity::computeQpValue |
( |
| ) |
|
|
protectedvirtual |
◆ validParams()
InputParameters PresetVelocity::validParams |
( |
| ) |
|
|
static |
Definition at line 18 of file PresetVelocity.C.
22 params.addParam<Real>(
23 "velocity", 1,
"Value of the velocity. Used as scale factor if function is given.");
24 params.addParam<FunctionName>(
"function",
"1",
"Function describing the velocity.");
27 params.set<
bool>(
"preset") =
true;
28 params.suppressParameter<
bool>(
"preset");
◆ _function
const Function& PresetVelocity::_function |
|
protected |
◆ _u_old
const VariableValue& PresetVelocity::_u_old |
|
protected |
◆ _velocity
const Real PresetVelocity::_velocity |
|
protected |
The documentation for this class was generated from the following files: