RCAIDE.Framework.Analyses.Atmospheric.US_Standard_1976
US_Standard_1976#
- class US_Standard_1976(*args, **kwarg)[source]#
Bases:
Atmospheric
Implements the U.S. Standard Atmosphere (1976 version)
Assumptions: None
Source: U.S. Standard Atmosphere, 1976, U.S. Government Printing Office, Washington, D.C., 1976
- compute_values(altitude, temperature_deviation=0.0, var_gamma=False)[source]#
Computes atmospheric values.
Assumptions: US 1976 Standard Atmosphere
Source: U.S. Standard Atmosphere, 1976, U.S. Government Printing Office, Washington, D.C., 1976
Inputs: altitude [m] temperature_deviation [K]
Output: atmo_data.
pressure [Pa] temperature [K] speed_of_sound [m/s] dynamic_viscosity [kg/(m*s)] kinematic_viscosity [m^2/s] thermal_conductivity [W/(m*K)] prandtl_number [-]
Properties Used: self.
fluid_properties.gas_specific_constant [J/(kg*K)] planet.sea_level_gravity [m/s^2] planet.mean_radius [m] breaks.
altitude [m] temperature [K] pressure [Pa]