.ThermofluidStream.Media.XRGMedia.R134a_ph.setState_psX

Information

This function may be used in order to calculate the thermodynamic state record used as input by many functions. It will calculate the missing states:

Example:

  parameter Medium.AbsolutePressure p = 3e5;
  parameter Medium.SpecficEntropy s = 1.7e3;

  Medium.SpecficEnthalpy h;

equation

  h = Medium.specificEnthalpy(setState_psX(p, s, fill(0, Medium.nX)));

Generated at 2024-12-17T19:26:02Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos