use-thermodynamics
Ideal gas and heat-energy helpers for RustUse.
Install
[]
= "0.0.1"
Foundation
use-thermodynamics provides small f64-first helpers for ideal gas and heat-energy calculations.
Example
use ;
let pressure = ideal_gas_pressure?;
assert!;
assert_eq!;
assert_eq!;
# Ok::
When to use directly
Choose use-thermodynamics when you only need reusable thermodynamics formulas.
Scope
- APIs stay
f64-first and unit-agnostic. - Phase transitions and property tables are out of scope.
Status
use-thermodynamics is a pre-1.0 crate with a deliberately small API.