public class SpecHeatMixRuleIdeal extends SpecHeatModel
| Constructor and Description |
|---|
SpecHeatMixRuleIdeal() |
| Modifier and Type | Method and Description |
|---|---|
double |
applyMixRule() |
double |
applyMixRuleIntH() |
double |
applyMixRuleIntS() |
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) |
double[] |
getMolX() |
void |
init(ChemicalSpecies[] species,
double[] x)
Initialization method to be used when computing specific heat from chemical
species equations.
|
void |
init(double[] aCp,
double[] x)
Initialization method to be used when computing specific heat from a
previously computed set of specific heats.
|
void |
setMolX(double[] molX) |
getFixCp, setFixCpgetConvAdd, getConvFact, getDescription, getFixedValue, getInputRanges, getLabel, getOutputRanges, getPar, getStatus, setConvAdd, setConvFact, setDescription, setFixedValue, setLabel, setPar, setParameterByIndex, toStringSummarypublic void init(ChemicalSpecies[] species, double[] x)
public void init(double[] aCp,
double[] x)
init in class SpecHeatModelaCp - vector with equation parametersx - the applicability temperature range of the equationpublic double evalCp(double t)
SpecHeatModelevalCp in class SpecHeatModelt - temperaturepublic double evalCpIntH(double t0,
double t)
SpecHeatModelevalCpIntH in class SpecHeatModelt0 - Lower temperature limitt - Upper temperature limitpublic double evalCpIntS(double t0,
double t)
evalCpIntS in class SpecHeatModelpublic double applyMixRule()
applyMixRule in class PropertyEquationpublic double applyMixRuleIntH()
public double applyMixRuleIntS()
public void setMolX(double[] molX)
public double[] getMolX()