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, setFixCp
getConvAdd, getConvFact, getDescription, getFixedValue, getInputRanges, getLabel, getOutputRanges, getPar, getStatus, setConvAdd, setConvFact, setDescription, setFixedValue, setLabel, setPar, setParameterByIndex, toStringSummary
public void init(ChemicalSpecies[] species, double[] x)
public void init(double[] aCp, double[] x)
init
in class SpecHeatModel
aCp
- vector with equation parametersx
- the applicability temperature range of the equationpublic double evalCp(double t)
SpecHeatModel
evalCp
in class SpecHeatModel
t
- temperaturepublic double applyMixRule()
applyMixRule
in class PropertyEquation