RDB second commit
This commit is contained in:
parent
0de7f91013
commit
b98b97fe8c
|
@ -23,7 +23,7 @@ surfaces
|
||||||
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;
|
||||||
|
@ -41,7 +41,7 @@ surfaces
|
||||||
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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue