.Chemical.Interfaces.processData

Process changes of Gibbs energy, enthalpy, volume and heat capacity (products - reactants)

Interface

function processData
  input Real K "Process dissociation constant (mole-fraction based) at 25°C,1bar";
  input Modelica.Units.SI.MolarEnergy dH = 0 "Process molar enthalpy change at 25°C,1bar";
  input Modelica.Units.SI.MolarHeatCapacity dCp = 0 "Process molar heat capacity change at 25°C,1bar";
  input Modelica.Units.SI.MolarVolume dVm = 0 "Process molar volume change at 25°C,1bar";
  input Chemical.Interfaces.Phase phase = Chemical.Interfaces.Phase.Incompressible "State of matter";
  output Chemical.Interfaces.Definition processData "Data record of process changes";
end processData;

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