yaeos Module

Yet Another Equation-Of-State (library)

Library to use EoS-based calculations. This main module imports all the relevant constants, procedures and objects to have better access to them The main submodules that it uses are:

  • yaeos__constants: All the relevant costants and also the used precision (default=double precision).
  • yaeos__consistency: Tools to evalaute the consistency of Ar and Ge models.
  • yaeos__substance: Derived type that holds the important data (for example, critical constants) from a mixture.
  • yaeos__models: All the implemented models, also their base types for making extensions.
  • yaeos__equilibria: Phase equilibria related procedures.


Variables

Type Visibility Attributes Name Initial
character(len=*), public, parameter :: version = "1.5.0"

This version.