RotaryAirLockValve is Updated.

This commit is contained in:
ramin1728
2025-02-27 20:53:20 +03:30
parent 1cbeb1c963
commit 8b9a9acd0c
8 changed files with 81 additions and 98 deletions

View File

@ -6,30 +6,30 @@ objectName interaction;
objectType dicrionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
materials (sphereMat wallMat); // a list of materials names
materials (sphereMat wallMat); // a list of materials names
densities (1000 2500); // density of materials [kg/m3]
densities (1000 2500); // density of materials [kg/m3]
contactListType sortedContactList;
contactListType sortedContactList;
contactSearch
{
method NBS; // method for broad search
method NBS; // method for broad search
updateInterval 10;
updateInterval 10;
sizeRatio 1.1;
sizeRatio 1.1;
cellExtent 0.55;
cellExtent 0.55;
adjustableBox Yes;
adjustableBox Yes;
}
model
{
contactForceModel nonLinearNonLimited;
contactForceModel nonLinearNonLimited;
rollingFrictionModel normal;
rollingFrictionModel normal;
/*
Property (sphereMat-sphereMat sphereMat-wallMat
@ -43,19 +43,19 @@ model
Geff (0.8e6 0.8e6 // Shear modulus [Pa]
0.8e6);
nu (0.25 0.25 // Poisson's ratio [-]
0.25);
nu (0.25 0.25 // Poisson's ratio [-]
0.25);
en (0.70 0.80 // coefficient of normal restitution
1.0);
en (0.70 0.80 // coefficient of normal restitution
1.0);
et (1.0 1.0 // coefficient of tangential restitution
1.0);
et (1.0 1.0 // coefficient of tangential restitution
1.0);
mu (0.3 0.35 // dynamic friction
0.35);
mu (0.3 0.35 // dynamic friction
0.35);
mur (0.1 0.1 // rolling friction
0.1);
mur (0.1 0.1 // rolling friction
0.1);
}

View File

@ -6,9 +6,9 @@ objectName particleInsertion;
objectType dicrionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
active yes; // is insertion active -> yes or no
active yes; // is insertion active -> yes or no
checkForCollision No; // is checked -> yes or no
checkForCollision No; // is checked -> yes or no
/*
one region is considered for inserting particles.
@ -16,28 +16,28 @@ checkForCollision No; // is checked
topRegion
{
regionType box; // type of insertion region
regionType box; // type of insertion region
timeControl simulationTime;
timeControl simulationTime;
rate 4000; // insertion rate (particles/s)
rate 4000; // insertion rate (particles/s)
startTime 0; // Start time of Particles insertion (s)
startTime 0; // Start time of Particles insertion (s)
endTime 7; // End time of Particles insertion (s)
endTime 7; // End time of Particles insertion (s)
insertionInterval 0.025; // Time Interval between each insertion (s)
insertionInterval 0.025; // Time Interval between each insertion (s)
boxInfo // Coordinates of BoxRegion (m,m,m)
boxInfo // Coordinates of BoxRegion (m,m,m)
{
min ( 0.48 0.58 0.01 ); // (m,m,m)
min ( 0.48 0.58 0.01 ); // (m,m,m)
max ( 0.64 0.59 0.05 ); // (m,m,m)
max ( 0.64 0.59 0.05 ); // (m,m,m)
}
setFields
{
velocity realx3 (0.0 -0.6 0.0); // initial velocity of inserted particles
velocity realx3 (0.0 -0.6 0.0); // initial velocity of inserted particles
}
mixture

View File

@ -6,8 +6,8 @@ objectName particleInsertion;
objectType dicrionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
names (sphere); // names of shapes
names (sphere); // names of shapes
diameters (0.005); // diameter of shapes
diameters (0.005); // diameter of shapes
materials (sphereMat); // material names for shapes
materials (sphereMat); // material names for shapes