Class PhaseGENRTLmodifiedHV

All Implemented Interfaces:
Serializable, Cloneable, PhaseGEInterface, PhaseInterface, ThermodynamicConstantsInterface
Direct Known Subclasses:
PhaseGENRTLmodifiedWS

public class PhaseGENRTLmodifiedHV extends PhaseGENRTL

PhaseGENRTLmodifiedHV class.

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

    • serialVersionUID

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

      double[][] DijT
    • type

      int type
  • Constructor Details

    • PhaseGENRTLmodifiedHV

      public PhaseGENRTLmodifiedHV()

      Constructor for PhaseGENRTLmodifiedHV.

    • PhaseGENRTLmodifiedHV

      public PhaseGENRTLmodifiedHV(PhaseInterface phase, double[][] alpha, double[][] Dij, String[][] mixRule, double[][] intparam)

      Constructor for PhaseGENRTLmodifiedHV.

      Parameters:
      phase - a PhaseInterface object
      alpha - an array of type double
      Dij - an array of type double
      mixRule - an array of String objects
      intparam - an array of type double
    • PhaseGENRTLmodifiedHV

      public PhaseGENRTLmodifiedHV(PhaseInterface phase, double[][] alpha, double[][] Dij, double[][] DijT, String[][] mixRule, double[][] intparam)

      Constructor for PhaseGENRTLmodifiedHV.

      Parameters:
      phase - a PhaseInterface object
      alpha - an array of type double
      Dij - an array of type double
      DijT - an array of type double
      mixRule - an array of String objects
      intparam - an array of type double
  • Method Details