fix tutorials for new changes
This commit is contained in:
parent
80c6ac9600
commit
b480ed9fc7
|
@ -34,33 +34,24 @@ positionParticles
|
||||||
maxNumberOfParticles 250001; // maximum number of particles in the simulation
|
maxNumberOfParticles 250001; // maximum number of particles in the simulation
|
||||||
mortonSorting Yes; // perform initial sorting based on morton code?
|
mortonSorting Yes; // perform initial sorting based on morton code?
|
||||||
|
|
||||||
|
|
||||||
positionOrderedInfo
|
|
||||||
{
|
|
||||||
box // box for positioning particles
|
box // box for positioning particles
|
||||||
{
|
{
|
||||||
min (-0.08 -0.08 0.0); // lower corner point of the box
|
min (-0.08 -0.08 0.0); // lower corner point of the box
|
||||||
max ( 0.08 0.08 0.36); // upper corner point of the box
|
max ( 0.08 0.08 0.36); // upper corner point of the box
|
||||||
}
|
}
|
||||||
|
|
||||||
|
positionOrderedInfo
|
||||||
|
{
|
||||||
diameter 0.003; // minimum space between centers of particles
|
diameter 0.003; // minimum space between centers of particles
|
||||||
numPoints 250000; // number of particles in the simulation
|
numPoints 250000; // number of particles in the simulation
|
||||||
axisOrder (z y x); // axis order for filling the space with particles
|
axisOrder (z y x); // axis order for filling the space with particles
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
positionRandomInfo
|
positionRandomInfo
|
||||||
{
|
{
|
||||||
box // box for positioning particles
|
|
||||||
{
|
|
||||||
min (-0.09 -0.09 0.0); // lower corner point of the box
|
|
||||||
max ( 0.09 0.09 0.36); // upper corner point of the box
|
|
||||||
}
|
|
||||||
|
|
||||||
diameter 0.003; // minimum space between centers of particles
|
diameter 0.003; // minimum space between centers of particles
|
||||||
numPoints 250000; // number of particles in the simulation
|
numPoints 250000; // number of particles in the simulation
|
||||||
maxIterations 40; // max number of contact search passes to position particles
|
maxIterations 40; // max number of contact search passes to position particles
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,17 +34,16 @@ positionParticles
|
||||||
maxNumberOfParticles 40000; // maximum number of particles in the simulation
|
maxNumberOfParticles 40000; // maximum number of particles in the simulation
|
||||||
mortonSorting Yes; // perform initial sorting based on morton code?
|
mortonSorting Yes; // perform initial sorting based on morton code?
|
||||||
|
|
||||||
positionOrderedInfo
|
|
||||||
{
|
|
||||||
box // box for positioning particles
|
box // box for positioning particles
|
||||||
{
|
{
|
||||||
min (-0.08 -0.08 0.015); // lower corner point of the box
|
min (-0.08 -0.08 0.015); // lower corner point of the box
|
||||||
max ( 0.08 0.08 0.098); // upper corner point of the box
|
max ( 0.08 0.08 0.098); // upper corner point of the box
|
||||||
}
|
}
|
||||||
|
|
||||||
|
positionOrderedInfo
|
||||||
|
{
|
||||||
diameter 0.004; // minimum space between centers of particles
|
diameter 0.004; // minimum space between centers of particles
|
||||||
numPoints 30000; // number of particles in the simulation
|
numPoints 30000; // number of particles in the simulation
|
||||||
axisOrder (z y x); // axis order for filling the space with particles
|
axisOrder (z y x); // axis order for filling the space with particles
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue