www.mooseframework.org
Functions
MathEBFreeEnergy.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PhaseFieldApp"  ,
MathEBFreeEnergy   
)

◆ validParams< MathEBFreeEnergy >()

template<>
InputParameters validParams< MathEBFreeEnergy > ( )

Definition at line 16 of file MathEBFreeEnergy.C.

17 {
18  InputParameters params = validParams<DerivativeParsedMaterialHelper>();
19  params.addClassDescription("Material that implements the math free energy using the expression "
20  "builder and automatic differentiation");
21  params.addRequiredCoupledVar("c", "Concentration variable");
22  return params;
23 }