Compute the Allen-Cahn interface stress driving force contribution \( -\frac12L\left(\nabla \frac{\partial \sigma_{int}}{\partial\nabla\eta_i}:\epsilon, \psi_m \right) \). More...
#include <ACInterfaceStress.h>
Public Member Functions | |
| ACInterfaceStress (const InputParameters ¶meters) | |
Protected Member Functions | |
| virtual Real | computeQpResidual () override |
| virtual Real | computeQpJacobian () override |
Protected Attributes | |
| const MaterialProperty< Real > & | _L |
| Mobility. More... | |
| const Real | _stress |
| interface stress More... | |
| RankThreeTensor | _dS |
| d sigma/d(grad eta), derivative of interface stress tensor with order parameter gradient More... | |
| RankThreeTensor | _ddS |
| derivative of _dS w.r.t. the finite element coefficients for the Jacobian calculation More... | |
| const std::string | _base_name |
| Strain base name and property. More... | |
| const MaterialProperty< RankTwoTensor > & | _strain |
Compute the Allen-Cahn interface stress driving force contribution \( -\frac12L\left(\nabla \frac{\partial \sigma_{int}}{\partial\nabla\eta_i}:\epsilon, \psi_m \right) \).
Definition at line 31 of file ACInterfaceStress.h.
| ACInterfaceStress::ACInterfaceStress | ( | const InputParameters & | parameters | ) |
Definition at line 34 of file ACInterfaceStress.C.
|
overrideprotectedvirtual |
Definition at line 91 of file ACInterfaceStress.C.
|
overrideprotectedvirtual |
Definition at line 44 of file ACInterfaceStress.C.
|
protected |
Strain base name and property.
Definition at line 44 of file ACInterfaceStress.h.
|
protected |
derivative of _dS w.r.t. the finite element coefficients for the Jacobian calculation
Definition at line 55 of file ACInterfaceStress.h.
Referenced by computeQpJacobian().
|
protected |
d sigma/d(grad eta), derivative of interface stress tensor with order parameter gradient
Definition at line 52 of file ACInterfaceStress.h.
Referenced by computeQpResidual().
|
protected |
Mobility.
Definition at line 41 of file ACInterfaceStress.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
protected |
Definition at line 45 of file ACInterfaceStress.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
protected |
interface stress
Definition at line 49 of file ACInterfaceStress.h.
Referenced by computeQpJacobian(), and computeQpResidual().
1.8.16