www.mooseframework.org
Functions
C1ICBase.C File Reference

Go to the source code of this file.

Functions

template<>
InputParameters validParams< C1ICBase > ()
 

Function Documentation

◆ validParams< C1ICBase >()

template<>
InputParameters validParams< C1ICBase > ( )

Definition at line 32 of file C1ICBase.C.

33 {
34  InputParameters params = validParams<InitialCondition>();
35 
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");
42 
43  return params;
44 }

Referenced by validParams< CrossIC >().