You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traction condition from Base algorithm follows Bardenhagen et al. (2001) is not implemented for the contact algorithm. The traction is calculated but there isn't an if statement to actually be able to use it to track if contact should be applied. Is in subroutine ApplyMPMDynamicContact().
The text was updated successfully, but these errors were encountered:
if (traction < 0.0 or. DiffDotUn>0.0.and. traction == 0.0) then
right before the following comments
!If the modified contact model is used, correction is done when Traction < 0 (compression)
! The exeption is when it is the first contact and all stresses are still zero:
! - this will give Traction =0
Traction condition from Base algorithm follows Bardenhagen et al. (2001) is not implemented for the contact algorithm. The traction is calculated but there isn't an if statement to actually be able to use it to track if contact should be applied. Is in subroutine ApplyMPMDynamicContact().
The text was updated successfully, but these errors were encountered: