This kernel computes the off-diagonal jacobian of elastic energy in AllenCahn respect to displacements. More...
#include <AllenCahnElasticEnergyOffDiag.h>
Public Member Functions | |
| AllenCahnElasticEnergyOffDiag (const InputParameters ¶meters) | |
Protected Member Functions | |
| Real | computeQpResidual () override |
| virtual Real | computeQpOffDiagJacobian (unsigned int jvar) override |
Protected Attributes | |
| const MaterialProperty< Real > & | _L |
| Mobility. More... | |
| const MaterialProperty< RankTwoTensor > & | _d2Fdcdstrain |
| Free energy material properties and derivatives. More... | |
| const unsigned int | _ndisp |
| Displacement variables used for off-diagonal Jacobian. More... | |
| std::vector< unsigned int > | _disp_var |
This kernel computes the off-diagonal jacobian of elastic energy in AllenCahn respect to displacements.
Definition at line 29 of file AllenCahnElasticEnergyOffDiag.h.
| AllenCahnElasticEnergyOffDiag::AllenCahnElasticEnergyOffDiag | ( | const InputParameters & | parameters | ) |
Definition at line 31 of file AllenCahnElasticEnergyOffDiag.C.
|
overrideprotectedvirtual |
Definition at line 43 of file AllenCahnElasticEnergyOffDiag.C.
|
inlineoverrideprotected |
Definition at line 36 of file AllenCahnElasticEnergyOffDiag.h.
|
protected |
Free energy material properties and derivatives.
Definition at line 49 of file AllenCahnElasticEnergyOffDiag.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Definition at line 45 of file AllenCahnElasticEnergyOffDiag.h.
Referenced by AllenCahnElasticEnergyOffDiag(), and computeQpOffDiagJacobian().
|
protected |
Mobility.
Definition at line 41 of file AllenCahnElasticEnergyOffDiag.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Displacement variables used for off-diagonal Jacobian.
Definition at line 44 of file AllenCahnElasticEnergyOffDiag.h.
Referenced by AllenCahnElasticEnergyOffDiag(), and computeQpOffDiagJacobian().
1.8.16