The GERG-2008 equation of state is a high-accuracy multiparameter reference equation developed by the Groupe Européen de Recherches Gazières for natural gases and similar mixtures. It calculates thermodynamic properties including density, enthalpy, entropy, heat capacities, and speed of sound.
This implementation uses the Rust port of NIST's AGA8 code, compiled to WebAssembly for near-native performance directly in your browser. All calculations are performed client-side.
Note: Composition values must be in mole fractions and sum to exactly 1.0. Pressure is in kilopascals (kPa) and temperature in Kelvin (K).
Grid Export: The grid export tool generates a CSV file with pressure values as rows and temperature values as columns, creating a 2D grid of the selected property. The composition used is taken from the main calculator section above.