.Chemical.Interfaces.Properties.solution_temperature

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

Interface

function solution_temperature
  import Chemical;
  extends Modelica.Icons.Function;
  input Chemical.Interfaces.Definition definition[:] "Definition of substances";
  input Modelica.Units.SI.MolarEnthalpy h "Molar enthalpy of solution";
  input Modelica.Units.SI.MoleFraction x[:] "Mole 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 2025-09-16T18:21:07Z by OpenModelicaOpenModelica 1.25.4 using GenerateDoc.mos