Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< ThirdPhaseSuppressionMaterial >()
Definition at line 16 of file ThirdPhaseSuppressionMaterial.C.
18 InputParameters params = validParams<Material>();
19 params.addParam<std::string>(
"function_name",
"g",
"actual name for g(eta_i)");
20 params.addRequiredCoupledVar(
"etas",
"eta_i order parameters, one for each h");
21 params.addClassDescription(
22 "Free Energy contribution that penalizes more than two order parameters being non-zero");