ComputeStressBase is the base class for stress tensors computed from MOOSE's strain calculators...
const std::string _elasticity_tensor_name
Name of the elasticity tensor material property.
virtual void initialSetup() override
ComputeLinearElasticStress(const InputParameters ¶meters)
virtual void computeQpStress() override
Compute the stress and store it in the _stress material property for the current quadrature point...
static InputParameters validParams()
const InputParameters & parameters() const
const MaterialProperty< RankFourTensor > & _elasticity_tensor
Elasticity tensor material property.
ComputeLinearElasticStress computes the stress following linear elasticity theory (small strains) ...