.ThermoSysPro.Properties.DryAirIdealGas.derThermalConductivity_derT_derrho

Information

der(Thermal Conductivity) computation for Dry Air Ideal Gas (inputs: T, rho, der(T), der(rho))

Interface

function derThermalConductivity_derT_derrho
  input Units.SI.Temperature T "Temperature (K)";
  input Units.SI.Density rho "Density (kg/m3)";
  input Real der_T "Temperature time derivative (K/s)";
  input Real der_rho "Density time derivative (kg/m3/s)";
  output Real der_k "thermal conductivity time derivative (W/m/K/s)";
end derThermalConductivity_derT_derrho;

Generated at 2024-05-18T18:16:21Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos