.ThermalSeparation.Media.WaterBasedLiquid.BaseClasses.IF97_Utilities.isentropicEnthalpy_der

derivative of isentropic specific enthalpy from p,s

Interface

function isentropicEnthalpy_der
  extends Modelica.Icons.Function;
  input SI.Pressure p "pressure";
  input SI.SpecificEntropy s "specific entropy";
  input ThermalSeparation.Media.WaterBasedLiquid.BaseClasses.Common.IF97BaseTwoPhase aux "auxiliary record";
  input Real p_der "pressure derivative";
  input Real s_der "entropy derivative";
  output Real h_der "specific enthalpy derivative";
end isentropicEnthalpy_der;

Generated at 2025-03-09T19:25:01Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos