Crate feos_ad

Source

Modules§

eos
A collection of equation of state models.

Structs§

EquationOfStateAD
An equation of state consisting of a residual model and an ideal gas model.
HelmholtzEnergyWrapper
Struct that stores the reference to the equation of state together with the (possibly) dual parameters.
PhaseEquilibriumAD
An equilibrium state consisting of a vapor and a liquid phase.
StateAD
An (intensive) thermodynamic state representing a single phase.

Traits§

Eigen
IdealGasAD
Implementation of an ideal gas Helmholtz energy contribution.
NamedParameters
Models for which derivatives with respect to individual parameters can be calculated.
ParametersAD
A model that can be evaluated with derivatives of its parameters.
ResidualHelmholtzEnergy
Implementation of a residual Helmholtz energy model.
TotalHelmholtzEnergy
Methods of EquationOfStateAD extracted in a trait for genericness.