.Chemical.Interfaces.StateOfMatter.specificAmountOfParticles

Information

Amount of particles per mass of the substance

Interface

function specificAmountOfParticles
  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)";
  output Real specificAmountOfSubstance(unit = "mol/kg") "Amount of substance particles per its mass";
end specificAmountOfParticles;

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