25 _displacement_jump_global(
26 getADMaterialPropertyByName<
RealVectorValue>(_base_name +
"displacement_jump_global")),
27 _czm_reference_rotation(
28 getADMaterialPropertyByName<
RankTwoTensor>(_base_name +
"czm_reference_rotation")),
29 _F(getADMaterialPropertyByName<
RankTwoTensor>(_base_name +
"F_czm")),
30 _R(getADMaterialPropertyByName<
RankTwoTensor>(_base_name +
"czm_rotation")),
31 _PK1traction(declareADPropertyByName<
RealVectorValue>(_base_name +
"PK1traction"))
44 const auto J =
_F[
_qp].det();
45 const auto F_inv =
_F[
_qp].inverse();
const ADMaterialProperty< RealVectorValue > & _interface_traction
static InputParameters validParams()
static InputParameters validParams()
AD equivalent of CZMComputeGlobalTractionBase.
registerMooseObject("SolidMechanicsApp", ADCZMComputeGlobalTractionTotalLagrangian)
void initQpStatefulProperties() override
const ADMaterialProperty< RankTwoTensor > & _czm_total_rotation
the rotation matrix trnasforming from interface to global coordinates
ADMaterialProperty< RealVectorValue > & _traction_global
the value of the traction in global and interface coordinates
const MooseArray< Point > & _normals
const ADMaterialProperty< RankTwoTensor > & _F
the interface deformation gradient
ADMaterialProperty< RealVectorValue > & _PK1traction
the PK1 traction
AD equivalent of CZMComputeGlobalTractionTotalLagrangian.
ADCZMComputeGlobalTractionTotalLagrangian(const InputParameters ¶meters)
void computeEquilibriumTracion() override