ComputeStrainIncrementBasedStress computes stress considering list of inelastic strain increments.
std::vector< const MaterialProperty< RankTwoTensor > * > _inelastic_strains_old
std::vector< MaterialPropertyName > _inelastic_strain_names
Names of the inelastic strain material properties for all inelastic models.
const std::string _elasticity_tensor_name
Name of the elasticity tensor material property.
const MaterialProperty< RankTwoTensor > & _stress_old
Old state of the stress tensor material property.
unsigned int _num_inelastic_strain_models
Number of inelastic models.
const MaterialProperty< RankTwoTensor > & _mechanical_strain_old
Old state of the mechanical strain material property.
virtual void computeQpStress()
Compute the stress and store it in the _stress material property for the current quadrature point.
static InputParameters validParams()
virtual void computeQpJacobian()
std::vector< const MaterialProperty< RankTwoTensor > * > _inelastic_strains
Vectors of current and old states of the inelastic strain material properties.
const MaterialProperty< RankFourTensor > & _elasticity_tensor
Elasticity tensor material property.
ComputeStressBase is the base class for stress tensors computed from MOOSE's strain calculators.