File:ISA atmospheric model.c

From NPrize
Revision as of 03:17, 17 November 2012 by Vincent (talk | contribs) (comments on the source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

ISA_atmospheric_model.c(file size: 3 KB, MIME type: text/x-c)

Warning: This file type may contain malicious code. By executing it, your system may be compromised.

C Implementation of the international standard atmosphere (ISA) model. This is a port of http://www.digitaldutch.com/atmoscalc/ .

Unlike many sources found on the Internet, it supports the whole range of altitude defined by the ISA model, from -2km to 86km. A delta temperature is taken into account to adjust the sea level temperature if it's different from the model (15°C).

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current02:59, 17 November 2012 (3 KB)Vincent (talk | contribs)C Implementation of the international standard atmosphere ([https://en.wikipedia.org/wiki/International_Standard_Atmosphere ISA]) model. This is a port of http://www.digitaldutch.com/atmoscalc/ .