thermopy
thermopy copied to clipboard
Python library for thermodynamics.
Results
1
thermopy issues
Sort by
recently updated
recently updated
newest added
For some species calculating gibbs energies with the nasa9 database doesn't work. For example: ```python from thermopy import nasa9polynomials as nasa9 db = nasa9.Database() sp = db.set_compound('OH') sp.gibbs_energy(298) ``` produces...