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, 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