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

feat:Adding steam tables #25

Closed JoseMariaGarciaMarquez closed 6 months ago

JoseMariaGarciaMarquez commented 6 months ago

This new feature adding the posibility to plot a steam table (temperature saturation): sistema = SteamTable()

sistema.data() sistema.plot('PV') sistema.plot('PT') sistema.plot('TV') sistema.plot3d() @EverVino