Skip to content

Commit

Permalink
alkaline electrolyzer WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Alematiale committed Mar 29, 2024
1 parent 47ea110 commit 58e1eb4
Show file tree
Hide file tree
Showing 2 changed files with 345 additions and 153 deletions.
1 change: 1 addition & 0 deletions core/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
H2MOLMASS = 2.01588e-3 # [kg/mol] Hydrogen molar mass
H2NDENSITY = 0.08988237638480538 # [kg/Nm^3] Hydrogen density at Normal conditions (T = 0°C, P = 101325 Pa) -> PropsSI('D', 'T', 273.15, 'P', 101325, 'H2')
H2SDENSITY = 0.08520493577522305 # [kg/Sm^3] Hydrogen density at Standard conditions (T = 15°C, P = 101325 Pa) -> PropsSI('D', 'T', 288.15, 'P', 101325, 'H2')
H2NMOLVOL = H2MOLMASS/H2NDENSITY # [Nm^3/mol] Hydrogen molar volume at Normal conditions (T = 0°C, P = 101325 Pa)
LHVH2 = 119.96 # [MJ/kg] Hydrogen Lower Heating Value - https://www.eniscuola.net/mediateca/caratteristiche-dellidrogeno/
LHVH2VOL = LHVH2*H2NDENSITY # [MJ/Nm^3] Hydrogen Lower Heating Value - Volumetric
LHVH2MOL = H2MOLMASS*LHVH2*1e3 # [kJ/mol] Hydrogen Lower Heating Value - Molar
Expand Down
Loading

0 comments on commit 58e1eb4

Please sign in to comment.