Update particlesDict
change the insert region from box to cylinder
This commit is contained in:
parent
9676fe55bd
commit
9580c4cdcd
|
@ -39,12 +39,13 @@ positionParticles
|
||||||
// perform initial sorting based on morton code?
|
// perform initial sorting based on morton code?
|
||||||
mortonSorting Yes;
|
mortonSorting Yes;
|
||||||
// box for positioning particles
|
// box for positioning particles
|
||||||
box
|
cylinder
|
||||||
{
|
{
|
||||||
// lower corner point of the box
|
// Coordinates of cylinderRegion (m,m,m)x
|
||||||
min (-0.06 -0.06 0.08);
|
p1 (0.03 0.06 0.08);
|
||||||
// upper corner point of the box
|
p2 (0.03 0.06 0.18);
|
||||||
max (0.06 0.06 0.18);
|
// radius of cylinder
|
||||||
|
radius 0.035;
|
||||||
}
|
}
|
||||||
|
|
||||||
positionOrderedInfo
|
positionOrderedInfo
|
||||||
|
|
Loading…
Reference in New Issue