phasicFlow/tutorials/sphereGranFlow/RotaryAirLockValve/caseSetup/particleInsertion

55 lines
1.2 KiB
Plaintext
Raw Normal View History

/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName particleInsertion;
objectType dicrionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
// is insertion active?
active yes;
// not implemented for yes
collisionCheck No;
/*
2023-06-07 13:06:32 +00:00
one region is considered for inserting particles.
*/
2023-06-07 13:06:32 +00:00
topRegion
{
// type of insertion region
type boxRegion;
// insertion rate (particles/s)
rate 4000;
// Start time of Particles insertion (s)
startTime 0;
// End time of Particles insertion (s)
endTime 7;
2023-06-07 13:06:32 +00:00
// Time Interval between each insertion (s)
interval 0.025;
// Coordinates of BoxRegion (m,m,m)
boxRegionInfo
{
2023-06-07 13:06:32 +00:00
min ( 0.48 0.58 0.01 ); // (m,m,m)
max ( 0.64 0.59 0.05 ); // (m,m,m)
}
setFields
{
2023-06-07 13:06:32 +00:00
// initial velocity of inserted particles
velocity realx3 (0.0 -0.6 0.0);
}
mixture
{
2023-06-07 13:06:32 +00:00
sphere 1;
}
2023-06-07 13:06:32 +00:00
}