.ThermoSysPro.Properties.DryAirIdealGas.derThermalConductivity_derT_derrho

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

Information

## Copyright © EDF 2002 - 2025

## ThermoSysPro Version 4.2

    

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 2026-07-12T20:48:41Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos