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, getSatTapplyMixRule, getConvAdd, getConvFact, getDescription, getFixedValue, getInputRanges, getLabel, getOutputRanges, getPar, getStatus, setConvAdd, setConvFact, setDescription, setFixedValue, setLabel, setPar, setParameterByIndex, toStringSummarypublic 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 VaporPressureModeljava.lang.IllegalArgumentExceptionpublic double evalSatT(double P)
evalSatT in class VaporPressureModelpublic java.lang.String getEqnType()
public void setEqnType(java.lang.String eqnType)