Skip to content

Commit e017811

Browse files
committed
correct traction in linkslip
1 parent f5b7ba3 commit e017811

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sm/Materials/InterfaceMaterials/linkslip.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ LinkSlip :: giveEngTraction_3d(const FloatArrayF<3> &jump, GaussPoint *gp, TimeS
168168

169169
if ( f > 0 ) { //plastic response.
170170
//Reduced stress by increasing plastic strain.
171-
traction.at(1) = evaluateBondStress(tempKappa);;
171+
traction.at(1) = sgn(traction.at(1)) * evaluateBondStress(tempKappa);
172172
}
173173

174174
//Compute the lateral stress components

0 commit comments

Comments
 (0)