Skip to content

Commit

Permalink
correction for lsd model
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidrezanorouzi committed Oct 5, 2022
1 parent 82aecc6 commit 985e0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/g_Prtcl_LSD_Model.f90
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ subroutine LSD_ContactForce_PP(this , ind , lnew )

if( norm(ovlp_t) .gt. 0.0_RK ) then

if( this%CF_Type == CFT_nLin_l ) then
if( this%CF_Type == CFT_LSD_l ) then
! limited overlap
ftij = ftij*(ft_fric/ft)
ovlp_t = (-1.0_RK) * (ftij/prop_ij%kt)
Expand Down

0 comments on commit 985e0a1

Please sign in to comment.