mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
V-blender finalized for v-1.0
This commit is contained in:
@ -6,9 +6,9 @@ objectName particleInsertion;
|
||||
objectType dicrionary;
|
||||
fileFormat ASCII;
|
||||
/*---------------------------------------------------------------------------*/
|
||||
active Yes; // is insertion active -> Yes or No
|
||||
active Yes; // is insertion active -> Yes or No
|
||||
|
||||
checkForCollision No; // is checked -> Yes or No
|
||||
checkForCollision Yes; // is checked -> Yes or No
|
||||
|
||||
/*
|
||||
Two layers of particles are packed one-by-one using tho insertion steps
|
||||
@ -16,76 +16,74 @@ checkForCollision No; // is checked -> Yes o
|
||||
|
||||
rightregion
|
||||
{
|
||||
timeControl simulationTime;
|
||||
|
||||
regionType cylinder; // type of insertion region
|
||||
|
||||
rate 10000; // Particles Insertion Rate (particles/s)
|
||||
|
||||
startTime 0.0; // start time of small particles insertion (s)
|
||||
|
||||
endTime 1; // end time of small particles insertion (s)
|
||||
|
||||
insertionInterval 0.025; // time interval of small particles insertion (s)
|
||||
timeControl simulationTime;
|
||||
|
||||
cylinderInfo
|
||||
{
|
||||
/* coordinates of center of both ends of the insertion
|
||||
regionType cylinder; // type of insertion region
|
||||
|
||||
cylinder on the right side of the V-blender (m,m,m) */
|
||||
rate 10000; // Particles Insertion Rate (particles/s)
|
||||
|
||||
p1 (0.0950615 0.12 0.5011585);
|
||||
startTime 0.0; // start time of small particles insertion (s)
|
||||
|
||||
p2 (0.1150615 0.12 0.4811585);
|
||||
endTime 1; // end time of small particles insertion (s)
|
||||
|
||||
radius 0.1; // radius of cylinder (m)
|
||||
}
|
||||
|
||||
setFields
|
||||
{
|
||||
insertionInterval 0.025; // time interval of small particles insertion (s)
|
||||
|
||||
cylinderInfo
|
||||
{
|
||||
/* coordinates of center of both ends of the insertion
|
||||
cylinder on the right side of the V-blender (m,m,m) */
|
||||
|
||||
p1 (0.0950615 0.12 0.5011585);
|
||||
|
||||
p2 (0.1150615 0.12 0.4811585);
|
||||
|
||||
radius 0.1; // radius of cylinder (m)
|
||||
}
|
||||
|
||||
setFields
|
||||
{
|
||||
velocity realx3 (1.2 0.0 -1.2); // initial velocity of inserted particles
|
||||
}
|
||||
|
||||
mixture
|
||||
{
|
||||
}
|
||||
|
||||
mixture
|
||||
{
|
||||
smallSphere 1; // first layer of inserted particles
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
leftregion
|
||||
{
|
||||
timeControl simulationTime;
|
||||
|
||||
regionType cylinder; // type of insertion region
|
||||
|
||||
rate 10000; // Particles Insertion Rate (particles/s)
|
||||
|
||||
startTime 1.5; // start time of large particles insertion (s)
|
||||
|
||||
endTime 2.5; // end time of large particles insertion (s)
|
||||
|
||||
insertionInterval 0.025; // time interval of large particles insertion (s)
|
||||
timeControl simulationTime;
|
||||
|
||||
cylinderInfo
|
||||
{
|
||||
/* coordinates of center of both ends of the insertion
|
||||
regionType cylinder; // type of insertion region
|
||||
|
||||
cylinder on the left side of the V-blender (m,m,m) */
|
||||
rate 10000; // Particles Insertion Rate (particles/s)
|
||||
|
||||
p1 ( 0.7562545 0.12 0.50079);
|
||||
startTime 1.5; // start time of large particles insertion (s)
|
||||
|
||||
p2 ( 0.7362545 0.12 0.48079);
|
||||
endTime 2.5; // end time of large particles insertion (s)
|
||||
|
||||
radius 0.1; // radius of cylinder (m)
|
||||
}
|
||||
|
||||
setFields
|
||||
{
|
||||
velocity realx3 (-1.2 0.0 -1.2); // initial velocity of inserted particles
|
||||
}
|
||||
|
||||
mixture
|
||||
{
|
||||
largeSphere 1; // second layer of inserted particles
|
||||
}
|
||||
insertionInterval 0.025; // time interval of large particles insertion (s)
|
||||
|
||||
cylinderInfo
|
||||
{
|
||||
/* coordinates of center of both ends of the insertion
|
||||
cylinder on the left side of the V-blender (m,m,m) */
|
||||
|
||||
p1 ( 0.7562545 0.12 0.50079);
|
||||
|
||||
p2 ( 0.7362545 0.12 0.48079);
|
||||
|
||||
radius 0.1; // radius of cylinder (m)
|
||||
}
|
||||
|
||||
setFields
|
||||
{
|
||||
velocity realx3 (-1.2 0.0 -1.2); // initial velocity of inserted particles
|
||||
}
|
||||
|
||||
mixture
|
||||
{
|
||||
largeSphere 1; // second layer of inserted particles
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user