Updated rpm entries to omega with an [rpm] unit specification
This is a more convenient, consistent and flexible approach to specifying rotational speed.
This commit is contained in:
@ -21,7 +21,7 @@ MRF
|
||||
origin (0.25 0.25 0.25);
|
||||
axis (0 0 1);
|
||||
|
||||
rpm 500;
|
||||
omega 500 [rpm];
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@ mover
|
||||
origin (0 0 0);
|
||||
axis (0 0 1);
|
||||
|
||||
rpm 20;
|
||||
omega 20 [rpm];
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -29,7 +29,7 @@ mover
|
||||
origin (0 0 0);
|
||||
axis (0 0 1);
|
||||
|
||||
rpm 20;
|
||||
omega 20 [rpm];
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user