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"))
registerMooseObject("SolidMechanicsApp", ComputeLagrangianCauchyCustomStress)
Provide the Cauchy stress and jacobian directly.
static InputParameters validParams()
ComputeLagrangianCauchyCustomStress(const InputParameters ¶meters)
const MaterialProperty< RankFourTensor > & _custom_jacobian
virtual void computeQpCauchyStress() override
Implement the copy.
const MaterialProperty< RankTwoTensor > & _custom_stress
MaterialProperty< RankFourTensor > & _cauchy_jacobian
The derivative of the Cauchy stress wrt the increment in the spatial velocity gradient.
MaterialProperty< RankTwoTensor > & _cauchy_stress
The Cauchy stress.
Native interface for providing the Cauchy stress.
static InputParameters validParams()