RDB second commit
This commit is contained in:
parent
0de7f91013
commit
b98b97fe8c
|
@ -23,7 +23,7 @@ surfaces
|
|||
motion rotAxis;
|
||||
}
|
||||
/* This is a Cylinder Wall at the rear of cylinder */
|
||||
CylinderRear1
|
||||
rearEnd
|
||||
{
|
||||
// type of the wall
|
||||
type cylinderWall;
|
||||
|
@ -41,7 +41,7 @@ surfaces
|
|||
motion rotAxis;
|
||||
}
|
||||
/* This a cylinder Wall at the front of Cylinder */
|
||||
CylinderFront2
|
||||
frontEnd
|
||||
{
|
||||
// type of the wall
|
||||
type cylinderWall;
|
||||
|
|
|
@ -16,7 +16,7 @@ setFields
|
|||
// rotational velocity (rad/s)
|
||||
rotVelocity realx3 (0 0 0);
|
||||
// name of the particle shape
|
||||
shapeName word lightSphere;
|
||||
shapeName word smallSphere;
|
||||
}
|
||||
|
||||
selectors
|
||||
|
|
Loading…
Reference in New Issue