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"))
static InputParameters validParams()
const MaterialProperty< RealVectorValue > & _interface_traction_old
the old interface traction value
Base class used to implement traction separetion laws.
CZMComputeLocalTractionIncrementalBase(const InputParameters ¶meters)
virtual void computeInterfaceTractionIncrementAndDerivatives()=0
method used to compute the traction increment and its derivatives
MaterialProperty< RealVectorValue > & _interface_traction
the value of the traction in local coordinates
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.
static InputParameters validParams()
const MaterialProperty< RealVectorValue > & _interface_displacement_jump
The displacment jump in local coordaintes.
MaterialProperty< RealVectorValue > & _interface_traction_inc
the value of the interface traction increment