.FCSys.Conditions.ByConnector.Reaction.Material.Partial

Information

This function takes as inputs all the efforts and flows of the associated connector. It should be extended to add an algorithm that maps these inputs to a single value.

Interface

partial function Partial
  extends Modelica.Icons.Function;
  input Q.Current Ndot "Rate of reaction" annotation(
    Dialog(__Dymola_label = "<html><i>N&#775;</i></html>"));
  input Q.Potential g "Chemical potential" annotation(
    Dialog(__Dymola_label = "<html><i>g</i></html>"));
  input Q.Velocity phi[:] "Velocity" annotation(
    Dialog(__Dymola_label = "<html>&phi;</html>"));
  input Q.Force mPhidot[:] "Force" annotation(
    Dialog(__Dymola_label = "<html><i>m</i>&Phi;dot</html>"));
  input Q.PotentialAbsolute sT "Product of specific entropy and temperature" annotation(
    Dialog(__Dymola_label = "<html><i>sT</i></html>"));
  input Q.Power Qdot "Rate of thermal advection" annotation(
    Dialog(__Dymola_label = "<html><i>Q&#775;</i></html>"));
  output Real x "Value of condition" annotation(
    Dialog(__Dymola_label = "<html><i>x</i></html>"));
end Partial;

Generated at 2024-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos