2023-04-30 14:12:35 +00:00
|
|
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
|
|
| phasicFlow File |
|
|
|
|
| copyright: www.cemf.ir |
|
|
|
|
\* ------------------------------------------------------------------------- */
|
|
|
|
objectName particleInsertion;
|
|
|
|
objectType dicrionary;
|
|
|
|
fileFormat ASCII;
|
|
|
|
/*---------------------------------------------------------------------------*/
|
|
|
|
|
2025-03-02 12:50:56 +00:00
|
|
|
active yes; // is insertion active -> yes or no
|
2024-12-28 09:39:06 +00:00
|
|
|
|
2023-06-07 13:06:32 +00:00
|
|
|
topRegion
|
2023-04-30 14:12:35 +00:00
|
|
|
{
|
2025-03-02 12:50:56 +00:00
|
|
|
regionType box; // type of insertion region
|
2024-12-28 09:39:06 +00:00
|
|
|
|
2025-03-02 12:50:56 +00:00
|
|
|
timeControl simulationTime;
|
|
|
|
|
|
|
|
rate 4000; // insertion rate (particles/s)
|
|
|
|
|
|
|
|
startTime 0; // Start time of Particles insertion (s)
|
|
|
|
|
|
|
|
endTime 7; // End time of Particles insertion (s)
|
|
|
|
|
|
|
|
insertionInterval 0.025; // Time Interval between each insertion (s)
|
|
|
|
|
|
|
|
boxInfo
|
|
|
|
{
|
|
|
|
min ( 0.48 0.58 0.01 ); // (m,m,m)
|
|
|
|
max ( 0.64 0.59 0.05 ); // (m,m,m)
|
|
|
|
}
|
2024-12-28 09:39:06 +00:00
|
|
|
|
2025-03-02 12:50:56 +00:00
|
|
|
setFields
|
|
|
|
{
|
|
|
|
velocity realx3 (0.0 -0.6 0.0); // initial velocity of inserted particles
|
|
|
|
}
|
2023-04-30 14:12:35 +00:00
|
|
|
|
2025-03-02 12:50:56 +00:00
|
|
|
mixture
|
|
|
|
{
|
|
|
|
sphere 1;
|
|
|
|
}
|
2023-06-07 13:06:32 +00:00
|
|
|
}
|