Go to the source code of this file.
◆ validParams< C1ICBase >()
Definition at line 32 of file C1ICBase.C.
34 InputParameters params = validParams<InitialCondition>();
36 params.addParam<Real>(
"average", 0,
"The average value");
37 params.addParam<Real>(
"amplitude", 1.,
"The amplitude");
38 params.addParam<Real>(
"length", 0.75,
"The length");
39 params.addParam<Real>(
"width", .125,
"The width");
40 params.addParam<Real>(
"buffer", 0.03125,
"A small area between the max value and the interface");
41 params.addParam<Real>(
"interface", 0.03125,
"The interface width");
Referenced by validParams< CrossIC >().