osl-pocs / fqlearn

A library to help teaching mass transfer and thermodynamics.
https://osl-pocs.github.io/fqlearn/
Other
2 stars 0 forks source link

docs:: Adding files to data #17

Closed JoseMariaGarciaMarquez closed 10 months ago

JoseMariaGarciaMarquez commented 10 months ago

Added the files to the 'data' folder and updated the 'available_pair' function in the McCabe-Thiele class with the following chemical component pairs
self.available_pair = [ ("methanol", "water"), ("ethanol", "water"), ("acetone", "chloroform"), ("nitrogen", "oxygen"), ("toluene", "xylene"), ("hexane", "heptane"), ("hexane", "xylene"), ("ethylene", "ethylene_glycol"), ("ammonia", "sulfur_dioxide"), ("butanol", "ethyl_acetate"), ("acetone", "methyl_isobutyl_ketone"), ] @EverVino

EverVino commented 10 months ago

Hi @JoseMariaGarciaMarquez there is some conflicts in your branch. Could you do the rebase please. Thank you

JoseMariaGarciaMarquez commented 10 months ago

Ok, i think i was still working on main branch at the time to do the push, and i forgot to do the rebase, i just did the fetch.