@neutrium/thermo.eos.iapws97
Version:
A javascript implementation of the IAWPS formulations for the thermodynamic properties of water and steam.
14 lines (13 loc) • 396 B
JavaScript
//
// 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
//
;
var IAPWS97_1 = require('./IAPWS97');
exports.IAPWS97_EoS = IAPWS97_1.IAPWS97_EoS;