feos-core

Crates.iofeos-core
lib.rsfeos-core
version0.8.0
created_at2021-12-02 16:21:24.498983+00
updated_at2025-01-08 12:23:31.476158+00
descriptionCore traits and functionalities for the `feos` project.
homepagehttps://github.com/feos-org
repositoryhttps://github.com/feos-org/feos
max_upload_size
id491303
size519,718
Gernot Bauer (g-bauer)

documentation

README

FeOs-Core

crate documentation

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

  • properties,
  • critical points,
  • and phase equilibria.

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.

Installation

Add this to your Cargo.toml

[dependencies]
feos-core = "0.7"
Commit count: 196

cargo fmt