Properties of US standard atmosphere ranging -5000 to 250000 ft altitude
Install
$ npm install standard-atmosphere
Usage
const standardAtmosphere = ; // SI units (metric)
temperature: 22664962024973363 // K (Kelvin) density: 0018012827594042123 // kg/m^3 pressure: 11719514784825592 // N/m^2 viscosity: 00000147602655462344 // N sec/m^2 ssound: 30180574748785267 // m/sec
Test
$ npm test
API
standardAtmosphere(altitude, si?)
altitude
Type: number
si
Type: boolean
SI unit input/output?