Go to the source code of this file.
|
class | MathEBFreeEnergy |
| Material class that creates the math free energy with the expression builder and uses automatic differentiation to get the derivatives. More...
|
|
◆ validParams< MathEBFreeEnergy >()
Definition at line 16 of file MathEBFreeEnergy.C.
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");