Kernel 2 of 2 for interfacial energy anisotropy in the Allen-Cahn equation as implemented in R. More...
#include <ACInterfaceKobayashi2.h>
Public Member Functions | |
ACInterfaceKobayashi2 (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual RealGradient | precomputeQpResidual () |
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 |
Interfacial parameter. More... | |
const MaterialProperty< RealGradient > & | _depsdgrad_op |
std::vector< const MaterialProperty< Real > * > | _dLdarg |
Mobility derivative w.r.t. other coupled variables. More... | |
std::vector< const MaterialProperty< Real > * > | _depsdarg |
Kernel 2 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 third term on the right side of eq. (3) of the paper.
Definition at line 27 of file ACInterfaceKobayashi2.h.
ACInterfaceKobayashi2::ACInterfaceKobayashi2 | ( | const InputParameters & | parameters | ) |
Definition at line 30 of file ACInterfaceKobayashi2.C.
|
protectedvirtual |
Definition at line 72 of file ACInterfaceKobayashi2.C.
|
protectedvirtual |
Definition at line 61 of file ACInterfaceKobayashi2.C.
|
protectedvirtual |
Definition at line 54 of file ACInterfaceKobayashi2.C.
|
protected |
Definition at line 47 of file ACInterfaceKobayashi2.h.
Referenced by ACInterfaceKobayashi2(), and computeQpOffDiagJacobian().
|
protected |
Definition at line 43 of file ACInterfaceKobayashi2.h.
Referenced by precomputeQpJacobian().
|
protected |
Mobility derivative w.r.t. other coupled variables.
Definition at line 46 of file ACInterfaceKobayashi2.h.
Referenced by ACInterfaceKobayashi2(), and computeQpOffDiagJacobian().
|
protected |
Definition at line 39 of file ACInterfaceKobayashi2.h.
|
protected |
Interfacial parameter.
Definition at line 42 of file ACInterfaceKobayashi2.h.
Referenced by computeQpOffDiagJacobian(), precomputeQpJacobian(), and precomputeQpResidual().
|
protected |
Mobility.
Definition at line 38 of file ACInterfaceKobayashi2.h.
Referenced by computeQpOffDiagJacobian(), precomputeQpJacobian(), and precomputeQpResidual().