2023-02-07 07:01:26 +00:00
|
|
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
|
|
| phasicFlow File |
|
|
|
|
| copyright: www.cemf.ir |
|
|
|
|
\* ------------------------------------------------------------------------- */
|
|
|
|
objectName particleInsertion;
|
|
|
|
objectType dicrionary;
|
2023-04-12 06:09:49 +00:00
|
|
|
fileFormat ASCII;
|
2023-02-07 15:29:13 +00:00
|
|
|
/*---------------------------------------------------------------------------*/
|
2024-12-28 10:01:17 +00:00
|
|
|
active Yes; // is insertion active -> Yes or No
|
2023-02-07 07:01:26 +00:00
|
|
|
|
2024-12-28 10:01:17 +00:00
|
|
|
checkForCollision No; // is checked -> Yes or No
|
2023-02-07 07:01:26 +00:00
|
|
|
|
|
|
|
/*
|
2024-12-28 10:01:17 +00:00
|
|
|
Two layers of particles are packed one-by-one using 1 insertion steps
|
2023-02-07 07:01:26 +00:00
|
|
|
*/
|
|
|
|
|
2024-12-28 10:01:17 +00:00
|
|
|
|
|
|
|
layerrightregion // Right Layer Region
|
2023-02-07 07:01:26 +00:00
|
|
|
{
|
2024-12-28 10:01:17 +00:00
|
|
|
timeControl simulationTime;
|
|
|
|
|
|
|
|
regionType cylinder; // type of insertion region
|
|
|
|
|
|
|
|
rate 12500; // Right Region Particles Insertion Rate (particles/s)
|
|
|
|
|
|
|
|
startTime 0; // Start time of LightParticles insertion (s)
|
|
|
|
|
|
|
|
endTime 1; // End time of LightParticles insertion (s)
|
|
|
|
|
|
|
|
insertionInterval 0.025; // Time Interval of LightParticles insertion (s)
|
|
|
|
|
|
|
|
cylinderInfo
|
2023-02-07 07:01:26 +00:00
|
|
|
{
|
2024-12-28 10:01:17 +00:00
|
|
|
|
|
|
|
p2 (-0.15 0.25 0.05); //
|
|
|
|
|
|
|
|
p1 (-0.15 0.24 0.05); // Bottom of cylinderRegion (m,m,m)
|
|
|
|
|
|
|
|
radius 0.035; // radius of cylinder (m)
|
2023-02-07 07:01:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
setFields
|
|
|
|
{
|
2024-12-28 10:01:17 +00:00
|
|
|
velocity realx3 (0.0 -0.6 0.0); // initial velocity of inserted particles
|
2023-02-07 07:01:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
mixture
|
|
|
|
{
|
2024-12-28 10:01:17 +00:00
|
|
|
smallSphere 1; // mixture composition of inserted particles
|
2023-02-07 07:01:26 +00:00
|
|
|
}
|
|
|
|
}
|
2024-12-28 10:01:17 +00:00
|
|
|
|
|
|
|
layerleftregion // Left Layer Region
|
2023-02-07 07:01:26 +00:00
|
|
|
{
|
2024-12-28 10:01:17 +00:00
|
|
|
timeControl simulationTime;
|
|
|
|
|
|
|
|
regionType cylinder; // type of insertion region
|
|
|
|
|
|
|
|
rate 7500; // Left Region Particles Insertion Rate (particles/s)
|
|
|
|
|
|
|
|
startTime 0; // Start time of LightParticles insertion (s)
|
|
|
|
|
|
|
|
endTime 1; // End time of LightParticles insertion (s)
|
|
|
|
|
|
|
|
insertionInterval 0.025; // Time Interval of LightParticles insertion (s)
|
|
|
|
|
|
|
|
cylinderInfo
|
2023-02-07 07:01:26 +00:00
|
|
|
{
|
2024-12-28 10:01:17 +00:00
|
|
|
p2 (-0.23 0.25 0.05); // Top of cylinderRegion (m,m,m)
|
|
|
|
|
|
|
|
p1 (-0.23 0.24 0.05); // Bottom of cylinderRegion (m,m,m)
|
|
|
|
|
|
|
|
radius 0.035; // radius of cylinder (m)
|
2023-02-07 07:01:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
setFields
|
|
|
|
{
|
2024-12-28 10:01:17 +00:00
|
|
|
velocity realx3 (0.0 -0.6 0.0); // initial velocity of inserted particles
|
2023-02-07 07:01:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
mixture
|
|
|
|
{
|
2024-12-28 10:01:17 +00:00
|
|
|
largeSphere 1; // only heavySphere
|
2023-02-07 07:01:26 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|