public class SpecHeatDataSet extends SpecHeatModel
Constructor and Description |
---|
SpecHeatDataSet() |
Modifier and Type | Method and Description |
---|---|
double |
evalCp(double t)
Evaluates specific heat by interpolation in a data set table.
|
double |
evalCpIntH(double t0,
double t)
Estimates the integral int_T0^T(Cp dT) / (T - T0), that can be used to
simplify enthalpy calculations.
|
MultiDataSet |
getDataset() |
void |
setDataset(MultiDataSet dataset) |
evalCpIntS, 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)
evalCp
in class SpecHeatModel
t
- temperature [K]public 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 MultiDataSet getDataset()
public void setDataset(MultiDataSet dataset)