.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-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos