.ThermoSysPro.Properties.DryAirIdealGas.derDynamicViscosity_derT_derrho

Information

der(Dynamic Viscosity) computation for Dry Air Ideal Gas (inputs: T, rho, der(T), der(rho))

Interface

function derDynamicViscosity_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_mu "Dynamic Viscosity time derivative (Pa)";
end derDynamicViscosity_derT_derrho;

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