Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include steam diagrams #9

Open
EverVino opened this issue Sep 18, 2023 · 1 comment
Open

Include steam diagrams #9

EverVino opened this issue Sep 18, 2023 · 1 comment

Comments

@EverVino
Copy link
Collaborator

No description provided.

@EverVino
Copy link
Collaborator Author

EverVino commented Nov 21, 2023

Name SteamTable()

  • Extraer los datos del pdf

  • almacenarlos en un formato csv

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

https://www.nist.gov/system/files/documents/srd/NISTIR5078.htm

@EverVino EverVino changed the title Include water vapor diagrams Include steam diagrams May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant