.FCSys.Characteristics.BaseClasses.CharacteristicNASA.theta

Information

This function is based on based on NASA CEA [McBride1996, Svehla1995]

Although specific volume is an input to this function, the result is independent of specific volume.

Interface

function theta
  extends Modelica.Icons.Function;
  input Q.TemperatureAbsolute T = 298.15*U.K "Temperature" annotation(
    Dialog(__Dymola_label = "<html><i>T</i></html>"));
  input Q.VolumeSpecific v = 298.15*U.K/U.atm "Specific volume";
  output Q.ResistivityThermal theta "Thermal resistivity" annotation(
    Dialog(__Dymola_label = "<html>&theta;</html>"));
end theta;

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