updated V1.0 screwConveyor

This commit is contained in:
ramin1728
2024-12-28 13:46:09 +03:30
parent 018770a1f1
commit 0d5f8a98a2
7 changed files with 236 additions and 116 deletions

View File

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

View File

@ -6,39 +6,45 @@ objectName particleInsertion;
objectType dicrionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
active Yes; // is insertion active -> Yes or No
active yes; // is insertion active?
collisionCheck No; // not implemented for yes
checkForCollision No; // is checked -> Yes or No
/*
five layers of particles are packed one-by-one using 5 insertion steps.
five layers of particles are packed one-by-one using 5 insertion steps
*/
layer0
{
type cylinderRegion; // type of insertion region
rate 5000; // insertion rate (particles/s)
startTime 0; // (s)
endTime 100; // (s)
interval 0.03; //s
timeControl simulationTime;
cylinderRegionInfo
regionType cylinder; // type of insertion region
rate 5000; // Particles Insertion Rate (particles/s)
startTime 0; // Start time of LightParticles insertion (s)
endTime 100; // End time of LightParticles insertion (s)
insertionInterval 0.03; // Time Interval of LightParticles insertion (s)
cylinderInfo
{
radius 0.09; // radius of cylinder (m)
p1 (0.22 0.73 0.25); // (m,m,m)
p2 (0.22 0.742 0.25); // (m,m,m)
p1 (0.22 0.730 0.25); // Bottom of cylinderRegion(m,m,m)
p2 (0.22 0.742 0.25); // Top of cylinderRegion (m,m,m)
radius 0.09; // radius of cylinder (m)
}
setFields
{
velocity realx3 (0.0 -0.6 -0); // initial velocity of inserted particles
velocity realx3 (0.0 -0.6 -0); // initial velocity of inserted particles
}
mixture
{
sphere1 1; // mixture composition of inserted particles
sphere1 1; // mixture composition of inserted particles
}
}

View File

@ -0,0 +1,13 @@
/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName sphereDict;
objectType sphereShape;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
names (sphere1); // names of shapes
diameters (0.01); // diameter of shapes
materials (prop1); // material names for shapes