RotatingDrumWithBaffles is Updated.

This commit is contained in:
ramin1728
2025-03-04 22:12:54 +03:30
parent 2df8133c2d
commit 07b54c4077
9 changed files with 103 additions and 157 deletions

View File

@ -12,15 +12,15 @@ rotatingAxisInfo
{
rotAxis
{
p1 (-0.1974 0.2269 0); // first point for the axis of rotation
p1 (-0.1974 0.2269 0); // first point for the axis of rotation
p2 (-0.1974 0.2269 0.1); // second point for the axis of rotation
p2 (-0.1974 0.2269 0.1); // second point for the axis of rotation
omega 2.38733; // rotation speed (rad/s) => 15 rpm
omega 2.38733; // rotation speed (rad/s) => 15 rpm
startTime 2; // Start time of Geometry Rotating
startTime 2; // Start time of Geometry Rotating
endTime 9.5; // End time of Geometry Rotating
endTime 9.5; // End time of Geometry Rotating
}
}
@ -28,13 +28,13 @@ surfaces
{
body
{
type stlWall; // type of the wall
type stlWall; // type of the wall
file Body.stl; // file name in stl folder
file Body.stl; // file name in stl folder
material wallMat; // material name of this wall
material wallMat; // material name of this wall
motion rotAxis; // motion component name
motion rotAxis; // motion component name
}
/*
@ -43,19 +43,19 @@ surfaces
rearEnd
{
type cylinderWall; // type of the wall
type cylinderWall; // type of the wall
p1 (-0.1974 0.2269 -0.001); // first point for the axis of rotation
p2 (-0.1974 0.2269 0.0); // second point for the axis of rotation
p1 (-0.1974 0.2269 -0.001); // first point for the axis of rotation
p2 (-0.1974 0.2269 0.0); // second point for the axis of rotation
radius1 0.0001; // Radius of p1
radius1 0.0001; // Radius of p1
radius2 0.12; // Radius of p2
radius2 0.12; // Radius of p2
material wallMat; // material name of the wall
material wallMat; // material name of the wall
motion rotAxis; // motion component name
motion rotAxis; // motion component name
}
/*
@ -64,19 +64,18 @@ surfaces
frontEnd
{
type cylinderWall; // type of the wall
type cylinderWall; // type of the wall
p1 (-0.1974 0.2269 0.0989); // first point for the axis of rotation
p1 (-0.1974 0.2269 0.0989); // first point for the axis of rotation
p2 (-0.1974 0.2269 0.0990); // second point for the axis of rotation
p2 (-0.1974 0.2269 0.0990); // second point for the axis of rotation
radius1 0.0001; // Radius of p1
radius1 0.0001; // Radius of p1
radius2 0.12; // Radius of p2
radius2 0.12; // Radius of p2
material wallMat; // material name of the wall
material wallMat; // material name of the wall
motion rotAxis; // motion component name
motion rotAxis; // motion component name
}
}