public class SpecHeatMixRuleIdealMass extends SpecHeatModel
| Constructor and Description |
|---|
SpecHeatMixRuleIdealMass() |
| Modifier and Type | Method and Description |
|---|---|
double |
applyMixRule() |
double |
evalCp(double t)
returns specific heat at constant pressure as function of T
|
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.
|
evalCpIntH, evalCpIntS, 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 applyMixRule()
applyMixRule in class PropertyEquation