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();
46 const auto area_ratio = J * (F_inv.transpose() *
_normals[
_qp]).norm();
registerMooseObject("SolidMechanicsApp", ADCZMComputeGlobalTractionTotalLagrangian)
AD equivalent of CZMComputeGlobalTractionBase.
ADMaterialProperty< RealVectorValue > & _traction_global
the value of the traction in global and interface coordinates
const ADMaterialProperty< RankTwoTensor > & _czm_total_rotation
the rotation matrix trnasforming from interface to global coordinates
const ADMaterialProperty< RealVectorValue > & _interface_traction
AD equivalent of CZMComputeGlobalTractionTotalLagrangian.
const ADMaterialProperty< RankTwoTensor > & _F
the interface deformation gradient
ADCZMComputeGlobalTractionTotalLagrangian(const InputParameters ¶meters)
ADMaterialProperty< RealVectorValue > & _PK1traction
the PK1 traction
void computeEquilibriumTracion() override
static InputParameters validParams()
void initQpStatefulProperties() override
static InputParameters validParams()
const MooseArray< Point > & _normals