资源简介
标准大气 MATLAB程序,可以直接运行
代码片段和文件信息
function [Z Z_L Z_U T P rho c g mu nu k n n_sum] = atmo(altdivisionunits)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Program: 1976 Standard Atmosphere Calculator[0-1000 km]
% Author: Brent Lewis(RocketLion@gmail.com)
% University of Colorado-Boulder
% History: Original-1/10/2007
% Revision-1/12/2007-Corrected for changes in Matlab versions
% for backward compatability-Many thanks to Rich
% Rieber(rrieber@gmail.com)
% Input: alt: Final Geometric Altitude[km]
% division: Reporting points for output arrays[km]
% (.01 km & Divisible by .01 km)
% units: 1-[Metric]
% 2-{English}
% Default: Values used if no input
% alt: 1000 km
% division: 1 km
% units: Metric
% Output: Each value has a specific region that it is valid in with this model
% and is only printed out in that region
% Z: Total Reporting Altitudes[0<=alt<=1000 km][km]{ft}
% Z_L: Lower Atmosphere Reporting Altitudes[0<=alt<=86 km][km]{ft}
% Z_U: Upper Atmosphere Reporting Altitudes[86<=alt<=1000 km][km]{ft}
% T: Temperature array[0<=alt<=1000 km][K]{R}
% P: Pressure array[0<=alt<=1000 km][Pa]{in_Hg}
% rho: Density array[0<=alt<=1000 km][kg/m^3]{lb/ft^3}
% c: Speed of sound array[0<=alt<=86 km][m/s]{ft/s}
% g: Gravity array[0<=alt<=1000 km][m/s^2]{ft/s^2}
% mu: Dynamic Viscosity array[0<=alt<=86 km][N*s/m^2]{lb/(ft*s)}
% nu: Kinematic Viscosity array[0<=alt<=86 km][m^2/s]{ft^2/s}
% k: Coefficient of Thermal Conductivity
% array[0<=alt<=86 km][W/(m*K)]{BTU/(ft*s*R)}
% n: Number Density of individual gases
% (N2 O O2 Ar He H)[86km<=alt<=1000km][1/m^3]{1/ft^3}
% n_sum: Number Density of total gases
% [86km<=alt<=1000km][1/m^3]{1/ft^3}
% Acknowledgements: 1976 U.S. Standard Atmosphere
% Prof. Adam Norris-Numerical Analysis Class
% Steven S. Pietrobon USSA1976 Program
% Notes: Program uses a 5-point Simpson‘s Rule in 10
% meter increments. Results DO vary by less 1%
% compared to tabulated values and is probably
% caused by different integration techniques
% Examples: atmo() will compute the full atmosphere in 1 km
% increments and output in Metric Units
% atmo(10) will compute
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6246 2007-01-12 19:49 atmo.m
文件 3646 2007-01-12 19:35 atmo_compo.m
文件 2312 2007-01-12 19:36 atmo_p.m
文件 1736 2007-01-11 04:47 atmo_temp.m
文件 2893 2007-01-11 04:40 f_n.m
文件 1108 2007-01-11 04:43 int_tau.m
文件 645 2007-01-12 19:43 tester.m
- 上一篇:机器人控制系统matlab仿真7
- 下一篇:盲信道估计源代码.rar
相关资源
- 多尺度排列熵matlab程序,亲测可用
- 多目标遗传算法matlab程序
- 小波变换 matlab程序
- 蒙特卡洛MATLAB程序
- dtw的matlab程序
- 模糊熵Matlab程序
- 指纹图像细化 matlab程序源代码
- 卷积码 编码 译码 MATLAB程序
- Matlab驱动网络摄像头程序含GUI
- 全息谱Matlab程序
- 图像信息隐藏DCT嵌入算法Matlab程序
- 通过达曼光栅生成点阵的matlab程序.
- 小波分析matlab程序
- 粒子群训练bp神经网络的matlab程序
- 求解数独的matlab程序
- 数字信号处理-基于计算机的方法课本
- 机械手的rbf自适应控制建模与matlab程
- rbf神经网络的建模与matlab程序与simu
- 梯度校正参数辨识方法算例及matlab程
- 解等式约束信赖域子问题Matlab程序
- 表格数据处理matlab程序
- zw_u010985925-8365901-自适应波束形成与
- Higher Math problems in MATLAB 介绍MATLAB程序
- signal processing matlab 信号处理中需要的
- foa 果蝇优化算法matlab程序
- G-S算法matlab程序源代码
- 求解四步相移法的光栅相位的matlab程
- matlab程序求解供应链网络问题
- 声音响度计算matlab程序(Loudness calc
- 雨流计数法(rainflow)的各种matlab程序
评论
共有 条评论