Class: Atmospheric::Isa::NormalPrecision

Inherits:
Algorithms
  • Object
show all
Includes:
Singleton
Defined in:
lib/atmospheric/isa.rb

Constant Summary

Constants inherited from Algorithms

Algorithms::TEMPERATURE_LAYERS

Instance Attribute Summary

Attributes inherited from Algorithms

#constants, #pi, #precision, #pressure_layers, #sqrt2

Instance Method Summary collapse

Methods inherited from Algorithms

#air_number_density_from_geopotential, #air_particle_collision_frequency_from_geopotential, #air_particle_collision_frequency_from_temp, #density_from_geopotential, #dynamic_viscosity, #dynamic_viscosity_from_geopotential, #geometric_altitude_from_geopotential, #geopotential_altitude_from_geometric, #geopotential_altitude_from_pressure_mbar, #geopotential_altitude_from_pressure_mmhg, #gravity_at_geometric, #gravity_at_geopotential, #kelvin_to_celsius, #kinematic_viscosity, #kinematic_viscosity_from_geopotential, #locate_lower_layer, #mbar_to_mmhg, #mean_air_particle_speed_from_geopotential, #mean_air_particle_speed_from_temp, #mean_free_path_of_air_particles_from_geopotential, #mmhg_to_mbar, #p_p_n_from_geopotential, #pa_to_mbar, #pa_to_mmhg, #pressure_formula_beta_nonzero, #pressure_formula_beta_zero, #pressure_from_geopotential, #pressure_from_geopotential_mbar, #pressure_from_geopotential_mmhg, #pressure_scale_height_from_geopotential, #pressure_scale_height_from_temp, #rho_rho_n_from_geopotential, #root_rho_rho_n_from_geopotential, #set_precision, #specific_weight_from_geopotential, #speed_of_sound_from_geopotential, #speed_of_sound_from_temp, #temperature_at_layer_celcius, #temperature_at_layer_from_geopotential, #thermal_conductivity_from_geopotential, #thermal_conductivity_from_temp

Constructor Details

#initializeNormalPrecision

Returns a new instance of NormalPrecision.



488
489
490
# File 'lib/atmospheric/isa.rb', line 488

def initialize
  set_precision(:normal)
end