UNPKG

@neutrium/thermo

Version:

The base module of the NeutriumJS thermodynamics package.

20 lines (19 loc) 359 B
export declare class StateProperties<T = number> { p: T | null; t: T | null; rho: T | null; v: T | null; u: T | null; s: T | null; h: T | null; cp: T | null; cv: T | null; w: T | null; mu: T | null; k: T | null; sigma: T | null; epsilon: T | null; ic: T | null; n: T | null; γ: T | null; }