@neutrium/thermo.eos.iapws97
Version:
A javascript implementation of the IAWPS formulations for the thermodynamic properties of water and steam.
12 lines (11 loc) • 337 B
text/typescript
//
// NeutriumJS IAPWS97 Equation of State
// https://github.com/NativeDynamics/NeutriumJS.thermo.IAPWS97
//
// Copyright 2016, Native Dynamics
// https://neutrium.net
//
// Licensed under the Creative Commons Attribution 4.0 International
// http://creativecommons.org/licenses/by/4.0/legalcode
//
export {IAPWS97_EoS} from './IAPWS97'