wallmapping corrected
This commit is contained in:
parent
8cc47b1c47
commit
3926581845
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue