Minor atmos optimization
This commit is contained in:
@@ -59,7 +59,7 @@ namespace Content.Shared.Atmos
|
||||
public const float CellVolume = 2500f;
|
||||
|
||||
/// <summary>
|
||||
/// Moles in a 2.5 m^3 cell at 101.325 Pa and 20ºC
|
||||
/// Moles in a 2.5 m^3 cell at 101.325 kPa and 20ºC
|
||||
/// </summary>
|
||||
public const float MolesCellStandard = (OneAtmosphere * CellVolume / (T20C * R));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user