cantera/interfaces/matlab/toolbox/@ThermoPhase
KyleLinevitchJr 43bd96b5ba [Matlab] Make counterflow diffusion flame simulation more general
The CounterFlowDiffusionFlame (CFDF) code is able to perform more general cases
of npflame_init for multiple species fuel and oxidizer streams. The
stoichiometric mixture fraction in the CFDF code uses the Bilger definition of
mixture fraction, using the conservation of elements C, H, and O. This method is
used in the python module, but not the MATLAB npflame_init function.

Also, the CFDF code uses the fuel stream density to calculate the fuel stream
velocity and the oxidizer stream density to calculate the oxidizer stream
velocity, where as the npflame_init code uses the fuel density for both velocity
calculations.

The elementMassFraction code is a MATLAB version of the python function:
elemental_mass_fraction, which is needed to run the CFDF code.

Update the diffflame.m example to use the more general CFDF function since the
input parameters are different than the npflame_init function. This example is
the same as the diffusion_flame.py sample in the Python module.
2017-06-10 16:44:50 -04:00
..
private
atomicMasses.m
chemPotentials.m
clear.m [Matlab] Fix ThermoPhase 'clear' method 2016-10-18 11:21:42 -04:00
cp_mass.m [Matlab/Doc] Fix typos in docs for some ThermoPhase getters 2017-01-03 21:57:06 -05:00
cp_mole.m [Matlab/Doc] Fix typos in docs for some ThermoPhase getters 2017-01-03 21:57:06 -05:00
cp_R.m
critDensity.m
critPressure.m
critTemperature.m
cv_mass.m [Matlab/Doc] Fix typos in docs for some ThermoPhase getters 2017-01-03 21:57:06 -05:00
cv_mole.m [Matlab/Doc] Fix typos in docs for some ThermoPhase getters 2017-01-03 21:57:06 -05:00
density.m
display.m [Matlab] Fix default threshold value when displaying phase info 2016-07-13 17:11:34 -04:00
electricPotential.m
elementalMassFraction.m [Matlab] Make counterflow diffusion flame simulation more general 2017-06-10 16:44:50 -04:00
elementIndex.m
elementName.m
enthalpies_RT.m [Matlab/Doc] Fix docs for enthalpies_RT function 2017-01-25 07:41:43 -05:00
enthalpy_mass.m [Matlab/Doc] Fix typos in docs for some ThermoPhase getters 2017-01-03 21:57:06 -05:00
enthalpy_mole.m [Matlab/Doc] Fix typos in docs for some ThermoPhase getters 2017-01-03 21:57:06 -05:00
entropies_R.m
entropy_mass.m [Matlab/Doc] Fix typos in docs for some ThermoPhase getters 2017-01-03 21:57:06 -05:00
entropy_mole.m [Matlab/Doc] Fix typos in docs for some ThermoPhase getters 2017-01-03 21:57:06 -05:00
eosType.m Remove code deprecated in Cantera 2.3.0 2017-02-12 19:22:33 -05:00
equilibrate.m
gibbs_mass.m [Matlab/Doc] Fix typos in docs for some ThermoPhase getters 2017-01-03 21:57:06 -05:00
gibbs_mole.m [Matlab/Doc] Fix typos in docs for some ThermoPhase getters 2017-01-03 21:57:06 -05:00
gibbs_RT.m
intEnergy_mass.m [Matlab/Doc] Fix typos in docs for some ThermoPhase getters 2017-01-03 21:57:06 -05:00
intEnergy_mole.m [Matlab/Doc] Fix typos in docs for some ThermoPhase getters 2017-01-03 21:57:06 -05:00
isIdealGas.m Remove code deprecated in Cantera 2.3.0 2017-02-12 19:22:33 -05:00
isothermalCompressibility.m
massFraction.m
massFractions.m
maxTemp.m
meanMolecularWeight.m
minTemp.m
molarDensity.m
molecularWeights.m
moleFraction.m
moleFractions.m
name.m
nAtoms.m
nElements.m
nSpecies.m
pressure.m
refPressure.m
satPressure.m
satTemperature.m
set.m [Matlab] Add interface to the new PureFluid property pairs 2016-01-25 13:14:50 -05:00
setDensity.m
setElectricPotential.m
setMassFractions.m
setMoleFractions.m
setName.m
setPressure.m
setState_HP.m
setState_Psat.m
setState_PV.m [Matlab] Add interface to the new PureFluid property pairs 2016-01-25 13:14:50 -05:00
setState_RP.m
setState_satLiquid.m
setState_satVapor.m
setState_SH.m [Matlab] Add interface to the new PureFluid property pairs 2016-01-25 13:14:50 -05:00
setState_SP.m
setState_ST.m [Matlab] Add interface to the new PureFluid property pairs 2016-01-25 13:14:50 -05:00
setState_SV.m
setState_TH.m [Matlab] Add interface to the new PureFluid property pairs 2016-01-25 13:14:50 -05:00
setState_Tsat.m
setState_TV.m [Matlab] Add interface to the new PureFluid property pairs 2016-01-25 13:14:50 -05:00
setState_UP.m [Matlab] Add interface to the new PureFluid property pairs 2016-01-25 13:14:50 -05:00
setState_UV.m
setState_VH.m [Matlab] Add interface to the new PureFluid property pairs 2016-01-25 13:14:50 -05:00
setTemperature.m
soundspeed.m
speciesIndex.m
speciesName.m
speciesNames.m
temperature.m
thermalExpansionCoeff.m
thermo_hndl.m
ThermoPhase.m
vaporFraction.m