ComputeGeneralStressBase is the direct base class for stress calculator materials that may leverage q...
const MaterialProperty< RankTwoTensor > & _mechanical_strain
Mechanical strain material property.
MaterialProperty< RankFourTensor > & _Jacobian_mult
derivative of stress w.r.t. strain (_dstress_dstrain)
virtual void initQpStatefulProperties() override
static InputParameters validParams()
std::vector< const Function * > _initial_stress_fcn
initial stress components
const MaterialProperty< RankTwoTensor > & _extra_stress
Extra stress tensor.
MaterialProperty< RankTwoTensor > & _elastic_strain
Elastic strain material property.
const std::string _base_name
Base name prepended to all material property names to allow for multi-material systems.
virtual void computeQpStress()=0
Compute the stress and store it in the _stress material property for the current quadrature point.
virtual void computeQpProperties() override
MaterialProperty< RankTwoTensor > & _stress
Stress material property.