From 2f701c93432936badabb6f268c8563af30cbcb39 Mon Sep 17 00:00:00 2001 From: hamidrezanorouzi Date: Sun, 30 Oct 2022 19:06:52 +0330 Subject: [PATCH] updated benchmarks after multigridNBS --- benchmarks/helicalMixer_4MParticles/caseSetup/interaction | 4 ++-- benchmarks/rotatingDrum_4MParticles/caseSetup/interaction | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/benchmarks/helicalMixer_4MParticles/caseSetup/interaction b/benchmarks/helicalMixer_4MParticles/caseSetup/interaction index d3b3a98b..b81a97c4 100755 --- a/benchmarks/helicalMixer_4MParticles/caseSetup/interaction +++ b/benchmarks/helicalMixer_4MParticles/caseSetup/interaction @@ -42,7 +42,7 @@ model contactSearch { method NBS; - wallMapping cellsSimple; + wallMapping cellMapping; NBSInfo { @@ -50,7 +50,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) diff --git a/benchmarks/rotatingDrum_4MParticles/caseSetup/interaction b/benchmarks/rotatingDrum_4MParticles/caseSetup/interaction index ec808eda..0477966f 100755 --- a/benchmarks/rotatingDrum_4MParticles/caseSetup/interaction +++ b/benchmarks/rotatingDrum_4MParticles/caseSetup/interaction @@ -42,7 +42,7 @@ model contactSearch { method NBS; - wallMapping cellsSimple; + wallMapping cellMapping; NBSInfo { @@ -50,7 +50,7 @@ contactSearch sizeRatio 1.05; // 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)