2023-02-06 19:41:07 +00:00
|
|
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
|
|
| phasicFlow File |
|
|
|
|
| copyright: www.cemf.ir |
|
|
|
|
\* ------------------------------------------------------------------------- */
|
|
|
|
objectName particleInsertion;
|
|
|
|
objectType dicrionary;
|
2023-02-07 15:58:37 +00:00
|
|
|
/* ------------------------------------------------------------------------- */
|
2023-02-06 19:41:07 +00:00
|
|
|
|
2023-02-07 15:58:37 +00:00
|
|
|
// is insertion active?
|
|
|
|
active yes;
|
2023-02-06 19:41:07 +00:00
|
|
|
|
2023-02-07 15:58:37 +00:00
|
|
|
// not implemented for yes
|
|
|
|
collisionCheck No;
|
2023-02-06 19:41:07 +00:00
|
|
|
|
|
|
|
/*
|
2023-02-07 15:58:37 +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
|
|
|
{
|
2023-02-07 15:58:37 +00:00
|
|
|
// type of insertion region
|
|
|
|
type cylinderRegion;
|
|
|
|
|
|
|
|
// insertion rate (particles/s)
|
|
|
|
rate 10000;
|
|
|
|
|
|
|
|
// start time of small particles insertion (s)
|
|
|
|
startTime 0.0;
|
|
|
|
|
|
|
|
// end time of small particles insertion (s)
|
|
|
|
endTime 1;
|
|
|
|
|
|
|
|
// time interval of small particles insertion (s)
|
|
|
|
interval 0.025;
|
2023-02-06 19:41:07 +00:00
|
|
|
|
|
|
|
cylinderRegionInfo
|
|
|
|
{
|
2023-02-07 15:58:37 +00:00
|
|
|
// radius of cylinder (m)
|
|
|
|
radius 0.1;
|
|
|
|
|
|
|
|
// coordinates of center of both ends of the insertion cylinder on
|
|
|
|
// the right side of the V-blender (m,m,m)
|
|
|
|
p1 (0.0950615 0.12 0.5011585);
|
|
|
|
p2 (0.1150615 0.12 0.4811585);
|
2023-02-06 19:41:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
setFields
|
|
|
|
{
|
2023-02-07 15:58:37 +00:00
|
|
|
// initial velocity of inserted particles
|
|
|
|
velocity realx3 (1.2 0.0 -1.2);
|
2023-02-06 19:41:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
mixture
|
|
|
|
{
|
2023-02-07 15:58:37 +00:00
|
|
|
// first layer of inserted particles
|
|
|
|
smallSphere 1;
|
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
|
|
|
{
|
2023-02-07 15:58:37 +00:00
|
|
|
// type of insertion region
|
2023-02-06 19:41:07 +00:00
|
|
|
type cylinderRegion;
|
2023-02-07 15:58:37 +00:00
|
|
|
|
|
|
|
// insertion rate (particles/s)
|
|
|
|
rate 10000;
|
|
|
|
|
|
|
|
// start time of large particles insertion (s)
|
|
|
|
startTime 1.5;
|
|
|
|
|
|
|
|
// end time of large particles insertion (s)
|
|
|
|
endTime 2.5;
|
|
|
|
|
|
|
|
// time interval of large particles insertion (s)
|
|
|
|
interval 0.025;
|
2023-02-06 19:41:07 +00:00
|
|
|
|
|
|
|
cylinderRegionInfo
|
|
|
|
{
|
2023-02-07 15:58:37 +00:00
|
|
|
// radius of cylinder (m)
|
2023-02-06 19:41:07 +00:00
|
|
|
radius 0.1;
|
2023-02-07 15:58:37 +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);
|
2023-02-06 19:41:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
setFields
|
|
|
|
{
|
2023-02-07 15:58:37 +00:00
|
|
|
// initial velocity of inserted particles
|
2023-02-06 19:41:07 +00:00
|
|
|
velocity realx3 (-1.2 0.0 -1.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
mixture
|
|
|
|
{
|
2023-02-07 15:58:37 +00:00
|
|
|
// second layer of inserted particles
|
|
|
|
largeSphere 1;
|
2023-02-06 19:41:07 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
}
|