Da Vinci Firmware 1
Firmware for the DaVinci-M rocket avionics board.
Loading...
Searching...
No Matches
Physical Constants

Defines physical constants used in atmospheric and physics calculations. More...

Macros

#define GCONST   9.81f
 Standard gravity in m/s^2.
 
#define RAST   287.05f
 Specific gas constant for dry air in J/(kg·K).
 
#define TAU   0.0065f
 Standard temperature lapse rate in K/m.
 

Detailed Description

Defines physical constants used in atmospheric and physics calculations.

Macro Definition Documentation

◆ GCONST

#define GCONST   9.81f

Standard gravity in m/s^2.

Definition at line 37 of file FLIGHT_PARAMETERS_CONFIG.h.

◆ RAST

#define RAST   287.05f

Specific gas constant for dry air in J/(kg·K).

Definition at line 38 of file FLIGHT_PARAMETERS_CONFIG.h.

◆ TAU

#define TAU   0.0065f

Standard temperature lapse rate in K/m.

Definition at line 39 of file FLIGHT_PARAMETERS_CONFIG.h.