ComputeDamageStress computes the stress for a damaged elasticity material. More...
#include <ComputeDamageStress.h>
Public Member Functions | |
ComputeDamageStressTempl (const InputParameters ¶meters) | |
void | initialSetup () override |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual void | computeQpStress () override |
template<> | |
void | computeQpStress () |
template<> | |
void | computeQpStress () |
Protected Attributes | |
MaterialProperty< Real > & | _material_timestep_limit |
Property that stores the time step limit. More... | |
DamageBaseTempl< is_ad > * | _damage_model |
Pointer to the damage model. More... | |
unsigned int | _qp |
ComputeDamageStress computes the stress for a damaged elasticity material.
This model must be used in conjunction with a damage model (derived from DamageBase)
Definition at line 26 of file ComputeDamageStress.h.
ComputeDamageStressTempl< is_ad >::ComputeDamageStressTempl | ( | const InputParameters & | parameters | ) |
Definition at line 28 of file ComputeDamageStress.C.
|
overrideprotectedvirtual |
|
protected |
Definition at line 52 of file ComputeDamageStress.C.
|
protected |
Definition at line 67 of file ComputeDamageStress.C.
|
override |
Definition at line 37 of file ComputeDamageStress.C.
|
static |
Definition at line 18 of file ComputeDamageStress.C.
|
protected |
Pointer to the damage model.
Definition at line 42 of file ComputeDamageStress.h.
|
protected |
Property that stores the time step limit.
Definition at line 39 of file ComputeDamageStress.h.
|
protected |