2023-07-04 10:35:26 +00:00
|
|
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
|
|
| phasicFlow File |
|
|
|
|
| copyright: www.cemf.ir |
|
|
|
|
\* ------------------------------------------------------------------------- */
|
|
|
|
objectName particleInsertion;
|
|
|
|
objectType dicrionary;
|
2023-09-25 14:09:22 +00:00
|
|
|
fileFormat ASCII;
|
|
|
|
/*---------------------------------------------------------------------------*/
|
2023-07-04 10:35:26 +00:00
|
|
|
|
2025-02-20 13:57:36 +00:00
|
|
|
active yes; // is insertion active?
|
2023-07-04 10:35:26 +00:00
|
|
|
|
|
|
|
|
2025-02-20 13:57:36 +00:00
|
|
|
feeder
|
2023-07-04 10:35:26 +00:00
|
|
|
{
|
2025-02-20 13:57:36 +00:00
|
|
|
rate 2800; // insertion rate (particles/s)
|
|
|
|
|
|
|
|
timeControl simulationTime;
|
2024-12-28 10:16:09 +00:00
|
|
|
|
2025-02-20 13:57:36 +00:00
|
|
|
startTime 0;
|
|
|
|
|
|
|
|
endTime 100;
|
|
|
|
|
|
|
|
insertionInterval 0.04; //s
|
|
|
|
|
|
|
|
regionType box;
|
2024-12-28 10:16:09 +00:00
|
|
|
|
2025-02-20 13:57:36 +00:00
|
|
|
boxInfo
|
2023-07-04 10:35:26 +00:00
|
|
|
{
|
2024-12-28 10:16:09 +00:00
|
|
|
|
2025-02-20 13:57:36 +00:00
|
|
|
min ( -0.15 0.34 0.01); // (m,m,m)
|
|
|
|
max ( 0.15 0.36 0.15); // (m,m,m)
|
2023-07-04 10:35:26 +00:00
|
|
|
}
|
|
|
|
|
2025-02-20 13:57:36 +00:00
|
|
|
// initial velocity of inserted particles
|
2023-07-04 10:35:26 +00:00
|
|
|
setFields
|
|
|
|
{
|
2025-02-20 13:57:36 +00:00
|
|
|
velocity realx3 (0.0 -0.65 0);
|
2023-07-04 10:35:26 +00:00
|
|
|
}
|
|
|
|
|
2025-02-20 13:57:36 +00:00
|
|
|
// mixture composition of inserted particles
|
2023-07-04 10:35:26 +00:00
|
|
|
mixture
|
|
|
|
{
|
2025-02-20 13:57:36 +00:00
|
|
|
sphere1 2;
|
|
|
|
sphere2 1;
|
2023-07-04 10:35:26 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|