.FCSys.Characteristics.BaseClasses.CharacteristicEOS.p_Tv

Information

If the species is incompressible then p(T, v) is undefined, and the function will return a value of zero.

The derivative of this function is dp_Tv().

Interface

function p_Tv
  import FCSys.Utilities.Polynomial;
  extends Modelica.Icons.Function;
  input Q.TemperatureAbsolute T = 298.15*U.K "Temperature" annotation(
    Dialog(__Dymola_label = "<html><i>T</i></html>"));
  input Q.VolumeSpecificAbsolute v = 298.15*U.K/p0 "Specific volume" annotation(
    Dialog(__Dymola_label = "<html><i>v</i></html>"));
  output Q.PressureAbsolute p "Pressure" annotation(
    Dialog(__Dymola_label = "<html><i>p</i></html>"));
end p_Tv;

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos