.Chemical.Interfaces.Properties.specificAmountOfFreeBaseMolecule

Amount of substance free base molecule per mass of the substance

Interface

function specificAmountOfFreeBaseMolecule
  import Chemical;
  extends Modelica.Icons.Function;
  input Chemical.Interfaces.Definition definition "Definition of substance";
  input Interfaces.SolutionState solution "Chemical solution state";
  input Modelica.Units.SI.Mass mass = 1 "Mass of substance";
  input Modelica.Units.SI.AmountOfSubstance nSolution = 1 "Amount of substances in solution";
  output Real specificAmountOfFreeBaseMolecule(unit = "mol/kg") "Amount of substance free base molecule per substance mass";
end specificAmountOfFreeBaseMolecule;

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