- Timestamp:
- Nov 21, 2006, 10:58:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/eml/types.mso
r59 r61 42 42 43 43 # Size related 44 angle as Real (Brief = "Angle", Default=0, Lower=-7, Upper=7, Unit ="r ");44 angle as Real (Brief = "Angle", Default=0, Lower=-7, Upper=7, Unit ="rad"); 45 45 area as positive (Brief = "Area", Default=1, Upper=1E6, Unit ="m^2"); 46 46 length as positive (Brief = "Length", Default=1, Upper=5e6, Unit = "m"); … … 145 145 # Velocity 146 146 vel_angular as Real (Brief = "Angular Velocity RPM", Default=1000, Lower=-100000, Upper=100000, Unit = "rpm"); 147 rotation as Real (Brief = "Angular Velocity", Default=500, Lower=-10000, Upper=10000, Unit = "r /s");147 rotation as Real (Brief = "Angular Velocity", Default=500, Lower=-10000, Upper=10000, Unit = "rad/s"); 148 148 velocity as Real (Brief = "Velocity", Default=1, Lower=-1E5, Upper=1e5, Unit = "m/s"); 149 149 velocity_delta as velocity (Brief = "Difference of Velocity", Default=0, Lower=-1E3, Upper=-1E3);
Note: See TracChangeset
for help on using the changeset viewer.