twine-thermo 0.4.2

Thermodynamic and fluid property modeling for the Twine framework.
Documentation
1
2
3
4
5
6
7
8
9
//! Capability traits used to query and construct thermodynamic states.

mod base;
mod properties;
mod state_from;

pub use base::ThermoModel;
pub use properties::*;
pub use state_from::StateFrom;