Give the Ideal Gas Constant (R) three decimals

Directly from Google, when looking up "Value of R" :

>The gas constant R is 8.314 J / mol. K.

This game is an atmospheric simulation program at its core, so let's
have precise atmospheric simulation

I would change other atmosphere-related things in here, but they would
need more work

Changelog included
This commit is contained in:
dylanstrategie
2015-05-19 19:40:27 +02:00
parent dc0a5f4be2
commit 9240f58729

View File

@@ -19,7 +19,7 @@ var/global/disable_vents = 0
#define PI 3.1415
#define R_IDEAL_GAS_EQUATION 8.31 //kPa*L/(K*mol)
#define R_IDEAL_GAS_EQUATION 8.314 //kPa*L/(K*mol)
#define ONE_ATMOSPHERE 101.325 //kPa
#define CELL_VOLUME 2500 //liters in a cell