mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
tutorials updated after multigridNBS
This commit is contained in:
@ -55,7 +55,7 @@ model
|
||||
contactSearch
|
||||
{
|
||||
method NBS; // method for broad search particle-particle
|
||||
wallMapping cellsSimple; // method for broad search particle-wall
|
||||
wallMapping cellMapping; // method for broad search particle-wall
|
||||
|
||||
NBSInfo
|
||||
{
|
||||
@ -63,7 +63,7 @@ contactSearch
|
||||
sizeRatio 1.1; // bounding box size to particle diameter (max)
|
||||
}
|
||||
|
||||
cellsSimpleInfo
|
||||
cellMappingInfo
|
||||
{
|
||||
updateFrequency 10; // each 20 timesteps, update neighbor list
|
||||
cellExtent 0.6; // bounding box for particle-wall search (> 0.5)
|
||||
|
Reference in New Issue
Block a user