19 params.
addParam<MaterialPropertyName>(
20 "elasticity_tensor",
"elasticity_tensor",
"The name of the elasticity tensor.");
29 _base_name + getParam<MaterialPropertyName>(
"elasticity_tensor")))
const MaterialProperty< RankTwoTensor > & _mechanical_strain
Provided for material models that use the integrated strain.
const MaterialProperty< RankFourTensor > & _elasticity_tensor
The elasticity tensor.
virtual void computeQpSmallStress()
Implement the elastic small stress update.
static InputParameters validParams()
Provide the Cauchy stress via an objective integration of a small stress.
registerMooseObject("SolidMechanicsApp", ComputeLagrangianLinearElasticStress)
Calculate a small strain elastic stress update.
ComputeLagrangianLinearElasticStress(const InputParameters ¶meters)
MaterialProperty< RankFourTensor > & _small_jacobian
The updated small algorithmic tangent.
static InputParameters validParams()
MaterialProperty< RankTwoTensor > & _small_stress
The updated small stress.