Class IonParametersMM.SolventInteractionData

java.lang.Object
neqsim.thermo.util.constants.IonParametersMM.SolventInteractionData
Enclosing class:
IonParametersMM

public static class IonParametersMM.SolventInteractionData extends Object
Data class to hold solvent-specific ion interaction parameters.
Version:
$Id: $Id
Author:
Even Solbraa
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final double
    Ion-solvent interaction at reference temperature for specific solvent [K].
    final double
    Temperature coefficient of ion-solvent interaction for specific solvent [K/K].
  • Constructor Summary

    Constructors
    Constructor
    Description
    SolventInteractionData(double u0_is, double uT_is)
    Constructor for SolventInteractionData.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    getInteractionEnergy(double temperature)
    Calculate ion-solvent interaction energy at given temperature.

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • u0_is

      public final double u0_is
      Ion-solvent interaction at reference temperature for specific solvent [K].
    • uT_is

      public final double uT_is
      Temperature coefficient of ion-solvent interaction for specific solvent [K/K].
  • Constructor Details

    • SolventInteractionData

      public SolventInteractionData(double u0_is, double uT_is)
      Constructor for SolventInteractionData.
      Parameters:
      u0_is - ion-solvent interaction at 298.15 K in Kelvin
      uT_is - temperature coefficient of interaction in K/K
  • Method Details

    • getInteractionEnergy

      public double getInteractionEnergy(double temperature)
      Calculate ion-solvent interaction energy at given temperature.
      Parameters:
      temperature - temperature in Kelvin
      Returns:
      interaction energy in Kelvin