function calcBurnedFractions input SI.MassFraction unburned_dmX[unburnedMedium.nX] "Independent mass flow fractions of the flowing unburned components, these are ALWAYS positive"; input SI.Temperature Tburned "Temperature at the end of combustion"; output SI.MassFraction burned_dmX[burnedMedium.nX] "Independent mass flow fractions of the flowing burned components"; output Real dummyOutput; end calcBurnedFractions;