Differences From Artifact [480dcd5dd2]:
- Executable file mttroot/mtt/bin/trans/mtt_units.sh — part of check-in [f5def571c2] at 2000-12-05 12:12:39 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 963) [annotate] [blame] [check-ins using] [more...]
To Artifact [6800ff57da]:
- Executable file mttroot/mtt/bin/trans/mtt_units.sh — part of check-in [820a695c45] at 2001-02-05 03:07:10 on branch origin/master — angular displacement units: changed rads to radians (user: geraint@users.sourceforge.net, size: 967) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
18 19 20 21 22 23 24 |
;;
translational)
base_effort='newton'
base_flow='m/s'
;;
rotational)
base_effort='newton*m'
| | | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
;;
translational)
base_effort='newton'
base_flow='m/s'
;;
rotational)
base_effort='newton*m'
base_flow='radians/s'
;;
fluid)
base_effort='Pa'
base_flow='m^3/s'
;;
thermal)
base_effort='degK'
|
| ︙ | ︙ |