.Chemical.Interfaces.Incompressible.specificAmountOfFreeBaseMolecule

Information

Amount of substance free base molecule per mass of the substance

Interface

function specificAmountOfFreeBaseMolecule
  extends Modelica.Icons.Function;
  input SubstanceData substanceData "Data record of substance";
  input Modelica.Units.SI.Temperature T = 298.15 "Temperature";
  input Modelica.Units.SI.Pressure p = 100000 "Pressure";
  input Modelica.Units.SI.ElectricPotential v = 0 "Electric potential of the substance";
  input Modelica.Units.SI.MoleFraction I = 0 "Ionic strengh (mole fraction based)";
  input Modelica.Units.SI.Mass massH2O = 1 "Mass of H2O in solution";
  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 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos