home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Vyzkuste / visioview / vwc10.exe / vwc10.msi / vwc10dwg.dll / 1000 / 2008 < prev   
Encoding:
Text File  |  2001-10-26  |  20.8 KB  |  884 lines

  1. ; Unit conversion factors for use with ICAD
  2. ;
  3. ; icad.unt
  4. ; Release 1.0
  5. ;
  6. ; .............................................................................
  7. ;
  8. ; Copyright (c) 2001 Microsoft Corporation.  All rights reserved.
  9. ;
  10. ; The Software is subject to the license agreement that accompanies 
  11. ; or is included with the Software, which specifies the permitted 
  12. ; and prohibited uses of the Software. Any unauthorized duplication 
  13. ; or use of Microsoft Corporation Software, in whole or in part, in print, 
  14. ; or in any other storage and retrieval system is prohibited.
  15. ; To the maximum extent permitted by applicable law, Microsoft Corporation
  16. ; and its suppliers disclaim any and all warranties and conditions,
  17. ; either express or implied, including, without limitation, implied
  18. ; warranties of merchantability, fitness for a particular purpose,
  19. ; title, and non-infringement, and those arising out of usage of trade
  20. ; or course of dealing, concerning these materials.  These materials
  21. ; are provided "as is" without warranty of any kind.
  22. ; .............................................................................
  23. ;
  24. ; Sources:
  25. ;
  26. ;   "CRC Handbook of Chemistry and Physics, 52nd Edition 1971-1972",(c) 1971
  27. ;   "Physics, Parts I and II", by David Halliday and Robert Resnick (c) 1966
  28. :   "The Astronomical Almanac, 1992", U.S. Government Printing Office (c) 1991
  29. ;
  30. ; .............................................................................
  31. ;
  32. ; Fundamental units are defined in terms of five fundamental physical
  33. ; constants, expressed in AI units.  From the CRC Handbook,
  34. ; pp. F189-F190:
  35. ;
  36. ;   c : The vacuum speed of light
  37. ;         2.9979250E+08 m/sec
  38. ;
  39. ;   e : Electron charge
  40. ;         1.6021917E-19 C (coulombs)
  41. ;
  42. ;   h : The Planck Constant
  43. ;         6.626196E-34  kg-m^2/sec
  44. ;
  45. ;   k : The Boltzmann Constant
  46. ;         1.380622E-23 kg-m^2/sec^2-K (K=degrees kelvin)
  47. ;
  48. ;   m : Electron rest mass (kg)
  49. ;         9.109558E-31 kg
  50. ;
  51. ; A line defining a unit in fundamental form has the form
  52. ;
  53. ;   x1,x2,x3,x4,x5,f,a
  54. ;
  55. ; The "x" terms are (integer) exponents of the five fundamental
  56. ; constants; "f" is a factor; "a" is an additive term (used only in
  57. ; temperature).  They define a value as follows (where ^ denotes
  58. ; exponentiation and * multiplication):  If we have U of the units
  59. ; being defined, the AI equivalent is
  60. ;
  61. ;   (c^x1 * e^x2 * h^x3 * k^x4 * m^x5) * (U*f + a)
  62. ;
  63. ; Notice that the factor composed of the fundamental constants defines
  64. ; a "fundamental unit" that is some multiple of the corresponding
  65. ; AI unit.  If we have U of the units we're defining, we therefore
  66. ; have U*f+a "fundamental units".  To convert this to some other unit,
  67. ; we seek U', where U'*f'+a' = U*f+a, or
  68. ;
  69. ;   U' = (U*f+a-a')/f'
  70. ;
  71. ; For all but temperature, a and a' are zero reducing this to
  72. ;
  73. ;   U' = U*f/f'
  74. ;
  75. ; Because of the way we're combining the fundamental constants to
  76. ; produce a specific type of unit via dimensional analysis (length,
  77. ; mass, speed, etc.), all fundamental definitions of the same type have
  78. ; the same set of exponents (x1-x5).  Here are the formats of some of
  79. ; the basic types (along with their "fundamental units" in AI units,
  80. ; using the CRC values):
  81. ;
  82. ;   Length:
  83. ;     -1, 0, 1, 0,-1,f,0 (2.426309557165E-12 m)
  84. ;   Mass:
  85. ;      0, 0, 0, 0, 1,f,0 (9.109558E-31 kg)
  86. ;   Time:
  87. ;     -2, 0, 1, 0,-1,f,0 (8.0932963872178E-21 sec)
  88. ;   Temperature:
  89. ;      2, 0, 0,-1, 1,f,a (5.9301276689232E+09 K)
  90. ;   Area:
  91. ;     -2, 0, 2, 0,-2,f,0 (5.8869780671902E-24 m^2)
  92. ;   Volume:
  93. ;     -3, 0, 3, 0,-3,f,0 (1.4283631147244E-35 m^3)
  94. ;   Speed:
  95. ;      1, 0, 0, 0, 0,f,0 (2.9979250E+08 m/sec)
  96. ;   Acceleration:
  97. ;      3, 0,-1, 0, 1,f,0 (3.7042076016576E+28 m/sec^2)
  98. ;   Force:
  99. ;      3, 0,-1, 0, 2,f,0 (3.374369399134E-02 kg-m/sec^2 (newton))
  100. ;   Pressure:
  101. ;      5, 0,-3, 0, 4,f,0 (5.7319211327461E+21 kg/sec^2-m (N/m^2))
  102. ;   Energy:
  103. ;      2, 0, 0, 0, 1,f,0 (8.1872647225241E-14 kg-m^2/sec^2 (joule))
  104. ;   Power:
  105. ;      4, 0,-1, 0, 2,f,0 (1.0116106380899E+07 kg-m2/sec^3 (watt))
  106. ;   Electric charge:
  107. ;      0, 1, 0, 0, 0,f,0 (1.6021917E-19 C (coulomb))
  108. ;   Electric current:
  109. ;      2, 1,-1, 0, 1,f,0 (1.9796528180167E+01 C/sec (amp))
  110. ;   Electromotive force:
  111. ;      2,-1, 0, 0, 1,f,0 (5.1100406540142E+05 kg-m^2/sec^2-C (volt))
  112. ;   Electric resistance:
  113. ;      0,-2, 1, 0, 0,f,0 (2.5812812264393E+04 kg-m^2/sec-C^2 (ohm))
  114. ;   Electric capacitance:
  115. ;     -2, 2, 0, 0,-1,f,0 (3.1353795566018E-25 sec^2-C^2/kg-m^2 (farad))
  116. ;   Electric inductance:
  117. ;     -2,-2, 2, 0,-1,f,0 (2.0891074024335E-16 kg-m^2/C^2 (henry))
  118. ;   Magnetic flux:
  119. ;      0,-1, 1, 0, 0,f,0 (4.1357073563669E-15 kg-m^2/sec-C (weber))
  120. ;   Magnetic induction:
  121. ;      2,-1,-1, 0, 2,f,0 (7.0251788084898E+8  kg/sec-C (tesla))
  122. ;   Dimensionless multiplier:
  123. ;      0, 0, 0, 0, 0,f,0 (No units)
  124. ;
  125. ; Excluding temperatures, we can combine these to produce composite
  126. ; units as follows:
  127. ;
  128. ;   To multiply any two of these, you add the exponents (x1-x5) and
  129. ;   multiply the f's.
  130. ;
  131. ;   To divide one by another, you subtract the second's exponents from
  132. ;   the first's and divide the first f by the second.
  133. ;
  134. ;   To raise one to a power, you multiply the exponents (x1-x5) by the
  135. ;   power and raise f to the power.
  136. ;
  137. ; In acad.unt, the "fundamental units" are those actually produced by
  138. ; combining the fundamental constants.  For example, the fundamental
  139. ; unit of length is h/(mc), which is 2.426309557165E-12 m, and we
  140. ; therefore need mc/h of these (4.1214856408036E+11) to make one meter.
  141. ; (This changes, of course, whenever one of the fundamental constant
  142. ; values is refined.  But, as long as we use the same values for
  143. ; source and destination units in the conversion, this doesn't matter.)
  144. ;
  145. ; Since we're only using these "fundamental units" as temporary
  146. ; intermediates for comparing different units of like type, why not
  147. ; use the SI units themselves as the "fundamental units"?  That's what
  148. ; icad.unt does in this file.  So, instead of
  149. ;
  150. ;   *meter(s),metre(s),m
  151. ;   -1,0,1,0,-1,4.1214856408036E+11,0
  152. ;
  153. ; we have
  154. ;
  155. ;   *meter(s),metre(s),m
  156. ;   -1,0,1,0,-1,1.0,0
  157. ;
  158. ; h/(mc) is indeed a length, but a very cumbersome one compared to
  159. ; a meter.
  160. ;
  161. ; The exponents remain the same, but their function is purely that
  162. ; of unit type-identifiers, making sure the dimensional analysis
  163. ; works out.  (Meters, Kilograms, Seconds, and Kelvins could be used
  164. ; in the same manner, but we keep the "c,e,h,k,m" system to maintain
  165. ; compatibility with ACAD.)
  166. ;
  167. ; .............................................................................
  168. ;
  169. ;     File format information:
  170. ;
  171. ; A semicolon begins a comment that continues through the end of the line.
  172. ;
  173. ; Blank lines are ignored.
  174. ;
  175. ; A unit definition has two lines:
  176. ;
  177. ;   The name(s) of the unit:
  178. ;
  179. ;     The line must begin with an asterisk.  Synonyms are separated by
  180. ;     commas.  Each synonym can have the form
  181. ;
  182. ;       prefix(singularsuffix.pluralsuffix)
  183. ;
  184. ;     The "singularsuffix." part can be omitted; so can the entire
  185. ;     parenthetical singular/plural item.
  186. ;
  187. ;   The definition:
  188. ;
  189. ;     One of the three following formats:
  190. ;
  191. ;       Fundamental format:
  192. ;
  193. ;         The "x1,x2,x3,x4,x5,f,a" format discussed earlier.
  194. ;
  195. ;       Derived format:
  196. ;
  197. ;         This type must begin with an equals sign (=), followed by
  198. ;         literal constants and the names of other defined units and
  199. ;         any of the math operators * (multiplication), / (division),
  200. ;         and ^ (exponentiation).  Multiplication is implied if no
  201. ;         operator is supplied between non-operator items.  Any
  202. ;         derived units used in the formula must of course be
  203. ;         resolvable to fundamental form using other definitions in
  204. ;         this file (in a non-recursive manner -- no infinite
  205. ;         definition loops!).
  206. ;
  207. ;         It seems ACAD only allows ONE division on a definition
  208. ;         line (or in a string passed to cvunit) -- probably because
  209. ;         that's how scientists generally write units: a bunch of units
  210. ;         over another bunch of units -- one division.  For example,
  211. ;         an acceleration in feet per second per minute must
  212. ;         be given as "ft / sec min", not "ft / sec / min".
  213. ;
  214. ;         The units are combined on each side of the slash,
  215. ;         and the division is performed last.
  216. ;
  217. ;         See acad.unt for examples of this format.  Icad.unt specifies
  218. ;         all of it's definitions in "fundamental" format.  This
  219. ;         allows cvunit to process this file faster, with fewer
  220. ;         calculations (and therefore smaller rounding errors).
  221. ;         Since icad.unt uses SI units as the fundamental units,
  222. ;         the file is fairly "human-readable": the "f" terms are
  223. ;         the SI equivalents -- not some collection of cumbersome
  224. ;         physical constants.
  225. ;
  226. ;       Exponent synonym definition format:
  227. ;
  228. ;         Of the form
  229. ;
  230. ;           *square,sq
  231. ;           ^2
  232. ;
  233. ;         Note there's no equals sign ("^2", not "=^2").
  234. ;
  235. ;         ACAD defines this one and "*cubic,cu", but doesn't use
  236. ;         them in acad.unt.  We follow suit.
  237. ;
  238. ;         If you DO use them, it seems they must appear BEFORE the
  239. ;         item to operate on, not after ("sq ft", not "ft sq").
  240. ;         However, if you use exponents directly, you must put them
  241. ;         AFTER the item ("ft^2").  Therefore, "sq" is not a direct
  242. ;         synonym for "^2".
  243. ;
  244. ;         We recommend using an exponent directly -- right up
  245. ;         against the item it follows (like "meter^3").
  246. ;
  247. ; .............................................................................
  248.  
  249.  
  250. ; Exponent definitions (See notes above.  They're NOT substitutions.)
  251.  
  252. *square,sq
  253. ^2
  254.  
  255. *cubic,cu
  256. ^3
  257.  
  258.  
  259. ; The primary SI units:
  260.  
  261. *meter(s),metre(s),m,centare(s)
  262. -1, 0, 1, 0,-1,1.0,0.0
  263.  
  264. *kilogram(s),kg
  265.  0, 0, 0, 0, 1,1.0,0.0
  266.  
  267. *second(s),sec
  268. -2, 0, 1, 0,-1,1.0,0.0
  269.  
  270. *kelvin(s),k
  271.  2, 0, 0,-1, 1,1.0,0.0
  272.  
  273. *ampere(s),amp(s)
  274.  2, 1,-1, 0, 1,1.0,0.0
  275.  
  276. *candela,cd             ; Careful with this one.  This file (as shipped)
  277.  4, 0,-1, 0, 2,1.0,0.0  ; does not specify any other luminous intensity
  278.                         ; units.  If you add any, keep the exponents (x1-x5)
  279.                         ; the same.  Enter the equivalent number of
  280.                         ; candelas for f -- or replace the 1.0 in the
  281.                         ; candela definition with the true MKS equivalent
  282.                         ; and then enter others in terms of that MKS value.
  283.                         ;
  284.                         ; As it stands, THIS candela is equivalent to
  285.                         ; a watt -- which I doubt is true.  (acad.unt
  286.                         ; has the same problem.)
  287.  
  288. ; Length:
  289.  
  290. *angstrom(s)
  291. -1, 0, 1, 0,-1,1.0E-10,0.0
  292.  
  293. *astronomical_unit(s),au
  294. -1, 0, 1, 0,-1,1.49597870E+11,0.0
  295.  
  296. *bolt(s)
  297. -1, 0, 1, 0,-1,36.576,0.0
  298.  
  299. *cable(s)
  300. -1, 0, 1, 0,-1,219.456,0.0
  301.  
  302. *centimeter(s),centimetre(s),cm
  303. -1, 0, 1, 0,-1,0.01,0.0
  304.  
  305. *chain(s) ; Gunter's
  306. -1, 0, 1, 0,-1,20.1168,0.0
  307.  
  308. *cubit(s)
  309. -1, 0, 1, 0,-1,0.4572,0.0
  310.  
  311. *decimeter(s),decimetre(s),dm
  312. -1, 0, 1, 0,-1,0.1,0.0
  313.  
  314. *dekameter(s),decameter(s),dekametre(s),decametre(s),dam
  315. -1, 0, 1, 0,-1,10.0,0.0
  316.  
  317. *fathom(s),fath
  318. -1, 0, 1, 0,-1,1.8288,0.0
  319.  
  320. *foot,feet,ft,'
  321. -1, 0, 1, 0,-1,0.3048,0.0
  322.  
  323. *furlong(s),fur
  324. -1, 0, 1, 0,-1,201.168,0.0
  325.  
  326. *gigameter(s),gigametre(s)
  327. -1, 0, 1, 0,-1,1.0E+09,0.0
  328.  
  329. *hand(s)
  330. -1, 0, 1, 0,-1,0.1016,0.0
  331.  
  332. *hectometer(s),hectometre(s),hm
  333. -1, 0, 1, 0,-1,100.0,0.0
  334.  
  335. *inch(es),in(s),"
  336. -1, 0, 1, 0,-1,0.0254,0.0
  337.  
  338. *kilometer(s),kilometre(s),km
  339. -1, 0, 1, 0,-1,1000.0,0.0
  340.  
  341. *league_nautical  ;  International
  342. -1, 0, 1, 0,-1,5556.0,0.0
  343.  
  344. *league_statute
  345. -1, 0, 1, 0,-1,4828.032,0.0
  346.  
  347. *lightyear(s),ly  ;  Using a tropical year
  348. -1, 0, 1, 0,-1,9.4605281774268E+15,0.0
  349.  
  350. *link(s)  ;  Gunter's
  351. -1, 0, 1, 0,-1,0.201168,0.0
  352.  
  353. *micron(s)
  354. -1, 0, 1, 0,-1,0.000001,0.0
  355.  
  356. *mil(s)
  357. -1, 0, 1, 0,-1,0.0000254,0.0
  358.  
  359. *mile_nautical,inm  ;  International
  360. -1, 0, 1, 0,-1,1852.0,0.0
  361.  
  362. *mile(s),mile_statute,mi
  363. -1, 0, 1, 0,-1,1609.344,0.0
  364.  
  365. *millimeter(s),millimetre(s),mm
  366. -1, 0, 1, 0,-1,0.001,0.0
  367.  
  368. *millimicro(s),nanometer(s),nanometre(s)
  369. -1, 0, 1, 0,-1,1.0E-09,0.0
  370.  
  371. *pace(s)
  372. -1, 0, 1, 0,-1,0.762,0.0
  373.  
  374. *palm(s)
  375. -1, 0, 1, 0,-1,0.0762,0.0
  376.  
  377. *parsec(s),pc  ;  From definition and the value of the astronomical unit.
  378. -1, 0, 1, 0,-1,3.0856775670468E+16,0.0
  379.  
  380. *pica(s)
  381. -1, 0, 1, 0,-1,0.0042175176,0.0
  382.  
  383. *point(s)
  384. -1, 0, 1, 0,-1,0.0003514598,0.0
  385.  
  386. *rod(s)
  387. -1, 0, 1, 0,-1,5.0292,0.0
  388.  
  389. *rope(s)  ;  British
  390. -1, 0, 1, 0,-1,6.096,0.0
  391.  
  392. *skein(s)
  393. -1, 0, 1, 0,-1,109.728,0.0
  394.  
  395. *span(s)
  396. -1, 0, 1, 0,-1,0.2286,0.0
  397.  
  398. *survey_foot,survey_feet  ;  Based on the old standard of exactly 39.37 in/m.
  399. -1, 0, 1, 0,-1,0.30480060960122,0.0
  400.  
  401. *yard(s),yd
  402. -1, 0, 1, 0,-1,0.9144,0.0
  403.  
  404.  
  405. ; Mass:
  406.  
  407. *cental(s)  ;  British
  408.  0, 0, 0, 0, 1,45.359237,0.0
  409.  
  410. *dalton(s)  ;  Chemistry
  411.  0, 0, 0, 0, 1,1.66024E-27,0.0
  412.  
  413. *grain(s)  ;  (1/480 ounce_troy)
  414.  0, 0, 0, 0, 1,6.4798929166666666666E-05,0.0
  415.  
  416. *gram(s),gm,g
  417.  0, 0, 0, 0, 1,0.001,0.0
  418.  
  419. *hundredweight(s)  ;  Short (100 lb avdp)
  420.  0, 0, 0, 0, 1,45.359237,0.0
  421.  
  422. *long_ton(s)  ;  (2240 lb avdp)
  423.  0, 0, 0, 0, 1,1016.0469088,0.0
  424.  
  425. *microgram(s)
  426.  0, 0, 0, 0, 1,1.0E-09,0.0
  427.  
  428. *milligram(s),mg
  429.  0, 0, 0, 0, 1,0.000001,0.0
  430.  
  431. *ounce_troy
  432.  0, 0, 0, 0, 1,0.031103486,0.0
  433.  
  434. *ounce_weight,ounce(s),oz
  435.  0, 0, 0, 0, 1,0.028349523125,0.0
  436.  
  437. *pennyweight(s),dwt,pwt  ;  (1/20 ounce_troy)
  438.  0, 0, 0, 0, 1,0.0015551743,0.0
  439.  
  440. *pound(s),lb(s) ; avdp
  441.  0, 0, 0, 0, 1,0.45359237,0.0
  442.  
  443. *poundal(s)
  444.  0, 0, 0, 0, 1,0.01409808,0.0
  445.  
  446. *scruple(s)  ;  Apothecary (1/24 ounce_troy)
  447.  0, 0, 0, 0, 1,0.0012959785833333333333,0.0
  448.  
  449. *slug(s)
  450.  0, 0, 0, 0, 1,14.5939,0.0
  451.  
  452. *stone(s)  ;  British
  453.  0, 0, 0, 0, 1,6.35029318,0.0
  454.  
  455. *ton_metric,tonne(s)
  456.  0, 0, 0, 0, 1,1000.0,0.0
  457.  
  458. *ton_short,ton(s)
  459.  0, 0, 0, 0, 1,907.18474,0.0
  460.  
  461.  
  462. ; Time:
  463.  
  464. *calendar_year(s),year(s),yr
  465. -2, 0, 1, 0,-1,31536000.0,0.0  ; Calendar -- 365 days
  466.                                ; One could argue whether "year" should be
  467.                                ; the calendar one or the tropical.
  468.                                ; We follow ACAD for compatibility.
  469.  
  470. *century,centuries
  471. -2, 0, 1, 0,-1,3153600000.0,0.0  ; Calendar -- 36500 days
  472.  
  473. *day(s)
  474. -2, 0, 1, 0,-1,86400.0,0.0
  475.  
  476. *decade(s)
  477. -2, 0, 1, 0,-1,315360000.0,0.0  ; Calendar -- 3650 days
  478.  
  479. *fortnight(s)
  480. -2, 0, 1, 0,-1,1209600.0,0.0
  481.  
  482. *hour(s),hr(s)
  483. -2, 0, 1, 0,-1,3600.0,0.0
  484.  
  485. *microsecond(s)
  486. -2, 0, 1, 0,-1,0.000001,0.0
  487.  
  488. *millennium,millennia,millenium,millenia
  489. -2, 0, 1, 0,-1,31536000000.0,0.0  ; Calendar -- 365000 days
  490.  
  491. *millisecond(s),msec
  492. -2, 0, 1, 0,-1,0.001,0.0
  493.  
  494. *minute(s),min(s)
  495. -2, 0, 1, 0,-1,60.0,0.0
  496.  
  497. *nanosecond(s),nsec
  498. -2, 0, 1, 0,-1,1.0E-09,0.0
  499.  
  500. *sidereal_year(s)
  501. -2, 0, 1, 0,-1,31558149.504,0.0
  502.  
  503. *tropical_year(s)
  504. -2, 0, 1, 0,-1,31556925.216,0.0
  505.  
  506. *week(s),wk
  507. -2, 0, 1, 0,-1,604800.0,0.0
  508.  
  509.  
  510. ; Frequency
  511.  
  512. *hertz,hz
  513.  2, 0,-1, 0, 1,1.0,0.0
  514.  
  515.  
  516. ; Area:
  517.  
  518. *acre(s)
  519. -2, 0, 2, 0,-2,4046.8564,0.0
  520.  
  521. *are(s)
  522. -2, 0, 2, 0,-2,100.0,0.0
  523.  
  524. *barn(s)
  525. -2, 0, 2, 0,-2,1.0E-28,0.0
  526.  
  527. *hectare(s)
  528. -2, 0, 2, 0,-2,10000.0,0.0
  529.  
  530. *rood(s)  ;  British
  531. -2, 0, 2, 0,-2,1011.7141,0.0
  532.  
  533. *township(s)
  534. -2, 0, 2, 0,-2,93239571.456,0.0
  535.  
  536.  
  537. ; Volume:
  538. ;
  539. ;   Note: The US fluid values quart, pint, cup, ounce, and dram
  540. ;   are based on integral subdivisions of the gallon.  (The CRC
  541. ;   reference has an internal inconsistency between pint and ounce.)
  542. ;
  543. ;   The dry equivalents are also based on the subdivided gallon.
  544.  
  545. *barrel(s)  ;  US petroleum
  546. -3, 0, 3, 0,-3,0.1589872956,0.0
  547.  
  548. *board_foot,board_feet
  549. -3, 0, 3, 0,-3,0.002359737216,0.0
  550.  
  551. *british_gallon(s)
  552. -3, 0, 3, 0,-3,0.004546087,0.0
  553.  
  554. *bushel(s),bu  ;  US
  555. -3, 0, 3, 0,-3,0.03523907,0.0
  556.  
  557. *butt(s)  ;  British
  558. -3, 0, 3, 0,-3,0.4769618868,0.0
  559.  
  560. *cc
  561. -3, 0, 3, 0,-3,0.000001,0.0
  562.  
  563. *centiliter(s),centilitre(s)
  564. -3, 0, 3, 0,-3,0.00001000028,0.0
  565.  
  566. *cord(s)  ;  128 ft^3 (This CRC value looks like it's based on survey feet.)
  567. -3, 0, 3, 0,-3,3.6245734,0.0
  568.  
  569. *decaliter(s),*dekaliter(s),*decalitre(s),*dekalitre(s)
  570. -3, 0, 3, 0,-3,0.01000028,0.0
  571.  
  572. *decastere(s),dekastere(s)
  573. -3, 0, 3, 0,-3,10.0,0.0
  574.  
  575. *decistere(s)
  576. -3, 0, 3, 0,-3,0.1,0.0
  577.  
  578. *dry_gallon(s)  ;  US
  579. -3, 0, 3, 0,-3,0.0044048828,0.0
  580.  
  581. *dry_pint(s)  ;  US
  582. -3, 0, 3, 0,-3,0.00055061035,0.0
  583.  
  584. *dry_quart(s)  ;  US
  585. -3, 0, 3, 0,-3,0.0011012207,0.0
  586.  
  587. *fluid_cup(s),cup(s)  ;  US
  588. -3, 0, 3, 0,-3,0.0002365882375,0.0
  589.  
  590. *fluid_dram(s),dram(s),dr  ;  US
  591. -3, 0, 3, 0,-3,3.6966912109375E-06,0.0
  592.  
  593. *fluid_gallon(s),gallon(s),gal  ;  US
  594. -3, 0, 3, 0,-3,0.0037854118,0.0
  595.  
  596. *fluid_ounce(s)  ; US
  597. -3, 0, 3, 0,-3,2.95735296875E-05,0.0
  598.  
  599. *fluid_pint(s),pint(s)  ; US
  600. -3, 0, 3, 0,-3,0.000473176475,0.0
  601.  
  602. *fluid_quart(s),quart(s),qt  ;  US
  603. -3, 0, 3, 0,-3,0.00094635295,0.0
  604.  
  605. *firkin(s)  ;  US  (9 US fluid gallons)
  606. -3, 0, 3, 0,-3,0.0340687062,0.0
  607.  
  608. *gill(s)  ;  US  (1/32 US fluid gallons)
  609. -3, 0, 3, 0,-3,0.00011829411875,0.0
  610.  
  611. *hectoliter(s),hectolitre(s)
  612. -3, 0, 3, 0,-3,0.1000028,0.0
  613.  
  614. *hogshead(s)  ;  (63 US fluid gallons)
  615. -3, 0, 3, 0,-3,0.2384809434,0.0
  616.  
  617. *kilderkin(s)  ;  British
  618. -3, 0, 3, 0,-3,0.08182957,0.0
  619.  
  620. *kiloliter(s),kilolitre(s)
  621. -3, 0, 3, 0,-3,1.000028,0.0
  622.  
  623. *liter(s),litre(s)
  624. -3, 0, 3, 0,-3,0.001000028,0.0
  625.  
  626. *milliliter(s),millilitre(s),ml
  627. -3, 0, 3, 0,-3,0.000001000028,0.0
  628.  
  629. *minim(s)  ;  US  (1/60 US fluid dram (1/61440 US fluid gallon))
  630. -3, 0, 3, 0,-3,6.1611520182292E-08,0.0
  631.  
  632. *peck(s)  ;  US  (2 US dry gallons)
  633. -3, 0, 3, 0,-3,0.0088097656,0.0
  634.  
  635. *pottle(s)  ;  (0.5 British gallons)
  636. -3, 0, 3, 0,-3,0.0022730435,0.0
  637.  
  638. *puncheon(s)
  639. -3, 0, 3, 0,-3,0.31797510,0.0  ;  British
  640.  
  641. *register_ton(s)  ;  (100 ft^3)
  642. -3, 0, 3, 0,-3,2.8316846592,0.0
  643.  
  644. *seam(s)  ;  (64 British gallons)
  645. -3, 0, 3, 0,-3,0.290949568,0.0
  646.  
  647. *stere(s)
  648. -3, 0, 3, 0,-3,1.0,0.0
  649.  
  650. *tun(s)  ;  (252 US fluid gallons (4 hogsheads))
  651. -3, 0, 3, 0,-3,0.9539237736,0.0
  652.  
  653.  
  654. ; Speed:
  655.  
  656. *light_speed   ;  The new, exact, value (not the CRC one).
  657.  1, 0, 0, 0, 0,299792458.0,0.0
  658.  
  659. *knot(s)  ;  Nautical miles / hr
  660.  1, 0, 0, 0, 0,0.51444444444444444444,0.0
  661.  
  662.  
  663. ; Acceleration:
  664.  
  665. *g_acceleration
  666.  3, 0,-1, 0, 1,9.80665,0.0
  667.  
  668.  
  669. ; Force:
  670.  
  671. *dyne(s)
  672.  3, 0,-1, 0, 2,0.00001,0.0
  673.  
  674. *force_pound(s)
  675.  3, 0,-1, 0, 2,4.4482216765935,0.0
  676.  
  677. *newton(s)
  678.  3, 0,-1, 0, 2,1.0,0.0
  679.  
  680.  
  681. ; Pressure:
  682.  
  683. *atmosphere(s),atm
  684.  5, 0,-3, 0, 4,101325.0,0.0
  685.  
  686. *bar(s)
  687.  5, 0,-3, 0, 4,100000.0,0.0
  688.  
  689. *barye(s)
  690.  5, 0,-3, 0, 4,0.1,0.0
  691.  
  692. *pascal
  693.  5, 0,-3, 0, 4,1.0,0.0
  694.  
  695. *torr(s),mm_of_hg
  696.  5, 0,-3, 0, 4,133.32236842105,0.0
  697.  
  698.  
  699. ; Energy:
  700.  
  701. *british_thermal_unit(s),btu(s)
  702.  2, 0, 0, 0, 1,1054.35,0.0
  703.  
  704. *calorie(s),cal  ;  Gram-calorie
  705.  2, 0, 0, 0, 1,4.184,0.0
  706.  
  707. *joule(s)  ;  Absolute (kg-m^2/sec^2)
  708.  2, 0, 0, 0, 1,1.0,0.0
  709.  
  710. *kilocalorie(s),kcal  ;  Kilogram-calorie (the nutritional calorie)
  711.  2, 0, 0, 0, 1,4184.0,0.0
  712.  
  713. *electron_volt(s),ev
  714.  2, 0, 0, 0, 1,1.60209E-19,0.0
  715.  
  716. *erg(s)
  717.  2, 0, 0, 0, 1,1.0E-07,0.0
  718.  
  719.  
  720. ; Power
  721.  
  722. *horsepower,hp
  723.  4, 0,-1, 0, 2,745.700,0.0
  724.  
  725. *kilowatt(s),kw
  726.  4, 0,-1, 0, 2,1000.0,0.0
  727.  
  728. *watt(s),w
  729.  4, 0,-1, 0, 2,1.0,0.0
  730.  
  731.  
  732. ; Electric charge:
  733.  
  734. *coulomb(s)
  735.  0, 1, 0, 0, 0,1.0,0.0
  736.  
  737. *electron_charge(s)
  738.  0, 1, 0, 0, 0,1.60209E-19,0.0
  739.  
  740.  
  741. ; Electric current:
  742.  
  743. *microampere(s),microamp(s)
  744.  2, 1,-1, 0, 1,0.000001,0.0
  745.  
  746. *milliampere(s),milliamp(s),ma
  747.  2, 1,-1, 0, 1,0.001,0.0
  748.  
  749.  
  750. ; Electromotive force:
  751.  
  752. *volt(s),v
  753.  2,-1, 0, 0, 1,1.0,0.0
  754.  
  755. *millivolt(s),mv
  756.  2,-1, 0, 0, 1,0.001,0.0
  757.  
  758. *microvolt(s)
  759.  2,-1, 0, 0, 1,0.000001,0.0
  760.  
  761.  
  762. ; Electric resistance:
  763.  
  764. *ohm(s)
  765.  0,-2, 1, 0, 0,1.0,0.0
  766.  
  767.  
  768. ; Electric capacitance:
  769.  
  770. *farad(s)
  771. -2, 2, 0, 0,-1,1.0,0.0
  772.  
  773.  
  774. ; Electric inductance:
  775.  
  776. *henry,henries
  777. -2,-2, 2, 0,-1,1.0,0.0
  778.  
  779.  
  780. ; Magnetic flux:
  781.  
  782. *maxwell(s)
  783.  0,-1, 1, 0, 0,1.0E-08,0.0
  784.  
  785. *weber(s)
  786.  0,-1, 1, 0, 0,1.0,0.0
  787.  
  788.  
  789. ; Magnetic induction:
  790.  
  791. *gauss(es)
  792.  2,-1,-1, 0, 2,0.0001,0.0
  793.  
  794. *tesla(s)
  795.  2,-1,-1, 0, 2,1.0,0.0
  796.  
  797.  
  798. ; Angle
  799.  
  800. *arc_minute(s)
  801.  0, 0, 0, 0, 0,60.0,0.0
  802.  
  803. *arc_second(s)  ;  Used as the fundamental angular unit.
  804.  0, 0, 0, 0, 0,1.0,0.0
  805.  
  806. *circle(s)
  807.  0, 0, 0, 0, 0,1296000.0,0.0
  808.  
  809. *degree(s),deg
  810.  0, 0, 0, 0, 0,3600.0,0.0
  811.  
  812. *grad(s)
  813.  0, 0, 0, 0, 0,3240.0,0.0
  814.  
  815. *quadrant(s)
  816.  0, 0, 0, 0, 0,324000.0,0.0
  817.  
  818. *radian(s)
  819.  0, 0, 0, 0, 0,206264.80624709636,0.0
  820.  
  821.  
  822. ; Solid angle
  823.  
  824. *hemisphere(s)
  825.  0, 0, 0, 0, 0,6.28318530717958647692,0.0
  826.  
  827. *sphere(s)
  828.  0, 0, 0, 0, 0,12.56637061435917295384,0.0
  829.  
  830. *steradian(s)
  831.  0, 0, 0, 0, 0,1.0,0.0
  832.  
  833.  
  834. ; Dimensionless multiples and submultiples:
  835.  
  836. *atto
  837.  0, 0, 0, 0, 0,1.0E-18,0.0
  838.  
  839. *centi
  840.  0, 0, 0, 0, 0,0.01,0.0
  841.  
  842. *deca,deka
  843.  0, 0, 0, 0, 0,10.0,0.0
  844.  
  845. *deci
  846.  0, 0, 0, 0, 0,0.1,0.0
  847.  
  848. *exa
  849.  0, 0, 0, 0, 0,1.0E+18,0.0
  850.  
  851. *femto
  852.  0, 0, 0, 0, 0,1.0E-15,0.0
  853.  
  854. *giga
  855.  0, 0, 0, 0, 0,1.0E+09,0.0
  856.  
  857. *hecto
  858.  0, 0, 0, 0, 0,100.0,0.0
  859.  
  860. *kilo
  861.  0, 0, 0, 0, 0,1000.0,0.0
  862.  
  863. *mega
  864.  0, 0, 0, 0, 0,1.0E+06,0.0
  865.  
  866. *micro
  867.  0, 0, 0, 0, 0,1.0E-06,0.0
  868.  
  869. *milli
  870.  0, 0, 0, 0, 0,0.001,0.0
  871.  
  872. *nano
  873.  0, 0, 0, 0, 0,1.0E-09,0.0
  874.  
  875. *peta
  876.  0, 0, 0, 0, 0,1.0E+15,0.0
  877.  
  878. *pico
  879.  0, 0, 0, 0, 0,1.0E-12,0.0
  880.  
  881. *tera
  882.  0, 0, 0, 0, 0,1.0E+12,0.0
  883.