U.S. Standard Atmosphere 1976 Model

버전 1.2.1 (12.9 KB) 작성자: William Gravel
Complete implementation of COESA's 1976 standard atmospheric model for altitudes from sea level to 1000 km in altitude.
다운로드 수: 273
업데이트 날짜: 2021/10/8

라이선스 보기

Functionality
  • Allowed altitude inputs include any geometric or geopotential height in meters, kilometers, feet, or miles from 0 km to 1000 km
  • Returns kinetic and molecular-scale temperatures, pressure, density, gravitational acceleration, number density, speed of sound, dynamic and kinematic viscosities, and thermal conductivity coefficient
  • Automatically outputs variables in engineering unit system (SI or English) based on input height units
  • Independent of toolboxes other than base MATLAB (no symbolic)
Example Function Calls
Results = StandardAtmos(30000) % returns air properties as table for geometric altitude of 30,000 m
Results = StandardAtmos([40,50,60],'HeightUnit','mi') % returns air properties as table for geometric altitudes of 40, 50, and 60 mi
Results = StandardAtmos(20000,'UnitSystem','English') % returns air properties as table for geometric altitudes of 20,000 ft in English units
Results = StandardAtmos(84000,'ReferenceFrame','Geopotential') % returns air properties as table for geopotential altitude of 84,000 m
Results = StandardAtmos(1000,'HeightUnit','km','OutputFormat','Struct') % returns air properties as struct for geometric altitude of 1000 km

인용 양식

William Gravel (2024). U.S. Standard Atmosphere 1976 Model (https://www.mathworks.com/matlabcentral/fileexchange/92653-u-s-standard-atmosphere-1976-model), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2021a
R2021b 이하 모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.2.1

Fix missing indices in CalcPressure.m

1.2.0

Fix incorrect unit system implementation

1.1.0

Include output selection functionality and implement number density calculations in lower atmosphere.

1.0.0