public class SpecHeatEqnTrig extends SpecHeatModel
| Constructor and Description |
|---|
SpecHeatEqnTrig() |
| 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, setFixCpapplyMixRule, getConvAdd, getConvFact, getDescription, getFixedValue, getInputRanges, getLabel, getOutputRanges, getPar, getStatus, setConvAdd, setConvFact, setDescription, setFixedValue, setLabel, setPar, setParameterByIndex, toStringSummarypublic double evalCp(double T)
SpecHeatModelevalCp in class SpecHeatModelT - temperaturepublic double evalCpIntH(double t0,
double t)
throws java.lang.ArithmeticException
SpecHeatModelevalCpIntH in class SpecHeatModelt0 - Lower temperature limitt - Upper temperature limitjava.lang.ArithmeticExceptionpublic double evalCpIntS(double t0,
double t)
throws java.lang.ArithmeticException
evalCpIntS in class SpecHeatModeljava.lang.ArithmeticException