Tutorial binarySystemOfParticles are modified based on version 1.x

This commit is contained in:
Ramin Khodabandeh
2024-05-19 20:50:00 +04:30
parent 8eba161d62
commit 888343c655
9 changed files with 224 additions and 134 deletions

View File

@ -6,49 +6,47 @@ objectName interaction;
objectType dicrionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
materials (prop1); // a list of materials names
densities (1000.0); // density of materials [kg/m3]
materials (prop1); // a list of materials names
densities (1000.0); // density of materials [kg/m3]
contactListType sortedContactList;
contactListType sortedContactList;
contactSearch
{
method NBS; // method for broad search particle-particle
updateInterval 10;
sizeRatio 1.1;
cellExtent 0.55;
adjustableBox Yes;
}
model
{
contactForceModel nonLinearNonLimited;
rollingFrictionModel normal;
Yeff (1.0e6); // Young modulus [Pa]
// Property (solid-solid Properties)
Geff (0.8e6); // Shear modulus [Pa]
Yeff (1.0e6); // Young modulus [Pa]
nu (0.25); // Poisson's ratio [-]
Geff (0.8e6); // Shear modulus [Pa]
en (0.7); // coefficient of normal restitution
nu (0.25); // Poisson's ratio [-]
et (1.0); // coefficient of tangential restitution
en (0.7); // coefficient of normal restitution
mu (0.3); // dynamic friction
et (1.0); // coefficient of tangential restitution
mur (0.1); // rolling friction
mu (0.3); // dynamic friction
mur (0.1); // rolling friction
}
contactSearch
{
method multiGridNBS; // method for broad search particle-particle
wallMapping multiGridMapping; // method for broad search particle-wall
multiGridNBSInfo
{
updateFrequency 10; // each 10 timesteps, update neighbor list
sizeRatio 1.1; // bounding box size to particle diameter (max)
}
multiGridMappingInfo
{
updateFrequency 10; // each 10 timesteps, update neighbor list
cellExtent 0.6; // bounding box for particle-wall search (> 0.5)
}
}

View File

@ -6,10 +6,9 @@ objectName particleInsertion;
objectType dicrionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
active No; // is insertion active -> yes or no
collisionCheck No; // is checked -> yes or no
active no; // is insertion active?
collisionCheck No; // not implemented for yes

View File

@ -6,7 +6,9 @@ objectName sphereDict;
objectType sphereShape;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
names (smallSphere largeSphere); // names of shapes
names (smallSphere largeSphere); // names of shapes
diameters (0.003 0.005); // diameter of shapes
materials (prop1 prop1); // material names for shapes
diameters (0.003 0.005); // diameter of shapes
materials (prop1 prop1); // material names for shapes