Class ComponentLeachmanEos

All Implemented Interfaces:
Serializable, Cloneable, ComponentEosInterface, ComponentInterface, ThermodynamicConstantsInterface

public class ComponentLeachmanEos extends ComponentEos

ComponentLeachman class.

Version:
$Id: $Id
Author:
Even Solbraa
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serialization version UID.
      See Also:
  • Constructor Details

    • ComponentLeachmanEos

      public ComponentLeachmanEos(String name, double moles, double molesInPhase, int compIndex)

      Constructor for ComponentLeachman.

      Parameters:
      name - Name of component.
      moles - Total number of moles of component.
      molesInPhase - Number of moles in phase.
      compIndex - Index number of component in phase object component array.
    • ComponentLeachmanEos

      public ComponentLeachmanEos(int number, double TC, double PC, double M, double a, double moles)

      Constructor for ComponentLeachman.

      Parameters:
      number - a int. Not used.
      TC - Critical temperature [K]
      PC - Critical pressure [bara]
      M - Molar mass
      a - Acentric factor
      moles - Total number of moles of component.
  • Method Details