phasicFlow/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/particleInsertion

53 lines
1.5 KiB
Plaintext
Raw Normal View History

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