Go to the source code of this file.
◆ validParams< KKSAction >()
Definition at line 17 of file KKSAction.C.
19 InputParameters params = validParams<Action>();
20 params.addParam<std::string>(
"c_name_base",
"c",
"base name of the concentration variables");
21 params.addParam<std::string>(
"eta_name",
"eta",
"name of the order parameter");
22 params.addRequiredParam<std::vector<std::string>>(
"phase_names",
"short names for the phases");
23 params.addRequiredParam<std::vector<std::string>>(
"c_names",
24 "short names for the concentrations");