21 _E(declareProperty<
RankTwoTensor>(_base_name +
"green_lagrange_strain")),
22 _S(declareProperty<
RankTwoTensor>(_base_name +
"pk2_stress")),
52 usingTensorIndices(i_, j_, k_, l_);
54 const RankFourTensor dE_dFstab = 0.5 * (I2.template times<i_, l_, j_, k_>(
_F[
_qp].transpose()) +
55 _F[
_qp].transpose().template times<i_, k_, j_, l_>(I2));
93 usingTensorIndices(i_, j_, k_, l_);
const MaterialProperty< RankTwoTensor > & _F
F-bar-stabilized deformation gradient (= the strain calc's published _F).
Native interface for providing the 1st Piola Kirchhoff stress.
RankFourTensorTempl< T > singleProductJ(const RankTwoTensorTempl< T > &) const
const MaterialProperty< RankFourTensor > & _d_F_stab_d_F_ust
d(F_stab)/d(F_ust).
FEProblemBase & _fe_problem
virtual void computeQpPK2Stress()=0
Provide the PK2 stress and dPK2/dC.
ComputeLagrangianStressPK2(const InputParameters ¶meters)
static InputParameters validParams()
virtual void computeQpPK1Stress() override
Wrap PK2 -> PK1.
static InputParameters validParams()
bool _large_kinematics
If true use large deformations.
const MaterialProperty< RankTwoTensor > & _F_ust
Unstabilized deformation gradient (= F_actual at alpha = 1).
MaterialProperty< RankTwoTensor > & _pk1_stress
The 1st Piola-Kirchhoff stress.
const bool & currentlyComputingResidualAndJacobian() const
static RankTwoTensorTempl Identity()
MaterialProperty< RankFourTensor > & _pk1_jacobian
The derivative of the 1st PK stress wrt the deformation gradient (F that the stress material consumes...
MaterialProperty< RankFourTensor > & _pk1_jacobian_bypass_fbar
Variant of _pk1_jacobian computed WITHOUT the F-bar chain factor _d_F_stab_d_F_ust in the sigma-via-d...
const MaterialProperty< RankFourTensor > & _d_deformation_gradient_increment_d_F
d(spatial velocity gradient increment)/d(F_stab).
MaterialProperty< RankTwoTensor > & _cauchy_stress
The Cauchy stress.
MaterialProperty< RankTwoTensor > & _E
Green-Lagrange strain.
MaterialProperty< RankFourTensor > & _C
2nd PK tangent (dS/dF)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
RankFourTensorTempl< T > singleProductI(const RankTwoTensorTempl< T > &) const
RankFourTensorTempl< T > times(const RankTwoTensorTempl< T > &b) const
virtual void computeQpCauchyStress() override
Wrap PK1 -> sigma.
MaterialProperty< RankTwoTensor > & _S
2nd PK stress
const bool & currentlyComputingJacobian() const
MaterialProperty< RankFourTensor > & _cauchy_jacobian
The derivative of the Cauchy stress wrt the increment in the spatial velocity gradient.