phasicFlow/tutorials/sphereGranFlow/screwConveyor/caseSetup/particleInsertion

49 lines
1.1 KiB
Plaintext
Raw Normal View History

/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName particleInsertion;
objectType dicrionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
2025-02-20 13:57:36 +00:00
active yes; // is insertion active?
2025-02-20 13:57:36 +00:00
feeder
{
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
{
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)
}
2025-02-20 13:57:36 +00:00
// initial velocity of inserted particles
setFields
{
2025-02-20 13:57:36 +00:00
velocity realx3 (0.0 -0.65 0);
}
2025-02-20 13:57:36 +00:00
// mixture composition of inserted particles
mixture
{
2025-02-20 13:57:36 +00:00
sphere1 2;
sphere2 1;
}
}