.Chemical.Interfaces.StateOfMatter.solution_temperature

Information

Temperature of the solution from specific enthalpy and mass fractions of substances

Interface

function solution_temperature
  extends Modelica.Icons.Function;
  input SubstanceData substanceData[:] "Data record of substances";
  input Modelica.Units.SI.SpecificEnthalpy h "Specific enthalpy of solution";
  input Modelica.Units.SI.MassFraction X[:] "Mass fractions of substances";
  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 Modelica.Units.SI.Temperature T "Temperature";
end solution_temperature;

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