.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-12-26T19:25:54Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos