binarySystemOfParticles updated
This commit is contained in:
parent
2f9db61983
commit
b591d8fda1
|
@ -49,4 +49,3 @@ model
|
|||
mur (0.1); // rolling friction
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -9,5 +9,3 @@ fileFormat ASCII;
|
|||
collisionCheck No; // is checked -> yes or no
|
||||
|
||||
active No; // is insertion active -> yes or no
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
@ -60,4 +60,4 @@ boundaries
|
|||
{
|
||||
type exit; // other options: periodict, reflective
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -83,5 +83,3 @@ surfaces
|
|||
motion rotAxis; // motion component name
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -71,5 +71,3 @@ positionParticles // positions particles
|
|||
radius 0.117; // radius of cylinder
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -32,3 +32,4 @@ writeFormat ascii; // data writting format (ascii or binar
|
|||
timersReport Yes; // report timers
|
||||
|
||||
timersReportInterval 0.01; // time interval for reporting timers
|
||||
|
Loading…
Reference in New Issue