.Chemical.Interfaces.Properties.firstProductDefinition

Return formation definition of the first product of chemical process

Interface

function firstProductDefinition
  import Chemical;
  extends Modelica.Icons.Function;
  input Modelica.Units.SI.StoichiometricNumber s[:] "Stoichiometric reaction coefficient for substrates [nS]";
  input Modelica.Units.SI.StoichiometricNumber p[:] "Stoichiometric reaction coefficient for products [nP]";
  input Chemical.Interfaces.Definition process "Data record of process changes";
  input Chemical.Interfaces.Definition substrates[:] "Substrates definitions [nS]";
  input Chemical.Interfaces.Definition products[:] "Products definitions [nP]";
  output Chemical.Interfaces.Definition firstProductDefinition "Definition of the first product in process";
end firstProductDefinition;

Generated at 2025-09-16T18:21:07Z by OpenModelicaOpenModelica 1.25.4 using GenerateDoc.mos