Kaydet (Commit) fccf6cfd authored tarafından Julien Nabet's avatar Julien Nabet

Let precise things and put some references

See also:
http://en.wikipedia.org/wiki/Atmosphere_%28unit%29
http://physics.nist.gov/Pubs/SP811/appenB8.html

Change-Id: I87b1794c847fe4aec7f53125bff195d8162ce593
üst e4bf6b0f
......@@ -2546,8 +2546,8 @@ ConvertDataList::ConvertDataList( void )
// PRESSURE: 1 Pascal is...
NEWDP( "Pa", 1.0000000000000000E00, CDC_Pressure ); // Pascal
NEWDP( "atm", 9.8692329999819300E-06, CDC_Pressure ); // Atmosphere
NEWDP( "at", 1.0197162129779000E-05, CDC_Pressure ); // Atmosphere also
NEWDP( "atm", 9.8692329999819300E-06, CDC_Pressure ); // Standard Atmosphere
NEWDP( "at", 1.0197162129779000E-05, CDC_Pressure ); // Technical Atmosphere -> http://physics.nist.gov/Pubs/SP811/appenB8.html
NEWDP( "mmHg", 7.5006170799862700E-03, CDC_Pressure ); // mm Hg (Mercury)
NEWD( "Torr", 7.5006380000000000E-03, CDC_Pressure ); // *** Torr
NEWD( "psi", 1.4503770000000000E-04, CDC_Pressure ); // *** Psi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment