Improve to collisions
Improvement into the collision model to better compute number of particles collisions.
This commit is contained in:
parent
97718209cc
commit
78a97ed7a0
12 changed files with 227 additions and 219 deletions
|
|
@ -281,7 +281,7 @@ MODULE moduleMesh3DCart
|
|||
self%n3%v = self%n3%v + volNodes(3)
|
||||
self%n4%v = self%n4%v + volNodes(4)
|
||||
|
||||
self%sigmaVrelMax = sigma_ref/L_ref**2
|
||||
self%sigmaVrelMax = sigmaVrel_ref/(L_ref**2 * v_ref)
|
||||
|
||||
CALL OMP_INIT_LOCK(self%lock)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue