UNPKG

@neutrium/thermo.eos.iapws97

Version:

A javascript implementation of the IAWPS formulations for the thermodynamic properties of water and steam.

7 lines (6 loc) 192 B
import { EquationOfState, State } from "@neutrium/thermo"; export declare class IAPWS97_EoS extends EquationOfState { modes: string[][]; name: string; solve(inputs: any): State; }