Skip to content

Commit

Permalink
doc, #30
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed May 1, 2024
1 parent 5da1aa0 commit 5517cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/GasPropertiesConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ const GasPropertiesConstants = {
LIGHT_PARTICLES_RANGE: new RangeWithValue( 0, 1000, 0 ),

// mass
HEAVY_PARTICLES_MASS: 28, // AMU, equivalent to N2 (nitrogen), rounded to the closest integer
LIGHT_PARTICLES_MASS: 4, // AMU, equivalent to He (helium), rounded to the closest integer
HEAVY_PARTICLES_MASS: 28, // AMU, equivalent to N2 (nitrogen)
LIGHT_PARTICLES_MASS: 4, // AMU, equivalent to He (helium, 4.002602), rounded to the closest integer

// radii
HEAVY_PARTICLES_RADIUS: 125, // pm
Expand Down

0 comments on commit 5517cc2

Please sign in to comment.