22 "The name of the Cauchy stress.");
24 "The name of the Cauchy stress Jacobian.");
32 _custom_stress(getMaterialProperty<
RankTwoTensor>(
"custom_cauchy_stress")),
33 _custom_jacobian(getMaterialProperty<
RankFourTensor>(
"custom_cauchy_jacobian"))
ComputeLagrangianCauchyCustomStress(const InputParameters ¶meters)
static InputParameters validParams()
const MaterialProperty< RankTwoTensor > & _custom_stress
const MaterialProperty< RankFourTensor > & _custom_jacobian
MaterialProperty< RankTwoTensor > & _cauchy_stress
The Cauchy stress.
virtual void computeQpCauchyStress() override
Implement the copy.
Native interface for providing the Cauchy stress.
registerMooseObject("SolidMechanicsApp", ComputeLagrangianCauchyCustomStress)
Provide the Cauchy stress and jacobian directly.
MaterialProperty< RankFourTensor > & _cauchy_jacobian
The derivative of the Cauchy stress wrt the increment in the spatial velocity gradient.
static InputParameters validParams()