2022-09-28 08:38:09 +00:00
|
|
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
|
|
| phasicFlow File |
|
|
|
|
| copyright: www.cemf.ir |
|
|
|
|
\* ------------------------------------------------------------------------- */
|
|
|
|
objectName particleInsertion;
|
|
|
|
objectType dicrionary;
|
2023-04-12 06:09:49 +00:00
|
|
|
fileFormat ASCII;
|
|
|
|
/*---------------------------------------------------------------------------*/
|
2024-05-28 08:08:21 +00:00
|
|
|
active Yes; // is insertion active -> yes or no
|
2022-09-28 08:38:09 +00:00
|
|
|
|
2024-05-28 08:08:21 +00:00
|
|
|
checkForCollision No; // is checked -> yes or no
|
2022-09-28 08:38:09 +00:00
|
|
|
|
|
|
|
/*
|
2024-05-21 15:13:58 +00:00
|
|
|
one layers of particles are packed
|
2022-09-28 08:38:09 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
layer0
|
2024-05-21 15:13:58 +00:00
|
|
|
{
|
|
|
|
timeControl simulationTime;
|
2022-09-28 08:38:09 +00:00
|
|
|
|
2024-05-21 15:13:58 +00:00
|
|
|
regionType cylinder; // type of insertion region
|
2022-09-28 08:38:09 +00:00
|
|
|
|
2024-05-21 15:13:58 +00:00
|
|
|
rate 15000; // insertion rate (particles/s)
|
2022-09-28 08:38:09 +00:00
|
|
|
|
2024-05-21 15:13:58 +00:00
|
|
|
startTime 0; // (s)
|
2022-09-28 08:38:09 +00:00
|
|
|
|
2024-05-21 15:13:58 +00:00
|
|
|
endTime 0.5; // (s)
|
2022-09-28 08:38:09 +00:00
|
|
|
|
2024-05-21 15:13:58 +00:00
|
|
|
insertionInterval 0.025; // s
|
|
|
|
|
|
|
|
cylinderInfo
|
2022-09-28 08:38:09 +00:00
|
|
|
{
|
2024-05-21 15:13:58 +00:00
|
|
|
radius 0.09; // radius of cylinder (m)
|
2022-09-28 08:38:09 +00:00
|
|
|
|
2024-05-21 15:13:58 +00:00
|
|
|
p1 ( 0.0 0.0 0.1 ); // (m,m,m)
|
2022-09-28 08:38:09 +00:00
|
|
|
|
2024-05-21 15:13:58 +00:00
|
|
|
p2 ( 0.0 0.0 0.11); // (m,m,m)
|
2022-09-28 08:38:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
setFields
|
|
|
|
{
|
2024-05-21 15:13:58 +00:00
|
|
|
velocity realx3 (0.0 0.0 -0.6); // initial velocity of inserted particles
|
2022-09-28 08:38:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
mixture
|
|
|
|
{
|
2024-05-21 15:13:58 +00:00
|
|
|
lightSphere 1; // mixture composition of inserted particles
|
2022-09-28 08:38:09 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-05-28 08:54:34 +00:00
|
|
|
|
|
|
|
|