Kernel 1 of 2 for interfacial energy anisotropy in the Allen-Cahn equation as implemented in R. More...
#include <ACInterfaceKobayashi1.h>
Public Member Functions | |
ACInterfaceKobayashi1 (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual RealGradient | precomputeQpResidual () |
Enum of computeDFDOP inputs. More... | |
virtual RealGradient | precomputeQpJacobian () |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) |
Protected Attributes | |
const MaterialProperty< Real > & | _L |
Mobility. More... | |
const MaterialProperty< Real > & | _dLdop |
const MaterialProperty< Real > & | _eps |
const MaterialProperty< Real > & | _deps |
const MaterialProperty< RealGradient > & | _depsdgrad_op |
const MaterialProperty< RealGradient > & | _ddepsdgrad_op |
std::vector< const MaterialProperty< Real > * > | _dLdarg |
Mobility derivative w.r.t. other coupled variables. More... | |
std::vector< const MaterialProperty< Real > * > | _depsdarg |
std::vector< const MaterialProperty< Real > * > | _ddepsdarg |
Kernel 1 of 2 for interfacial energy anisotropy in the Allen-Cahn equation as implemented in R.
Kobayashi, Physica D, 63, 410-423 (1993). doi:10.1016/0167-2789(93)90120-P This kernel implements the first two terms on the right side of eq. (3) of the paper.
Definition at line 27 of file ACInterfaceKobayashi1.h.
ACInterfaceKobayashi1::ACInterfaceKobayashi1 | ( | const InputParameters & | parameters | ) |
Definition at line 36 of file ACInterfaceKobayashi1.C.
|
protectedvirtual |
Definition at line 96 of file ACInterfaceKobayashi1.C.
|
protectedvirtual |
Definition at line 74 of file ACInterfaceKobayashi1.C.
|
protectedvirtual |
|
protected |
Definition at line 49 of file ACInterfaceKobayashi1.h.
Referenced by ACInterfaceKobayashi1(), and computeQpOffDiagJacobian().
|
protected |
Definition at line 44 of file ACInterfaceKobayashi1.h.
Referenced by precomputeQpJacobian().
|
protected |
Definition at line 42 of file ACInterfaceKobayashi1.h.
Referenced by computeQpOffDiagJacobian(), precomputeQpJacobian(), and precomputeQpResidual().
|
protected |
Definition at line 48 of file ACInterfaceKobayashi1.h.
Referenced by ACInterfaceKobayashi1(), and computeQpOffDiagJacobian().
|
protected |
Definition at line 43 of file ACInterfaceKobayashi1.h.
Referenced by precomputeQpJacobian().
|
protected |
Mobility derivative w.r.t. other coupled variables.
Definition at line 47 of file ACInterfaceKobayashi1.h.
Referenced by ACInterfaceKobayashi1(), and computeQpOffDiagJacobian().
|
protected |
Definition at line 40 of file ACInterfaceKobayashi1.h.
|
protected |
Definition at line 41 of file ACInterfaceKobayashi1.h.
Referenced by computeQpOffDiagJacobian(), precomputeQpJacobian(), and precomputeQpResidual().
|
protected |
Mobility.
Definition at line 39 of file ACInterfaceKobayashi1.h.
Referenced by computeQpOffDiagJacobian(), precomputeQpJacobian(), and precomputeQpResidual().