.MVEMLib.Basic.Media.FuelAirMixture.calcBurnedFractions

Interface

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;

Generated at 2024-05-17T18:15:58Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos