Files
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 18:59:13 +03:30
/*---------------------------------------------------------------------------*/
2025-03-04 22:12:54 +03:30
active Yes; // is insertion active -> Yes or No
/*
2024-12-28 13:31:17 +03:30
Two layers of particles are packed one-by-one using 1 insertion steps
*/
2024-12-28 13:31:17 +03:30
layerrightregion // Right Layer Region
{
2025-03-05 20:06:25 +03:30
timeControl simulationTime;
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
regionType cylinder; // type of insertion region
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
rate 12500; // Right Region Particles Insertion Rate (particles/s)
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
startTime 0; // Start time of LightParticles insertion (s)
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
endTime 1; // End time of LightParticles insertion (s)
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
insertionInterval 0.025; // Time Interval of LightParticles insertion (s)
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
cylinderInfo
{
p2 (-0.15 0.25 0.05); // Top of cylinderRegion (m,m,m)
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
p1 (-0.15 0.24 0.05); // Bottom of cylinderRegion (m,m,m)
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
radius 0.035; // radius of cylinder (m)
}
2025-03-05 20:06:25 +03:30
setFields
{
velocity realx3 (0.0 -0.6 0.0); // initial velocity of inserted particles
}
2025-03-05 20:06:25 +03:30
mixture
{
smallSphere 1; // mixture composition of inserted particles
}
}
2024-12-28 13:31:17 +03:30
layerleftregion // Left Layer Region
{
2025-03-05 20:06:25 +03:30
timeControl simulationTime;
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
regionType cylinder; // type of insertion region
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
rate 7500; // Left Region Particles Insertion Rate (particles/s)
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
startTime 0; // Start time of LightParticles insertion (s)
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
endTime 1; // End time of LightParticles insertion (s)
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
insertionInterval 0.025; // Time Interval of LightParticles insertion (s)
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
cylinderInfo
{
p2 (-0.23 0.25 0.05); // Top of cylinderRegion (m,m,m)
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
p1 (-0.23 0.24 0.05); // Bottom of cylinderRegion (m,m,m)
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
radius 0.035; // radius of cylinder (m)
}
2025-03-05 20:06:25 +03:30
setFields
{
velocity realx3 (0.0 -0.6 0.0); // initial velocity of inserted particles
}
2025-03-05 20:06:25 +03:30
mixture
{
largeSphere 1; // only heavySphere
}
}