18 params.
addClassDescription(
"Material that implements the math free energy using the expression " 19 "builder and automatic differentiation");
29 free_energy(
_c) = 1.0 / 4.0 * (1.0 +
_c) * (1.0 +
_c) * (1.0 -
_c) * (1.0 -
_c);
EBTerm _c
Coupled variable value for the concentration .
Material class that creates the math free energy with the expression builder and uses automatic diffe...
registerMooseObject("PhaseFieldApp", MathEBFreeEnergy)
static InputParameters validParams()
static InputParameters validParams()
MathEBFreeEnergy(const InputParameters ¶meters)
User facing host object for a function. This combines a term with an argument list.
void functionParse(const std::string &function_expression)