comment lines in example removed

This commit is contained in:
Nicolas Kruse 2025-07-03 15:15:56 +02:00
parent 73627613ac
commit 0eb3e23033
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ the Heat of Evaporation for water.
```python ```python
import gaspype as gp import gaspype as gp
#import numpy as np
#import matplotlib.pyplot as plt
lhv = gp.fluid({'H2': 1, 'O2': 1/2, 'H2O': -1}).get_H(25 + 273.15) lhv = gp.fluid({'H2': 1, 'O2': 1/2, 'H2O': -1}).get_H(25 + 273.15)
dh_v = 43990 # J/mol (heat of evaporation for water @ 25 °C) dh_v = 43990 # J/mol (heat of evaporation for water @ 25 °C)