Class PhaseGENRTLmodifiedWS

All Implemented Interfaces:
Serializable, Cloneable, PhaseGEInterface, PhaseInterface, ThermodynamicConstantsInterface

public class PhaseGENRTLmodifiedWS extends PhaseGENRTLmodifiedHV

PhaseGENRTLmodifiedWS class.

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

    • serialVersionUID

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

    • PhaseGENRTLmodifiedWS

      public PhaseGENRTLmodifiedWS()

      Constructor for PhaseGENRTLmodifiedWS.

    • PhaseGENRTLmodifiedWS

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

      Constructor for PhaseGENRTLmodifiedWS.

      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
    • PhaseGENRTLmodifiedWS

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

      Constructor for PhaseGENRTLmodifiedWS.

      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