updated benchmarks after multigridNBS
This commit is contained in:
parent
e6d7fbcda3
commit
2f701c9343
|
@ -42,7 +42,7 @@ model
|
||||||
contactSearch
|
contactSearch
|
||||||
{
|
{
|
||||||
method NBS;
|
method NBS;
|
||||||
wallMapping cellsSimple;
|
wallMapping cellMapping;
|
||||||
|
|
||||||
NBSInfo
|
NBSInfo
|
||||||
{
|
{
|
||||||
|
@ -50,7 +50,7 @@ contactSearch
|
||||||
sizeRatio 1.1; // bounding box size to particle diameter (max)
|
sizeRatio 1.1; // bounding box size to particle diameter (max)
|
||||||
}
|
}
|
||||||
|
|
||||||
cellsSimpleInfo
|
cellMappingInfo
|
||||||
{
|
{
|
||||||
updateFrequency 10; // each 20 timesteps, update neighbor list
|
updateFrequency 10; // each 20 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)
|
||||||
|
|
|
@ -42,7 +42,7 @@ model
|
||||||
contactSearch
|
contactSearch
|
||||||
{
|
{
|
||||||
method NBS;
|
method NBS;
|
||||||
wallMapping cellsSimple;
|
wallMapping cellMapping;
|
||||||
|
|
||||||
NBSInfo
|
NBSInfo
|
||||||
{
|
{
|
||||||
|
@ -50,7 +50,7 @@ contactSearch
|
||||||
sizeRatio 1.05; // bounding box size to particle diameter (max)
|
sizeRatio 1.05; // bounding box size to particle diameter (max)
|
||||||
}
|
}
|
||||||
|
|
||||||
cellsSimpleInfo
|
cellMappingInfo
|
||||||
{
|
{
|
||||||
updateFrequency 10; // each 20 timesteps, update neighbor list
|
updateFrequency 10; // each 20 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