public class VaporPressureAntoine extends VaporPressureModel
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LN
String representing the natural logarithm
|
static java.lang.String |
LOG10
String representing the logarithm to the base 10
|
Constructor and Description |
---|
VaporPressureAntoine() |
Modifier and Type | Method and Description |
---|---|
double |
evalSatP(double T) |
double |
evalSatT(double P) |
java.lang.String |
getEqnType() |
void |
initVaporPressureAntoine(double[] p,
double[] range,
java.lang.String eqnType) |
void |
setEqnType(java.lang.String eqnType) |
getSatP, getSatT
applyMixRule, getConvAdd, getConvFact, getDescription, getFixedValue, getInputRanges, getLabel, getOutputRanges, getPar, getStatus, setConvAdd, setConvFact, setDescription, setFixedValue, setLabel, setPar, setParameterByIndex, toStringSummary
public static final java.lang.String LN
public static final java.lang.String LOG10
public void initVaporPressureAntoine(double[] p, double[] range, java.lang.String eqnType)
public double evalSatP(double T) throws java.lang.IllegalArgumentException
evalSatP
in class VaporPressureModel
java.lang.IllegalArgumentException
public double evalSatT(double P)
evalSatT
in class VaporPressureModel
public java.lang.String getEqnType()
public void setEqnType(java.lang.String eqnType)