.ThermofluidStream.Media.XRGMedia.R1234yf_ph.saturationTemperature_der_p

Time derivative of saturation temperature in two-phase region

Information

This function calculates the time derivative of saturation temperature of R1234yf with regard to the time derivative of p. The non-derivative function is saturatuionTemperature.

Restrictions

It is only valid in the two-phase region (i.e., ptriple ≤ p ≤ pcrit ).

Interface

function saturationTemperature_der_p
  extends Modelica.Icons.Function;
  input Modelica.Units.SI.AbsolutePressure p "pressure";
  input Real der_p "time derivative of pressure";
  output Real der_Tsat "time derivative of saturation temperature";
end saturationTemperature_der_p;

Generated at 2025-03-08T19:24:39Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos