20 params.
addClassDescription(
"Compute the total displacement jump across a czm interface in local " 21 "coordinates for the Small Strain kinematic formulation");
37 _interface_displacement_jump[_qp] =
38 _czm_total_rotation[_qp].transpose() * _displacement_jump_global[_qp];
Compute the interface displacement jump across a cohesive zone under the small strain assumption...
void computeLocalDisplacementJump() override
compute the total displacement jump in interface coordinates
static InputParameters validParams()
registerMooseObject("SolidMechanicsApp", CZMComputeDisplacementJumpSmallStrain)
static InputParameters validParams()
This interface material class computes the displacement jump in the interface natural coordinate syst...
CZMComputeDisplacementJumpSmallStrainTempl(const InputParameters ¶meters)