Skip to content

SteveDoyle2/pyatmos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyatmos

High altitude atmosphere library

Contains the following atmospheric functions:

  • density = atm_density(alt, mach)
  • mach = atm_mach(alt, velocity)
  • velocity = atm_velocity(alt, mach)
  • pressure = atm_pressure(alt)
  • temperature = atm_temperature(alt)
  • sos = atm_speed_of_sound(alt)
  • mu = atm_dynamic_viscosity_mu(alt)
  • nu = atm_kinematic_viscosity_nu(alt)
  • eas = atm_equivalent_airspeed(alt, mach)

All the default units are in English units because the source equations are in English units.

https://pyatmos.readthedocs.io/en/latest/

Version Docs Status
Master Documentation Status Linux Status Coverage Status

About

High altitude atmosphere library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages