wallmapping corrected

This commit is contained in:
PhasicFlow 2022-12-21 16:18:42 +03:30 committed by GitHub
parent 8cc47b1c47
commit 3926581845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ model
contactSearch contactSearch
{ {
method multiGridNBS; // method for broad search particle-particle method multiGridNBS; // method for broad search particle-particle
wallMapping cellMapping; // method for broad search particle-wall wallMapping multiGridMapping; // method for broad search particle-wall
multiGridNBSInfo multiGridNBSInfo
{ {
@ -43,7 +43,7 @@ contactSearch
sizeRatio 1.1; // bounding box size to particle diameter (max) sizeRatio 1.1; // bounding box size to particle diameter (max)
} }
cellMappingInfo multiGridMappingInfo
{ {
updateFrequency 10; // each 10 timesteps, update neighbor list updateFrequency 10; // each 10 timesteps, update neighbor list
cellExtent 0.6; // bounding box for particle-wall search (> 0.5) cellExtent 0.6; // bounding box for particle-wall search (> 0.5)