.ThermoSysPro.Properties.DryAirIdealGas.DynamicViscosity_Trho

Information

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

Interface

function DynamicViscosity_Trho
  input Units.SI.Temperature T "Temperature (K)";
  input Units.SI.Density rho "Density (kg/m3)";
  output Units.SI.DynamicViscosity mu "Dynamic Viscosity (Pa.s)";
end DynamicViscosity_Trho;

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