You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sistema = SteamTable()
sistema.data() # Imprimir la tabla de 20 en filas saturado
sistema.plot("Pv")
sistema.plot("PT")
sistema.plot("TS")
sistema.3dplot()
punto = State(p=784) # si solo es un valor se asume que es saturado
punto.hl, punto,hv, punto.ul, punto.uv, punto,sl, punto.sv
punto(x=.5) # Calidad de Vapor
punto2 State(p=34, T=124) # Si son dos valores sobrecalentado
punto.h, punto.u, punto,sl
No description provided.
The text was updated successfully, but these errors were encountered: