19 params.
addRequiredParam<Real>(
"normal_stiffness",
"The value of K in the normal direction");
20 params.
addRequiredParam<Real>(
"tangent_stiffness",
"The value of K in the tangent direction");
27 _K(
std::vector<Real>{getParam<Real>(
"normal_stiffness"),
28 getParam<Real>(
"tangent_stiffness"),
29 getParam<Real>(
"tangent_stiffness")})
registerMooseObject("SolidMechanicsTestApp", PureElasticTractionSeparationIncremental)
MaterialProperty< RankTwoTensor > & _dinterface_traction_djump
the traction's derivatives wrt the displacement jump in local coordinates
Base class used to implement traction separetion laws requiring an incremental formulation.
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.
Implementation of the non-stateful exponential traction separation law proposed by Salehani,...
static InputParameters validParams()
const RankTwoTensor _K
the vector representing the maximum allowed traction in each direction
PureElasticTractionSeparationIncremental(const InputParameters ¶meters)
void computeInterfaceTractionIncrementAndDerivatives() override
method computing the total traction and its derivatives