#include <PhaseFieldFractureMechanicsOffDiag.h>
◆ PhaseFieldFractureMechanicsOffDiag()
PhaseFieldFractureMechanicsOffDiag::PhaseFieldFractureMechanicsOffDiag |
( |
const InputParameters & |
parameters | ) |
|
◆ computeQpJacobian()
Real PhaseFieldFractureMechanicsOffDiag::computeQpJacobian |
( |
| ) |
|
|
inlineoverrideprotected |
◆ computeQpOffDiagJacobian()
Real PhaseFieldFractureMechanicsOffDiag::computeQpOffDiagJacobian |
( |
unsigned int |
jvar | ) |
|
|
overrideprotectedvirtual |
◆ computeQpResidual()
Real PhaseFieldFractureMechanicsOffDiag::computeQpResidual |
( |
| ) |
|
|
inlineoverrideprotected |
◆ validParams()
InputParameters PhaseFieldFractureMechanicsOffDiag::validParams |
( |
| ) |
|
|
static |
Definition at line 17 of file PhaseFieldFractureMechanicsOffDiag.C.
20 params.addClassDescription(
"Stress divergence kernel for phase-field fracture: Computes off "
21 "diagonal damage dependent Jacobian components. To be used with "
22 "StressDivergenceTensors or DynamicStressDivergenceTensors.");
23 params.addParam<std::string>(
"base_name",
"Material property base name");
24 params.addRequiredParam<
unsigned int>(
"component",
25 "An integer corresponding to the direction "
26 "the variable this kernel acts in. (0 for x, "
30 "Phase field damage variable: Used to indicate calculation of Off Diagonal Jacobian term");
◆ _base_name
const std::string PhaseFieldFractureMechanicsOffDiag::_base_name |
|
protected |
◆ _c_coupled
const bool PhaseFieldFractureMechanicsOffDiag::_c_coupled |
|
protected |
◆ _c_var
const unsigned int PhaseFieldFractureMechanicsOffDiag::_c_var |
|
protected |
◆ _component
const unsigned int PhaseFieldFractureMechanicsOffDiag::_component |
|
protected |
◆ _d_stress_dc
const MaterialProperty<RankTwoTensor>& PhaseFieldFractureMechanicsOffDiag::_d_stress_dc |
|
protected |
The documentation for this class was generated from the following files: