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

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