public class ViscosityMixRuleGasBromleyWilke extends ViscosityModel
Constructor and Description |
---|
ViscosityMixRuleGasBromleyWilke() |
Modifier and Type | Method and Description |
---|---|
double |
applyMixingRule()
Applies mixing rule once viscosity of each species is available
|
double |
evalViscosity(double t,
double p)
Applies mixing rule evaluating also species viscosity
|
void |
init(ChemicalSpecies[] species,
double[] x) |
void |
init(double[] mw,
double[] mu,
double[] molX) |
evalViscosity
applyMixRule, getConvAdd, getConvFact, getDescription, getFixedValue, getInputRanges, getLabel, getOutputRanges, getPar, getStatus, setConvAdd, setConvFact, setDescription, setFixedValue, setLabel, setPar, setParameterByIndex, toStringSummary
public void init(double[] mw, double[] mu, double[] molX)
public void init(ChemicalSpecies[] species, double[] x)
public double evalViscosity(double t, double p)
evalViscosity
in class ViscosityModel
public double applyMixingRule()