twine-thermo 0.4.2

Thermodynamic and fluid property modeling for the Twine framework.
Documentation
1
2
3
4
5
6
7
mod heat;
mod mass;
mod work;

pub use heat::HeatFlow;
pub use mass::MassFlow;
pub use work::WorkFlow;