RDB second commit

This commit is contained in:
Omid Khosravi 2023-03-26 03:07:44 +04:30
parent 0de7f91013
commit b98b97fe8c
2 changed files with 27 additions and 27 deletions

View File

@ -13,66 +13,66 @@ surfaces
{ {
body body
{ {
// type of the wall // type of the wall
type stlWall; type stlWall;
// file name in stl folder // file name in stl folder
file Body.stl; file Body.stl;
// material name of this wall // material name of this wall
material wallMat; material wallMat;
// motion component name // motion component name
motion rotAxis; motion rotAxis;
} }
/* This is a Cylinder Wall at the rear of cylinder */ /* This is a Cylinder Wall at the rear of cylinder */
CylinderRear1 rearEnd
{ {
// type of the wall // type of the wall
type cylinderWall; type cylinderWall;
// first point for the axis of rotation // first point for the axis of rotation
p1 (-0.1974 0.2269 -0.001); p1 (-0.1974 0.2269 -0.001);
// second point for the axis of rotation // second point for the axis of rotation
p2 (-0.1974 0.2269 0.0); p2 (-0.1974 0.2269 0.0);
// Radius of p1 // Radius of p1
radius1 0.0001; radius1 0.0001;
// Radius of p2 // Radius of p2
radius2 0.12; radius2 0.12;
// material name of the wall // material name of the wall
material wallMat; material wallMat;
// motion component name // motion component name
motion rotAxis; motion rotAxis;
} }
/* This a cylinder Wall at the front of Cylinder */ /* This a cylinder Wall at the front of Cylinder */
CylinderFront2 frontEnd
{ {
// type of the wall // type of the wall
type cylinderWall; type cylinderWall;
// first point for the axis of rotation // first point for the axis of rotation
p1 (-0.1974 0.2269 0.0989); p1 (-0.1974 0.2269 0.0989);
// second point for the axis of rotation // second point for the axis of rotation
p2 (-0.1974 0.2269 0.0990); p2 (-0.1974 0.2269 0.0990);
// Radius of p1 // Radius of p1
radius1 0.0001; radius1 0.0001;
// Radius of p2 // Radius of p2
radius2 0.12; radius2 0.12;
// material name of the wall // material name of the wall
material wallMat; material wallMat;
// motion component name // motion component name
motion rotAxis; motion rotAxis;
} }
} }
// information for rotatingAxisMotion motion model // information for rotatingAxisMotion motion model
rotatingAxisMotionInfo rotatingAxisMotionInfo
{ {
rotAxis rotAxis
{ {
// first point for the axis of rotation // first point for the axis of rotation
p1 (-0.1974 0.2269 0); p1 (-0.1974 0.2269 0);
// second point for the axis of rotation // second point for the axis of rotation
p2 (-0.1974 0.2269 0.1); p2 (-0.1974 0.2269 0.1);
// rotation speed (rad/s) => 15 rpm // rotation speed (rad/s) => 15 rpm
omega 2.38733; omega 2.38733;
// Start time of Geometry Rotating // Start time of Geometry Rotating
startTime 2; startTime 2;
// End time of Geometry Rotating // End time of Geometry Rotating
endTime 9.5; endTime 9.5;
} }
} }

View File

@ -16,7 +16,7 @@ setFields
// rotational velocity (rad/s) // rotational velocity (rad/s)
rotVelocity realx3 (0 0 0); rotVelocity realx3 (0 0 0);
// name of the particle shape // name of the particle shape
shapeName word lightSphere; shapeName word smallSphere;
} }
selectors selectors