Merge pull request #4 from omid-khosravi/tutorial

tote blender settingsDict Update
This commit is contained in:
Omid Khosravi 2023-03-26 21:59:35 +02:00 committed by GitHub
commit 068af998a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -51,7 +51,7 @@ surfaces
// material name of this wall
material prop1;
// motion component name
motion rotAxis;
motion axisOfRotation;
}
coneShelltop
@ -71,7 +71,7 @@ surfaces
// material name of this wall
material prop1;
// motion component name
motion rotAxis;
motion axisOfRotation;
}
cylinderShell
@ -91,7 +91,7 @@ surfaces
// material name of this wall
material prop1;
// motion component name
motion rotAxis;
motion axisOfRotation;
}
coneShelldown
@ -111,7 +111,7 @@ surfaces
// material name of this wall
material prop1;
// motion component name
motion rotAxis;
motion axisOfRotation;
}
/*
This is a plane wall at the exit of silo
@ -134,7 +134,7 @@ surfaces
// material name of this wall
material prop1;
// motion component name
motion rotAxis;
motion axisOfRotation;
}
exitGate
{
@ -144,7 +144,7 @@ surfaces
p3 ( 0.05 0.05 0);
p4 (0.05 -0.05 0);
material prop1;
motion rotAxis;
motion axisOfRotation;
}
}

View File

@ -54,6 +54,6 @@ positionParticles
// number of particles in the simulation
numPoints 20000;
// axis order for filling the space with particles
axisOrder (z y x);
axisOrder (x y z);
}
}