Skip to main content

polysim_core/properties/
mod.rs

1//! Physical and chemical property calculators.
2//!
3//! All temperatures are in **Kelvin** and all masses in **g/mol**.
4
5pub mod molecular_weight;
6pub mod thermal;