1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-08-07 03:37:02 +00:00
Files
.github
DEMSystems
benchmarks
cmake
doc
solvers
src
tutorials
iterateGeometry
postprocessPhasicFlow
sphereGranFlow
RotaryAirLockValve
RotatingDrumWithBaffles
V-blender
binarySystemOfParticles
layeredSiloFilling
rotatingDrumMedium
rotatingDrumSmall
screwConveyor
caseSetup
interaction
particleInsertion
sphereShape
settings
stl
README.md
cleanThisCase
runThisCase
toteblender
utilities
.gitignore
CMakeLists.txt
LICENSE
README.md
phasicFlowConfig.H.in
phasicFlow/tutorials/sphereGranFlow/screwConveyor/caseSetup/particleInsertion
2023-09-25 17:39:22 +03:30

47 lines
1.2 KiB
C++
Executable File

/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName particleInsertion;
objectType dicrionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
active yes; // is insertion active?
collisionCheck No; // not implemented for yes
/*
five layers of particles are packed one-by-one using 5 insertion steps.
*/
layer0
{
type cylinderRegion; // type of insertion region
rate 5000; // insertion rate (particles/s)
startTime 0; // (s)
endTime 100; // (s)
interval 0.03; //s
cylinderRegionInfo
{
radius 0.09; // radius of cylinder (m)
p1 (0.22 0.73 0.25); // (m,m,m)
p2 (0.22 0.742 0.25); // (m,m,m)
}
setFields
{
velocity realx3 (0.0 -0.6 -0); // initial velocity of inserted particles
}
mixture
{
sphere1 1; // mixture composition of inserted particles
}
}