mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
diameter->distance, update in tutorials, v-Blender readme.md
This commit is contained in:
@ -4,45 +4,44 @@
|
||||
\* ------------------------------------------------------------------------- */
|
||||
objectName particleInsertion;
|
||||
objectType dicrionary;
|
||||
fileFormat ASCII;
|
||||
fileFormat ASCII;
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
||||
active yes; // is insertion active?
|
||||
active yes; // is insertion active?
|
||||
|
||||
|
||||
feeder
|
||||
{
|
||||
rate 2800; // insertion rate (particles/s)
|
||||
|
||||
timeControl simulationTime;
|
||||
rate 2800; // insertion rate (particles/s)
|
||||
|
||||
startTime 0;
|
||||
|
||||
endTime 100;
|
||||
|
||||
insertionInterval 0.04; //s
|
||||
|
||||
regionType box;
|
||||
timeControl simulationTime;
|
||||
|
||||
boxInfo
|
||||
{
|
||||
startTime 0;
|
||||
|
||||
min ( -0.15 0.34 0.01); // (m,m,m)
|
||||
max ( 0.15 0.36 0.15); // (m,m,m)
|
||||
}
|
||||
|
||||
// initial velocity of inserted particles
|
||||
setFields
|
||||
{
|
||||
velocity realx3 (0.0 -0.65 0);
|
||||
}
|
||||
|
||||
// mixture composition of inserted particles
|
||||
mixture
|
||||
{
|
||||
sphere1 2;
|
||||
sphere2 1;
|
||||
}
|
||||
endTime 100;
|
||||
|
||||
insertionInterval 0.04; //s
|
||||
|
||||
regionType box;
|
||||
|
||||
boxInfo
|
||||
{
|
||||
min ( -0.15 0.34 0.01); // (m,m,m)
|
||||
max ( 0.15 0.36 0.15); // (m,m,m)
|
||||
}
|
||||
|
||||
// initial velocity of inserted particles
|
||||
setFields
|
||||
{
|
||||
velocity realx3 (0.0 -0.65 0);
|
||||
}
|
||||
|
||||
// mixture composition of inserted particles
|
||||
mixture
|
||||
{
|
||||
sphere1 2;
|
||||
sphere2 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user