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