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