public abstract class VleSolver
extends java.lang.Object
Constructor and Description |
---|
VleSolver() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
checkAzeotrope()
Checks if an azeotrope exists between x1=0 and x1=1
|
abstract double |
evalAzeotropeTemperature()
Checks if an azeotrope exists and evaluates azeotropic temperature
|
abstract double |
evalAzeotropicPressure()
Checks if an azeotrope exists and evaluates azeotropic pressure
|
abstract double |
evalBubP()
Evaluation of bubble pressure
|
abstract double |
evalBubT()
Evaluation of bubble pressure
|
abstract double |
evalDewP()
Evaluation of dew pressure
|
abstract double |
evalDewT()
Evaluation of dew temperature
|
abstract void |
evalSysK()
Evaluates Ki = yi / xi for every component i
|
java.lang.String |
getLabel() |
ChemicalSpecies[] |
getSpecies() |
double |
getSysP() |
double |
getSysT() |
void |
setSysP(double p) |
void |
setSysT(double t) |
public abstract double evalDewP()
public abstract double evalDewT()
public abstract double evalBubP()
public abstract double evalBubT()
public abstract boolean checkAzeotrope()
public abstract double evalAzeotropeTemperature()
public abstract double evalAzeotropicPressure()
public abstract void evalSysK()
public double getSysT()
public void setSysT(double t)
public double getSysP()
public void setSysP(double p)
public java.lang.String getLabel()
public ChemicalSpecies[] getSpecies()