mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
* docs: add predefined mixtures table to Mixtures documentation Adds a new section "Predefined mixtures" to Web/fluid_properties/Mixtures.rst listing all 154 predefined mixtures with their components and mole fractions. Each mixture is tested at build time; those that fail (missing binary interaction parameters or not present in the compiled library) are flagged in a Notes column. Also updates the code examples in the new section to use the required .mix suffix, and registers the generation script in the doc build task list. Closes #2711 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * docs: improve predefined mixtures table error messages and auto-count - Replace CAS numbers with fluid names in binary interaction parameter errors - Detect and report missing pure fluids by name - Distinguish 'not registered as predefined mixture' from missing BIP - Write PredefinedMixturesCount.rst so the mixture count in Mixtures.rst is generated automatically rather than hardcoded Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>