public class SpecHeatEqnPoly5 extends SpecHeatModel
Constructor and Description |
---|
SpecHeatEqnPoly5() |
Modifier and Type | Method and Description |
---|---|
double |
evalCp(double t)
returns specific heat at constant pressure as function of T
|
double |
evalCpIntH(double T0,
double T)
Estimates the integral int_T0^T(Cp dT) / (T - T0), that can be used to
simplify enthalpy calculations.
|
double |
evalCpIntS(double T0,
double T) |
getFixCp, init, setFixCp
applyMixRule, getConvAdd, getConvFact, getDescription, getFixedValue, getInputRanges, getLabel, getOutputRanges, getPar, getStatus, setConvAdd, setConvFact, setDescription, setFixedValue, setLabel, setPar, setParameterByIndex, toStringSummary
public double evalCp(double t)
SpecHeatModel
evalCp
in class SpecHeatModel
t
- temperaturepublic double evalCpIntH(double T0, double T) throws java.lang.ArithmeticException
SpecHeatModel
evalCpIntH
in class SpecHeatModel
T0
- Lower temperature limitT
- Upper temperature limitjava.lang.ArithmeticException
public double evalCpIntS(double T0, double T) throws java.lang.ArithmeticException
evalCpIntS
in class SpecHeatModel
java.lang.ArithmeticException