Merge pull request #22 from hamidrezanorouzi/solvers

benchmark_1
This commit is contained in:
hamidrezanorouzi 2022-09-08 12:28:30 +04:30 committed by GitHub
commit 80c6ac9600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 16 deletions

View File

@ -16,11 +16,6 @@ model
contactForceModel nonLinearLimited; contactForceModel nonLinearLimited;
rollingFrictionModel normal; rollingFrictionModel normal;
/*
Property (glassMat-glassMat glassMat-wallMat
wallMat-wallMat);
*/
Yeff (1.0e6 1.0e6 // Young modulus [Pa] Yeff (1.0e6 1.0e6 // Young modulus [Pa]
1.0e6); 1.0e6);
@ -46,8 +41,8 @@ model
contactSearch contactSearch
{ {
method NBS; // method for broad search particle-particle method NBS;
wallMapping cellsSimple; // method for broad search particle-wall wallMapping cellsSimple;
NBSInfo NBSInfo
{ {

View File

@ -7,5 +7,5 @@ objectName sphereDict;
objectType sphereShape; objectType sphereShape;
names (glassBead); // names of shapes names (glassBead); // names of shapes
diameters (0.0055); // diameter of shapes diameters (0.006); // diameter of shapes
materials (glassMat); // material names for shapes materials (glassMat); // material names for shapes

View File

@ -25,7 +25,7 @@ positionParticles
{ {
method positionOrdered; method positionOrdered;
maxNumberOfParticles 746002; maxNumberOfParticles 1000000;
mortonSorting Yes; mortonSorting Yes;
cylinder // box for positioning particles cylinder // box for positioning particles
@ -38,7 +38,7 @@ positionParticles
positionOrderedInfo positionOrderedInfo
{ {
diameter 0.006; // minimum space between centers of particles 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 axisOrder (z x y); // axis order for filling the space with particles
} }
} }

View File

@ -19,10 +19,6 @@ timePrecision 5; // maximum number of digits for time folder
g (0 -9.8 0); // gravity vector (m/s2) g (0 -9.8 0); // gravity vector (m/s2)
/*
Simulation domain
every particles that goes outside this domain is deleted.
*/
domain domain
{ {
min (-0.21 -0.21 -0.01); min (-0.21 -0.21 -0.01);
@ -31,6 +27,6 @@ domain
integrationMethod AdamsBashforth3; // integration method integrationMethod AdamsBashforth3; // integration method
timersReport Yes; // report timers? timersReport Yes;
timersReportInterval 0.01; // time interval for reporting timers timersReportInterval 0.01;