comment lines in example removed
This commit is contained in:
parent
73627613ac
commit
8627b59e0b
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue