binarySystemOfParticles updated

This commit is contained in:
Ramin Khodabandeh 2024-05-28 13:10:19 +04:30
parent 2f9db61983
commit b591d8fda1
7 changed files with 2 additions and 9 deletions

View File

@ -49,4 +49,3 @@ model
mur (0.1); // rolling friction
}

View File

@ -9,5 +9,3 @@ fileFormat ASCII;
collisionCheck No; // is checked -> yes or no
active No; // is insertion active -> yes or no

View File

@ -11,4 +11,3 @@ names (smallSphere largeSphere); // names of shapes
diameters (0.003 0.005); // diameter of shapes
materials (prop1 prop1); // material names for shapes

View File

@ -83,5 +83,3 @@ surfaces
motion rotAxis; // motion component name
}
}

View File

@ -71,5 +71,3 @@ positionParticles // positions particles
radius 0.117; // radius of cylinder
}
}

View File

@ -32,3 +32,4 @@ writeFormat ascii; // data writting format (ascii or binar
timersReport Yes; // report timers
timersReportInterval 0.01; // time interval for reporting timers