phasicFlow/tutorials/sphereGranFlow/RotatingDrumWithBaffles/caseSetup/particleInsertion

84 lines
2.8 KiB
Plaintext
Raw Normal View History

/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName particleInsertion;
objectType dicrionary;
fileFormat ASCII;
2023-02-07 15:29:13 +00:00
/*---------------------------------------------------------------------------*/
2025-03-04 18:42:54 +00:00
active Yes; // is insertion active -> Yes or No
/*
2024-12-28 10:01:17 +00:00
Two layers of particles are packed one-by-one using 1 insertion steps
*/
2024-12-28 10:01:17 +00:00
layerrightregion // Right Layer Region
{
2025-03-05 16:36:25 +00:00
timeControl simulationTime;
2024-12-28 10:01:17 +00:00
2025-03-05 16:36:25 +00:00
regionType cylinder; // type of insertion region
2024-12-28 10:01:17 +00:00
2025-03-05 16:36:25 +00:00
rate 12500; // Right Region Particles Insertion Rate (particles/s)
2024-12-28 10:01:17 +00:00
2025-03-05 16:36:25 +00:00
startTime 0; // Start time of LightParticles insertion (s)
2024-12-28 10:01:17 +00:00
2025-03-05 16:36:25 +00:00
endTime 1; // End time of LightParticles insertion (s)
2024-12-28 10:01:17 +00:00
2025-03-05 16:36:25 +00:00
insertionInterval 0.025; // Time Interval of LightParticles insertion (s)
2024-12-28 10:01:17 +00:00
2025-03-05 16:36:25 +00:00
cylinderInfo
{
p2 (-0.15 0.25 0.05); // Top of cylinderRegion (m,m,m)
2024-12-28 10:01:17 +00:00
2025-03-05 16:36:25 +00:00
p1 (-0.15 0.24 0.05); // Bottom of cylinderRegion (m,m,m)
2024-12-28 10:01:17 +00:00
2025-03-05 16:36:25 +00:00
radius 0.035; // radius of cylinder (m)
}
2025-03-05 16:36:25 +00:00
setFields
{
velocity realx3 (0.0 -0.6 0.0); // initial velocity of inserted particles
}
2025-03-05 16:36:25 +00:00
mixture
{
smallSphere 1; // mixture composition of inserted particles
}
}
2024-12-28 10:01:17 +00:00
layerleftregion // Left Layer Region
{
2025-03-05 16:36:25 +00:00
timeControl simulationTime;
2024-12-28 10:01:17 +00:00
2025-03-05 16:36:25 +00:00
regionType cylinder; // type of insertion region
2024-12-28 10:01:17 +00:00
2025-03-05 16:36:25 +00:00
rate 7500; // Left Region Particles Insertion Rate (particles/s)
2024-12-28 10:01:17 +00:00
2025-03-05 16:36:25 +00:00
startTime 0; // Start time of LightParticles insertion (s)
2024-12-28 10:01:17 +00:00
2025-03-05 16:36:25 +00:00
endTime 1; // End time of LightParticles insertion (s)
2024-12-28 10:01:17 +00:00
2025-03-05 16:36:25 +00:00
insertionInterval 0.025; // Time Interval of LightParticles insertion (s)
2024-12-28 10:01:17 +00:00
2025-03-05 16:36:25 +00:00
cylinderInfo
{
p2 (-0.23 0.25 0.05); // Top of cylinderRegion (m,m,m)
2024-12-28 10:01:17 +00:00
2025-03-05 16:36:25 +00:00
p1 (-0.23 0.24 0.05); // Bottom of cylinderRegion (m,m,m)
2024-12-28 10:01:17 +00:00
2025-03-05 16:36:25 +00:00
radius 0.035; // radius of cylinder (m)
}
2025-03-05 16:36:25 +00:00
setFields
{
velocity realx3 (0.0 -0.6 0.0); // initial velocity of inserted particles
}
2025-03-05 16:36:25 +00:00
mixture
{
largeSphere 1; // only heavySphere
}
}