Go to the documentation of this file.
12 #include "DerivativeFunctionMaterialBase.h"
31 virtual Real
computeDF(
unsigned int j_var);
32 virtual Real
computeD2F(
unsigned int j_var,
unsigned int k_var);
33 virtual Real
computeD3F(
unsigned int j_var,
unsigned int k_var,
unsigned int l_var);
37 const VariableValue &
_c;
const VariableValue & _c
Coupled variable value for the concentration .
virtual Real computeDF(unsigned int j_var)
virtual Real computeD2F(unsigned int j_var, unsigned int k_var)
virtual Real computeD3F(unsigned int j_var, unsigned int k_var, unsigned int l_var)
InputParameters validParams< MathFreeEnergy >()
MathFreeEnergy(const InputParameters ¶meters)
Material class that creates the math free energy and its derivatives for use with CHParsed and SplitC...