phasicFlow/tutorials/sphereGranFlow/RotaryAirLockValve/caseSetup/particleInsertion

46 lines
1.5 KiB
Plaintext
Raw Normal View History

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