Update geometryDict
Added start and end time of rotation. first phase settling of particles and then rotation
This commit is contained in:
parent
e504606a05
commit
55085648e6
|
@ -15,6 +15,10 @@ rotatingAxisMotionInfo
|
|||
p1 (-0.1 0.0 0.15); // first point for the axis of rotation
|
||||
p2 (0.1 0.0 0.15); // second point for the axis of rotation
|
||||
omega 1.5708; // rotation speed ==> 15 rad/s
|
||||
// Start time of Geometry Rotating (s)
|
||||
startTime 1;
|
||||
// End time of Geometry Rotating (s)
|
||||
endTime 9.5;
|
||||
}
|
||||
}
|
||||
surfaces
|
||||
|
|
Loading…
Reference in New Issue