feos-org / feos

FeOs - A Framework for Equations of State and Classical Density Functional Theory
Other
116 stars 23 forks source link

`EquationOfState` without residual model #204

Closed prehner closed 10 months ago

prehner commented 10 months ago

Enables constructing an EquationOfState object without providing a residual Helmholtz energy model in Rust

EquationOfState::ideal_gas(joback)

and Python

EquationOfState.ideal_gas().joback(joback)