Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtmosphereData ¶
AtmosphereData contains atmospheric properties at a given altitude
type ISAModel ¶
type ISAModel struct {
// contains filtered or unexported fields
}
ISAModel implements the International Standard Atmosphere
func NewISAModel ¶
func NewISAModel(cfg *config.ISAConfiguration) *ISAModel
NewISAModel creates a new ISAModel with the given configuration
func (*ISAModel) GetAtmosphere ¶
func (isa *ISAModel) GetAtmosphere(altitude float64) AtmosphereData
GetAtmosphere returns atmospheric data for a given altitude using memoization
func (*ISAModel) GetSpeedOfSound ¶
GetSpeedOfSound calculates speed of sound at given altitude
func (*ISAModel) GetTemperature ¶
GetTemperature calculates the temperature at a given altitude
Click to show internal directories.
Click to hide internal directories.