www.mooseframework.org
Functions
SwitchingFunctionConstraintEta.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("PhaseFieldApp", SwitchingFunctionConstraintEta)
 
template<>
InputParameters validParams< SwitchingFunctionConstraintEta > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PhaseFieldApp"  ,
SwitchingFunctionConstraintEta   
)

◆ validParams< SwitchingFunctionConstraintEta >()

template<>
InputParameters validParams< SwitchingFunctionConstraintEta > ( )

Definition at line 16 of file SwitchingFunctionConstraintEta.C.

17 {
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");
26  return params;
27 }