feos.cubic

Important

This implementation of the Peng-Robinson equation of state is intended to be used as simple example when considering implementing an equation of state. It is not a sophisticated implementation and should probably not be used to do research.

Data types

Identifier([cas, name, iupac_name, smiles, ...])

Create an identifier for a pure substance.

ChemicalRecord(identifier, segments[, bonds])

Create a chemical record for a pure substance.

PureRecord(identifier, molarweight, model_record)

All information required to characterize a pure component.

BinaryRecord(id1, id2, model_record)

Create a record for a binary interaction parameter.

PengRobinsonRecord(tc, pc, acentric_factor)

A pure substance parameter for the Peng-Robinson equation of state.

PengRobinsonParameters