Files
phasicFlow/tutorials/sphereGranFlow/conveyorBelt/caseSetup/particleInsertion

55 lines
1.5 KiB
Plaintext
Raw Normal View History

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