noads.gam_jax.utils.physical_data#
Created on Thu Jan 24 23:22:21 2019.
- @author: DRUOT Thierryoriginal Scilab implementation
PETEILH Nicolas : portage to Python
- noads.gam_jax.utils.physical_data.altg_from_altp(altp, disa)[source]#
Geometrical altitude from pressure altitude.
- noads.gam_jax.utils.physical_data.atmosphere(altp, disa)[source]#
Pressure and temperature from pressure altitude from ground to 50 km.
- noads.gam_jax.utils.physical_data.atmosphere_g(altp, disa=0.0)[source]#
Ambiant data from pressure altitude from ground to 50 km according to Standard Atmosphere.
- noads.gam_jax.utils.physical_data.atmosphere_geo(altg, disa)[source]#
Pressure and temperature from geometrical altitude from ground to 50 km.
- noads.gam_jax.utils.physical_data.climb_mode(speed_mode, mach, dtodz, tstd, disa)[source]#
Acceleration factor depending on speed driver (‘cas’: constant CAS, ‘mach’: constant Mach) WARNING : input is mach number whatever speed_mode.
- noads.gam_jax.utils.physical_data.cross_over_altp(Vcas, mach)[source]#
Altitude where constant calibrated air speed meets constant Mach number, subsonic only.
- noads.gam_jax.utils.physical_data.emission_index(fuel_type, compound)[source]#
Various emitted compound depending on energy source.
- noads.gam_jax.utils.physical_data.fuel_density(fuel_type, press=101325.0)[source]#
Reference fuel density.
- noads.gam_jax.utils.physical_data.fuel_heat(fuel_type)[source]#
Reference fuel lower heating value or battery energy density.
- noads.gam_jax.utils.physical_data.gas_viscosity(tamb, gas='air')[source]#
Mixed gas dynamic viscosity, Sutherland’s formula WARNING : result will not be accurate if gas is mixing components of too different molecular weights.
- noads.gam_jax.utils.physical_data.mach_from_vcas(pamb, Vcas)[source]#
Mach number from calibrated air speed, subsonic only.
- noads.gam_jax.utils.physical_data.mach_from_vtas(altp, disa, vtas)[source]#
True air speed from Mach number, subsonic only.
- noads.gam_jax.utils.physical_data.pressure(altp)[source]#
Pressure from pressure altitude from ground to 50 km.
- noads.gam_jax.utils.physical_data.pressure_altitude(pamb)[source]#
Pressure altitude from ground to 50 km.
- noads.gam_jax.utils.physical_data.reynolds_number(pamb, tamb, mach)[source]#
Reynolds number based on Sutherland viscosity model.
- noads.gam_jax.utils.physical_data.sea_level_pressure()[source]#
Reference air pressure at sea level.
- noads.gam_jax.utils.physical_data.sea_level_sound_speed()[source]#
Reference sound speed at sea level.
- noads.gam_jax.utils.physical_data.sea_level_temperature()[source]#
Reference air temperature at sea level.
- noads.gam_jax.utils.physical_data.vcas_from_mach(pamb, mach)[source]#
Calibrated air speed from Mach number, subsonic only.
- noads.gam_jax.utils.physical_data.vtas_from_mach(altp, disa, mach)[source]#
True air speed from Mach number, subsonic only.
- noads.gam_jax.utils.physical_data.vtas_from_vcas(altp, disa, vcas)[source]#
True air speed from calibrated air speed, subsonic only.
Functions
|
Ideal gas density. |
|
Geometrical altitude from pressure altitude. |
|
Pressure and temperature from pressure altitude from ground to 50 km. |
|
Ambiant data from pressure altitude from ground to 50 km according to Standard Atmosphere. |
|
Pressure and temperature from geometrical altitude from ground to 50 km. |
|
Acceleration factor depending on speed driver ('cas': constant CAS, 'mach': constant Mach) WARNING : input is mach number whatever speed_mode. |
|
Altitude where constant calibrated air speed meets constant Mach number, subsonic only. |
|
Various emitted compound depending on energy source. |
|
Reference fuel density. |
|
Reference fuel lower heating value or battery energy density. |
|
Gas data for a single gas. |
|
Mixed gas dynamic viscosity, Sutherland's formula WARNING : result will not be accurate if gas is mixing components of too different molecular weights. |
|
Reference gravity acceleration. |
|
Mach number from calibrated air speed, subsonic only. |
|
True air speed from Mach number, subsonic only. |
|
Pressure from pressure altitude from ground to 50 km. |
|
Pressure altitude from ground to 50 km. |
|
Reynolds number based on Sutherland viscosity model. |
Reference air density at sea level. |
|
Reference air pressure at sea level. |
|
Reference sound speed at sea level. |
|
Reference air temperature at sea level. |
|
|
Sound speed for ideal gas. |
|
|
|
Stagnation pressure. |
|
Stagnation temperature. |
|
Calibrated air speed from Mach number, subsonic only. |
|
True air speed from Mach number, subsonic only. |
|
True air speed from calibrated air speed, subsonic only. |