www.mooseframework.org
Classes | Functions
MathFreeEnergy.h File Reference

Go to the source code of this file.

Classes

class  MathFreeEnergy
 Material class that creates the math free energy and its derivatives for use with CHParsed and SplitCHParsed. More...
 

Functions

template<>
InputParameters validParams< MathFreeEnergy > ()
 

Function Documentation

◆ 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 }