Compute the Allen-Cahn interface term with constant Mobility and Interfacial parameter. More...
#include <SimpleCoupledACInterface.h>
Public Member Functions | |
SimpleCoupledACInterface (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) |
Protected Attributes | |
const MaterialProperty< Real > & | _L |
Mobility. More... | |
const MaterialProperty< Real > & | _kappa |
Interfacial parameter. More... | |
const VariableGradient & | _grad_v |
Gradient of the coupled variable. More... | |
unsigned int | _v_var |
Index of the coupled variable. More... | |
Compute the Allen-Cahn interface term with constant Mobility and Interfacial parameter.
Definition at line 22 of file SimpleCoupledACInterface.h.
SimpleCoupledACInterface::SimpleCoupledACInterface | ( | const InputParameters & | parameters | ) |
|
protectedvirtual |
Definition at line 43 of file SimpleCoupledACInterface.C.
|
protectedvirtual |
Definition at line 37 of file SimpleCoupledACInterface.C.
|
protected |
Gradient of the coupled variable.
Definition at line 36 of file SimpleCoupledACInterface.h.
Referenced by computeQpResidual().
|
protected |
Interfacial parameter.
Definition at line 34 of file SimpleCoupledACInterface.h.
Referenced by computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Mobility.
Definition at line 32 of file SimpleCoupledACInterface.h.
Referenced by computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Index of the coupled variable.
Definition at line 38 of file SimpleCoupledACInterface.h.
Referenced by computeQpOffDiagJacobian().