diameter->distance, update in tutorials, v-Blender readme.md

This commit is contained in:
Hamidreza
2025-04-25 16:14:16 +03:30
parent 7c3b90a22d
commit 2593e2acf1
23 changed files with 556 additions and 298 deletions

View File

@ -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;
}
}