Compute the Allen-Cahn interface term with constant Mobility and Interfacial parameter. More...
#include <SimpleACInterface.h>
Public Member Functions | |
SimpleACInterface (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () |
virtual Real | computeQpJacobian () |
Protected Attributes | |
const MaterialProperty< Real > & | _L |
Mobility. More... | |
const MaterialProperty< Real > & | _kappa |
Interfacial parameter. More... | |
Compute the Allen-Cahn interface term with constant Mobility and Interfacial parameter.
Definition at line 22 of file SimpleACInterface.h.
SimpleACInterface::SimpleACInterface | ( | const InputParameters & | parameters | ) |
Definition at line 26 of file SimpleACInterface.C.
|
protectedvirtual |
Definition at line 40 of file SimpleACInterface.C.
|
protectedvirtual |
Definition at line 34 of file SimpleACInterface.C.
|
protected |
Interfacial parameter.
Definition at line 34 of file SimpleACInterface.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
protected |
Mobility.
Definition at line 32 of file SimpleACInterface.h.
Referenced by computeQpJacobian(), and computeQpResidual().