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;