X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fconstants.h;h=8a93990733de36e61a5632862e460c474bdaeba8;hb=36ae8cdce355c88f0e6b2521e1d680df93b809f1;hp=a1bb71cf1d2a845cb152dcaa6c757ca6f8328af9;hpb=d2622a5d866b55f10402b71fb617549b1b222723;p=simgear.git diff --git a/simgear/constants.h b/simgear/constants.h index a1bb71cf..8a939907 100644 --- a/simgear/constants.h +++ b/simgear/constants.h @@ -1,7 +1,7 @@ // constants.h -- various constant definitions // // Written by Curtis Olson, started February 2000. -// Last change by Eric van den Berg, Dec 2012 +// Last change by Eric van den Berg, Feb 2013 // // Copyright (C) 2000 Curtis L. Olson - http://www.flightgear.org/~curt/ // @@ -122,6 +122,9 @@ const float SG_RADIANS_TO_DEGREES = 180.0f / SG_PI; /**specific gas constant of air*/ #define SG_R_m2_p_s2_p_K 287.05 // m2/s2/K +/**specific heat constant at constant pressure*/ +#define SG_cp_m2_p_s2_p_K 1004.68 // m2/s2/K + /**ratio of specific heats of air*/ #define SG_gamma 1.4 // =cp/cv (cp = 1004.68 m2/s2 K , cv = 717.63 m2/s2 K)