2023-02-06 19:41:07 +00:00
|
|
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
|
|
| phasicFlow File |
|
|
|
|
| copyright: www.cemf.ir |
|
|
|
|
\* ------------------------------------------------------------------------- */
|
|
|
|
objectName particleInsertion;
|
|
|
|
objectType dicrionary;
|
2023-04-12 06:09:49 +00:00
|
|
|
fileFormat ASCII;
|
|
|
|
/*---------------------------------------------------------------------------*/
|
2024-12-28 11:28:28 +00:00
|
|
|
active Yes; // is insertion active -> Yes or No
|
2023-02-06 19:41:07 +00:00
|
|
|
|
2024-12-28 11:28:28 +00:00
|
|
|
checkForCollision No; // is checked -> Yes or No
|
2023-02-06 19:41:07 +00:00
|
|
|
|
|
|
|
/*
|
2024-12-28 11:28:28 +00:00
|
|
|
Two layers of particles are packed one-by-one using tho insertion steps
|
2023-02-06 19:41:07 +00:00
|
|
|
*/
|
|
|
|
|
2023-02-07 15:58:37 +00:00
|
|
|
rightregion
|
2023-02-06 19:41:07 +00:00
|
|
|
{
|
2024-12-28 11:28:28 +00:00
|
|
|
timeControl simulationTime;
|
|
|
|
|
|
|
|
regionType cylinder; // type of insertion region
|
2023-02-07 15:58:37 +00:00
|
|
|
|
2024-12-28 11:28:28 +00:00
|
|
|
rate 10000; // Particles Insertion Rate (particles/s)
|
2023-02-07 15:58:37 +00:00
|
|
|
|
2024-12-28 11:28:28 +00:00
|
|
|
startTime 0.0; // start time of small particles insertion (s)
|
2023-02-07 15:58:37 +00:00
|
|
|
|
2024-12-28 11:28:28 +00:00
|
|
|
endTime 1; // end time of small particles insertion (s)
|
2023-02-07 15:58:37 +00:00
|
|
|
|
2024-12-28 11:28:28 +00:00
|
|
|
insertionInterval 0.025; // time interval of small particles insertion (s)
|
2023-02-06 19:41:07 +00:00
|
|
|
|
2024-12-28 11:28:28 +00:00
|
|
|
cylinderInfo
|
2023-02-06 19:41:07 +00:00
|
|
|
{
|
2024-12-28 11:28:28 +00:00
|
|
|
/* coordinates of center of both ends of the insertion
|
|
|
|
|
|
|
|
cylinder on the right side of the V-blender (m,m,m) */
|
|
|
|
|
2023-02-07 15:58:37 +00:00
|
|
|
p1 (0.0950615 0.12 0.5011585);
|
2024-12-28 11:28:28 +00:00
|
|
|
|
2023-02-07 15:58:37 +00:00
|
|
|
p2 (0.1150615 0.12 0.4811585);
|
2024-12-28 11:28:28 +00:00
|
|
|
|
|
|
|
radius 0.1; // radius of cylinder (m)
|
2023-02-06 19:41:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
setFields
|
|
|
|
{
|
2024-12-28 11:28:28 +00:00
|
|
|
velocity realx3 (1.2 0.0 -1.2); // initial velocity of inserted particles
|
2023-02-06 19:41:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
mixture
|
|
|
|
{
|
2024-12-28 11:28:28 +00:00
|
|
|
smallSphere 1; // first layer of inserted particles
|
2023-02-06 19:41:07 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-02-07 15:58:37 +00:00
|
|
|
leftregion
|
2023-02-06 19:41:07 +00:00
|
|
|
{
|
2024-12-28 11:28:28 +00:00
|
|
|
timeControl simulationTime;
|
2023-02-07 15:58:37 +00:00
|
|
|
|
2024-12-28 11:28:28 +00:00
|
|
|
regionType cylinder; // type of insertion region
|
2023-02-07 15:58:37 +00:00
|
|
|
|
2024-12-28 11:28:28 +00:00
|
|
|
rate 10000; // Particles Insertion Rate (particles/s)
|
2023-02-07 15:58:37 +00:00
|
|
|
|
2024-12-28 11:28:28 +00:00
|
|
|
startTime 1.5; // start time of large particles insertion (s)
|
2023-02-07 15:58:37 +00:00
|
|
|
|
2024-12-28 11:28:28 +00:00
|
|
|
endTime 2.5; // end time of large particles insertion (s)
|
|
|
|
|
|
|
|
insertionInterval 0.025; // time interval of large particles insertion (s)
|
2023-02-06 19:41:07 +00:00
|
|
|
|
2024-12-28 11:28:28 +00:00
|
|
|
cylinderInfo
|
2023-02-06 19:41:07 +00:00
|
|
|
{
|
2024-12-28 11:28:28 +00:00
|
|
|
/* coordinates of center of both ends of the insertion
|
|
|
|
|
|
|
|
cylinder on the left side of the V-blender (m,m,m) */
|
|
|
|
|
|
|
|
p1 ( 0.7562545 0.12 0.50079);
|
|
|
|
|
|
|
|
p2 ( 0.7362545 0.12 0.48079);
|
|
|
|
|
|
|
|
radius 0.1; // radius of cylinder (m)
|
2023-02-06 19:41:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
setFields
|
|
|
|
{
|
2024-12-28 11:28:28 +00:00
|
|
|
velocity realx3 (-1.2 0.0 -1.2); // initial velocity of inserted particles
|
2023-02-06 19:41:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
mixture
|
|
|
|
{
|
2024-12-28 11:28:28 +00:00
|
|
|
largeSphere 1; // second layer of inserted particles
|
2023-02-06 19:41:07 +00:00
|
|
|
}
|
|
|
|
}
|