Crates.io | feos-core |
lib.rs | feos-core |
version | 0.7.0 |
source | src |
created_at | 2021-12-02 16:21:24.498983 |
updated_at | 2024-05-21 05:51:07.623178 |
description | Core traits and functionalities for the `feos` project. |
homepage | https://github.com/feos-org |
repository | https://github.com/feos-org/feos |
max_upload_size | |
id | 491303 |
size | 562,442 |
Core traits and functionalities for the feos
project.
The crate makes use of generalized (hyper-) dual numbers to generically calculate exact partial derivatives from Helmholtz energy equations of state. The derivatives are used to calculate
In addition to that, utilities are provided to assist in the handling of parameters for both molecular equations of state and (homosegmented) group contribution methods. Mainly as a simple test case, a cubic equation of state is published as part of this crate. Implementations of more sophisticated models can be found in the feos repository.
For information on how to implement your own equation of state, check out the documentation.
Add this to your Cargo.toml
[dependencies]
feos-core = "0.7"