Skip to content

amoyyy/IAPWS-V

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IAPWS V Package

V module that provides IAPWS-IF97, IAPWS-IF95 support and some helper functions, WORK IN PROGRESS

References: http://iapws.org/release.html

Install:

v install amoyyy.iapws

Usage:

import amoyyy.iapws.if97
t := 700.0	// K
p := 30.0	// Mpa

println(if97.r2_u(p, t))

About

V module that provides IAPWS-IF95/97 and some helper functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages