File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626- ` --no-show ` disabled saving instead of display.
2727- Hysteresis scoring double-counted ` is_flat_low ` ; score ties were resolved by
2828 dict insertion order.
29+ - Documentation: the README "Physical Constants" table listed the STP→liquid
30+ factor as ` N2_LIQUID_FACTOR = 1547.0 ` — a name that never existed in the
31+ code, and a value 2.393× too high. Renamed to ` N2_STP_TO_LIQUID = 1.5468e-3 `
32+ to match ` bet_analysis.py ` ; the Gurvich computation itself has been correct
33+ since v3.0.0.
2934
3035### Added
3136
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ All constants are defined as named variables at the top of `bet_analysis.py` (no
199199| ----------| -------| ------------|
200200| ` N2_BET_FACTOR ` | 4.353 m² g⁻¹ per cm³(STP) g⁻¹ | N₂ cross-section σ = 0.162 nm², Avogadro + molar volume |
201201| ` N2_TPLOT_SLOPE_FACTOR ` | 15.47 m² g⁻¹ per cm³/(g·Å) | Harkins-Jura t-curve conversion |
202- | ` N2_LIQUID_FACTOR ` | 1547.0 cm³(STP ) per cm³(liquid N₂ ) | At 77 K |
202+ | ` N2_STP_TO_LIQUID ` | 1.5468e-3 cm³(liquid N₂ ) per cm³(STP ) | Gurvich rule: V_liquid = V_STP × N2_STP_TO_LIQUID ( 77 K) |
203203| ` N2_CAVITATION_NM ` | 3.4 nm | Forced closure diameter for N₂ at 77 K |
204204
205205---
You can’t perform that action at this time.
0 commit comments