mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user