Computes energy and modifies the stress for phase field fracture. More...
#include <ComputeCrackedStress.h>
Public Types | |
| typedef DerivativeMaterialPropertyNameInterface::SymbolName | SymbolName |
Public Member Functions | |
| ComputeCrackedStress (const InputParameters ¶meters) | |
| const GenericMaterialProperty< U, is_ad > & | getDefaultMaterialProperty (const std::string &name) |
| const GenericMaterialProperty< U, is_ad > & | getDefaultMaterialPropertyByName (const std::string &name) |
| void | validateDerivativeMaterialPropertyBase (const std::string &base) |
| const MaterialPropertyName | derivativePropertyName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) const |
| const MaterialPropertyName | derivativePropertyNameFirst (const MaterialPropertyName &base, const SymbolName &c1) const |
| const MaterialPropertyName | derivativePropertyNameSecond (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2) const |
| const MaterialPropertyName | derivativePropertyNameThird (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2, const SymbolName &c3) const |
| GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const std::vector< VariableName > &c) |
| GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const std::vector< SymbolName > &c) |
| GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
| GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const std::vector< VariableName > &c) |
| GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const std::vector< SymbolName > &c) |
| GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const std::vector< VariableName > &c) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const std::vector< SymbolName > &c) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const SymbolName &c1, unsigned int v2, unsigned int v3=libMesh::invalid_uint) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, unsigned int v1, unsigned int v2=libMesh::invalid_uint, unsigned int v3=libMesh::invalid_uint) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const std::vector< VariableName > &c) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const std::vector< SymbolName > &c) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const SymbolName &c1, unsigned int v2, unsigned int v3=libMesh::invalid_uint) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, unsigned int v1, unsigned int v2=libMesh::invalid_uint, unsigned int v3=libMesh::invalid_uint) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const std::vector< VariableName > &c) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const std::vector< VariableName > &c) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
| void | validateCoupling (const MaterialPropertyName &base, const std::vector< VariableName > &c, bool validate_aux=true) |
| void | validateCoupling (const MaterialPropertyName &base, const VariableName &c1="", const VariableName &c2="", const VariableName &c3="") |
| void | validateCoupling (const MaterialPropertyName &base, const std::vector< VariableName > &c, bool validate_aux=true) |
| void | validateCoupling (const MaterialPropertyName &base, const VariableName &c1="", const VariableName &c2="", const VariableName &c3="") |
| void | validateNonlinearCoupling (const MaterialPropertyName &base, const VariableName &c1="", const VariableName &c2="", const VariableName &c3="") |
| void | validateNonlinearCoupling (const MaterialPropertyName &base, const VariableName &c1="", const VariableName &c2="", const VariableName &c3="") |
| const MaterialPropertyName | propertyName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) const |
| const MaterialPropertyName | propertyName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) const |
| const MaterialPropertyName | propertyNameFirst (const MaterialPropertyName &base, const SymbolName &c1) const |
| const MaterialPropertyName | propertyNameFirst (const MaterialPropertyName &base, const SymbolName &c1) const |
| const MaterialPropertyName | propertyNameSecond (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2) const |
| const MaterialPropertyName | propertyNameSecond (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2) const |
| const MaterialPropertyName | propertyNameThird (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2, const SymbolName &c3) const |
| const MaterialPropertyName | propertyNameThird (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2, const SymbolName &c3) const |
Static Public Member Functions | |
| static InputParameters | validParams () |
Protected Member Functions | |
| virtual void | computeQpProperties () |
| virtual void | initQpStatefulProperties () |
Protected Attributes | |
| const std::string | _base_name |
| Base name of the stress after being modified to include cracks. | |
| const std::string | _uncracked_base_name |
| Base name of the uncracked stress and strain. | |
| bool | _finite_strain_model |
| Indicator if finite strain model is used, to determine if mechanical_strain or elastic_strain should be used. | |
| bool | _use_current_hist |
| Use current value of history variable. | |
| const MaterialProperty< RankTwoTensor > & | _strain |
| Mechanical_strain if finite_strain_model = false, otherwise elastic_strain. | |
| const MaterialProperty< RankTwoTensor > & | _uncracked_stress |
| Uncracked stress calculated by another material. | |
| const MaterialProperty< RankFourTensor > & | _uncracked_Jacobian_mult |
| Uncracked Jacobian_mult calculated by another material. | |
| const VariableValue & | _c |
| Variable defining the phase field damage parameter. | |
| const MaterialProperty< Real > & | _gc_prop |
| Critical energy release rate for fracture. | |
| const MaterialProperty< Real > & | _l |
| Characteristic length, controls damage zone thickness. | |
| const MaterialProperty< Real > & | _visco |
| Real | _kdamage |
| Small number to avoid non-positive definiteness at or near complete damage. | |
| MaterialProperty< RankTwoTensor > & | _stress |
| Stress being computed by this kernel. | |
| MaterialProperty< Real > & | _F |
| MaterialProperty< Real > & | _dFdc |
| MaterialProperty< Real > & | _d2Fdc2 |
| MaterialProperty< RankTwoTensor > & | _d2Fdcdstrain |
| MaterialProperty< RankTwoTensor > & | _dstress_dc |
| MaterialProperty< Real > & | _hist |
| history variable storing the maximum positive deformation energy | |
| const MaterialProperty< Real > & | _hist_old |
| MaterialProperty< RankFourTensor > & | _Jacobian_mult |
| derivative of stress w.r.t. strain (_dstress_dstrain) | |
| MaterialProperty< Real > & | _kappa |
| Property where the value for kappa will be defined. | |
| MaterialProperty< Real > & | _L |
| Property where the value for L will be defined. | |
Private Member Functions | |
| bool | haveMaterialProperty (const std::string &prop_name) |
| std::vector< VariableName > | buildVariableVector (const VariableName &c1, const VariableName &c2, const VariableName &c3) |
| void | validateCouplingHelper (const MaterialPropertyName &base, const std::vector< VariableName > &c, const System &system, std::vector< VariableName > &missing) |
| bool | isNotObjectVariable (const VariableName &name) |
Private Attributes | |
| FEProblemBase & | _dmi_fe_problem |
Computes energy and modifies the stress for phase field fracture.
Can be used with any constitutive model or elastic symmetry.
Definition at line 22 of file ComputeCrackedStress.h.
| ComputeCrackedStress::ComputeCrackedStress | ( | const InputParameters & | parameters | ) |
Definition at line 38 of file ComputeCrackedStress.C.
|
protectedvirtual |
Definition at line 80 of file ComputeCrackedStress.C.
|
protectedvirtual |
Definition at line 73 of file ComputeCrackedStress.C.
|
static |
Definition at line 15 of file ComputeCrackedStress.C.
|
protected |
Base name of the stress after being modified to include cracks.
Definition at line 33 of file ComputeCrackedStress.h.
|
protected |
Variable defining the phase field damage parameter.
Definition at line 54 of file ComputeCrackedStress.h.
Referenced by computeQpProperties().
|
protected |
Definition at line 73 of file ComputeCrackedStress.h.
Referenced by computeQpProperties().
|
protected |
Definition at line 74 of file ComputeCrackedStress.h.
Referenced by computeQpProperties().
|
protected |
Definition at line 72 of file ComputeCrackedStress.h.
Referenced by computeQpProperties().
|
protected |
Definition at line 75 of file ComputeCrackedStress.h.
Referenced by computeQpProperties().
|
protected |
Definition at line 71 of file ComputeCrackedStress.h.
Referenced by computeQpProperties().
|
protected |
Indicator if finite strain model is used, to determine if mechanical_strain or elastic_strain should be used.
Definition at line 39 of file ComputeCrackedStress.h.
|
protected |
Critical energy release rate for fracture.
Definition at line 57 of file ComputeCrackedStress.h.
Referenced by computeQpProperties().
|
protected |
history variable storing the maximum positive deformation energy
Definition at line 78 of file ComputeCrackedStress.h.
Referenced by computeQpProperties(), and initQpStatefulProperties().
|
protected |
Definition at line 79 of file ComputeCrackedStress.h.
Referenced by computeQpProperties().
|
protected |
derivative of stress w.r.t. strain (_dstress_dstrain)
Definition at line 82 of file ComputeCrackedStress.h.
Referenced by computeQpProperties().
|
protected |
Property where the value for kappa will be defined.
Definition at line 85 of file ComputeCrackedStress.h.
Referenced by computeQpProperties().
|
protected |
Small number to avoid non-positive definiteness at or near complete damage.
Definition at line 66 of file ComputeCrackedStress.h.
Referenced by computeQpProperties().
|
protected |
Characteristic length, controls damage zone thickness.
Definition at line 60 of file ComputeCrackedStress.h.
Referenced by computeQpProperties().
|
protected |
Property where the value for L will be defined.
Definition at line 88 of file ComputeCrackedStress.h.
Referenced by computeQpProperties().
|
protected |
Mechanical_strain if finite_strain_model = false, otherwise elastic_strain.
Definition at line 45 of file ComputeCrackedStress.h.
Referenced by computeQpProperties().
|
protected |
Stress being computed by this kernel.
Definition at line 69 of file ComputeCrackedStress.h.
Referenced by computeQpProperties(), and initQpStatefulProperties().
|
protected |
Base name of the uncracked stress and strain.
Definition at line 36 of file ComputeCrackedStress.h.
|
protected |
Uncracked Jacobian_mult calculated by another material.
Definition at line 51 of file ComputeCrackedStress.h.
Referenced by computeQpProperties().
|
protected |
Uncracked stress calculated by another material.
Definition at line 48 of file ComputeCrackedStress.h.
Referenced by computeQpProperties().
|
protected |
Use current value of history variable.
Definition at line 42 of file ComputeCrackedStress.h.
Referenced by computeQpProperties().
|
protected |
Definition at line 63 of file ComputeCrackedStress.h.
Referenced by computeQpProperties().