From 6ac5670933b9eb0a1318495c7f696e3b2bdb6f68 Mon Sep 17 00:00:00 2001 From: hamidrezanorouzi Date: Thu, 8 Sep 2022 12:27:21 +0430 Subject: [PATCH] benchmark_1 --- benchmarks/rotatingDrum_1/caseSetup/interaction | 9 ++------- benchmarks/rotatingDrum_1/caseSetup/sphereShape | 2 +- benchmarks/rotatingDrum_1/settings/particlesDict | 4 ++-- benchmarks/rotatingDrum_1/settings/settingsDict | 8 ++------ 4 files changed, 7 insertions(+), 16 deletions(-) diff --git a/benchmarks/rotatingDrum_1/caseSetup/interaction b/benchmarks/rotatingDrum_1/caseSetup/interaction index ca9f7e4f..ec808eda 100755 --- a/benchmarks/rotatingDrum_1/caseSetup/interaction +++ b/benchmarks/rotatingDrum_1/caseSetup/interaction @@ -16,11 +16,6 @@ model contactForceModel nonLinearLimited; rollingFrictionModel normal; - /* - Property (glassMat-glassMat glassMat-wallMat - wallMat-wallMat); - */ - Yeff (1.0e6 1.0e6 // Young modulus [Pa] 1.0e6); @@ -46,8 +41,8 @@ model contactSearch { - method NBS; // method for broad search particle-particle - wallMapping cellsSimple; // method for broad search particle-wall + method NBS; + wallMapping cellsSimple; NBSInfo { diff --git a/benchmarks/rotatingDrum_1/caseSetup/sphereShape b/benchmarks/rotatingDrum_1/caseSetup/sphereShape index a99e7f9c..4c02d41f 100755 --- a/benchmarks/rotatingDrum_1/caseSetup/sphereShape +++ b/benchmarks/rotatingDrum_1/caseSetup/sphereShape @@ -7,5 +7,5 @@ objectName sphereDict; objectType sphereShape; names (glassBead); // names of shapes -diameters (0.0055); // diameter of shapes +diameters (0.006); // diameter of shapes materials (glassMat); // material names for shapes diff --git a/benchmarks/rotatingDrum_1/settings/particlesDict b/benchmarks/rotatingDrum_1/settings/particlesDict index 1bcb9482..fe5ec556 100644 --- a/benchmarks/rotatingDrum_1/settings/particlesDict +++ b/benchmarks/rotatingDrum_1/settings/particlesDict @@ -25,7 +25,7 @@ positionParticles { method positionOrdered; - maxNumberOfParticles 746002; + maxNumberOfParticles 1000000; mortonSorting Yes; cylinder // box for positioning particles @@ -38,7 +38,7 @@ positionParticles positionOrderedInfo { diameter 0.006; // minimum space between centers of particles - numPoints 440000; // number of particles in the simulation + numPoints 240000; // number of particles in the simulation axisOrder (z x y); // axis order for filling the space with particles } } diff --git a/benchmarks/rotatingDrum_1/settings/settingsDict b/benchmarks/rotatingDrum_1/settings/settingsDict index 4a67601a..e02e4a65 100644 --- a/benchmarks/rotatingDrum_1/settings/settingsDict +++ b/benchmarks/rotatingDrum_1/settings/settingsDict @@ -19,10 +19,6 @@ timePrecision 5; // maximum number of digits for time folder g (0 -9.8 0); // gravity vector (m/s2) -/* - Simulation domain - every particles that goes outside this domain is deleted. -*/ domain { min (-0.21 -0.21 -0.01); @@ -31,6 +27,6 @@ domain integrationMethod AdamsBashforth3; // integration method -timersReport Yes; // report timers? +timersReport Yes; -timersReportInterval 0.01; // time interval for reporting timers +timersReportInterval 0.01;