www.mooseframework.org
Functions
MathFreeEnergy.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PhaseFieldApp"  ,
MathFreeEnergy   
)

◆ validParams< MathFreeEnergy >()

template<>
InputParameters validParams< MathFreeEnergy > ( )

Definition at line 16 of file MathFreeEnergy.C.

17 {
18  InputParameters params = validParams<DerivativeFunctionMaterialBase>();
19  params.addClassDescription("Material that implements the math free energy and its derivatives: "
20  "\nF = 1/4(1 + c)^2*(1 - c)^2");
21  params.addRequiredCoupledVar("c", "Concentration variable");
22  return params;
23 }