18 "Base class for implementing incremental cohesive zone constituive material models");
20 "The string of displacements suitable for the problem statement");
28 _interface_traction_inc(
29 declarePropertyByName<RealVectorValue>(_base_name +
"interface_traction_inc")),
30 _interface_traction_old(
31 getMaterialPropertyOldByName<RealVectorValue>(_base_name +
"interface_traction")),
32 _interface_displacement_jump_inc(
33 declarePropertyByName<RealVectorValue>(_base_name +
"interface_displacement_jump_inc")),
34 _interface_displacement_jump_old(
35 getMaterialPropertyOldByName<RealVectorValue>(_base_name +
"interface_displacement_jump"))
Base class used to implement traction separetion laws.
const MaterialProperty< RealVectorValue > & _interface_displacement_jump
The displacment jump in local coordaintes.
static InputParameters validParams()
MaterialProperty< RealVectorValue > & _interface_traction
the value of the traction in local coordinates
const MaterialProperty< RealVectorValue > & _interface_traction_old
the old interface traction value
virtual void computeInterfaceTractionIncrementAndDerivatives()=0
method used to compute the traction increment and its derivatives
CZMComputeLocalTractionIncrementalBase(const InputParameters ¶meters)
static InputParameters validParams()
MaterialProperty< RealVectorValue > & _interface_traction_inc
the value of the interface traction increment
MaterialProperty< RealVectorValue > & _interface_displacement_jump_inc
The displacment jump incremenet in local coordinates.
void computeInterfaceTractionAndDerivatives() override
method used to compute the total traction
const MaterialProperty< RealVectorValue > & _interface_displacement_jump_old
The old interface displacment jump.