Go to the source code of this file.
◆ validParams< SwitchingFunctionConstraintEta >()
Definition at line 16 of file SwitchingFunctionConstraintEta.C.
18 InputParameters params = validParams<Kernel>();
19 params.addClassDescription(
"Lagrange multiplier kernel to constrain the sum of all switching "
20 "functions in a multiphase system. This kernel acts on a "
21 "non-conserved order parameter eta_i.");
22 params.addParam<MaterialPropertyName>(
"h_name",
23 "Switching Function Materials that provides h(eta_i)");
24 params.addRequiredCoupledVar(
"lambda",
"Lagrange multiplier");
25 params.addCoupledVar(
"args",
"Further arguments to the switching function");