19 "Simple demonstration Allen-Cahn Kernel using an algebraic double-well potential");
34 return _u[_qp] * _u[_qp] * _u[_qp] - _u[_qp];
37 return _phi[_j][_qp] * (3.0 * _u[_qp] * _u[_qp] - 1.0);
registerMooseObject("PhaseFieldApp", DoubleWellPotential)
void mooseError(Args &&... args)
virtual Real computeDFDOP(PFFunctionType type)
This is the Allen-Cahn equation base class that implements the bulk or local energy term of the equat...
Algebraic double well potential.
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
DoubleWellPotential(const InputParameters ¶meters)