extThopt
Interface ExternalMixture

All Known Implementing Classes:
ExtPropServer, H2OLiBrMixture

public interface ExternalMixture

This interface defines the methods that external mixture classes must implement

Author:
Renaud GICQUEL

Method Summary
 java.util.Vector getMixtures()
          provides the system
 double[] getMolarWeights()
          returns the molar weights and other initialization values
 java.lang.String getSoftware()
          provides the thermodynamic property server name
 boolean isMolarFraction()
          returns true if the composition is to be entered in molar values, false otherwise
 

Method Detail

getMixtures

java.util.Vector getMixtures()
                             throws java.lang.Exception
provides the system

Throws:
java.lang.Exception

getSoftware

java.lang.String getSoftware()
provides the thermodynamic property server name


isMolarFraction

boolean isMolarFraction()
returns true if the composition is to be entered in molar values, false otherwise


getMolarWeights

double[] getMolarWeights()
returns the molar weights and other initialization values