Constants
- haot.sutherland_constants(gas='Air')[source]
Constants used for Sutherland’s law of viscosity and thermal conductivity
- Parameters:
gas (str) – Air (default), Argon, N2, O2
- Returns:
temperature_ref (float): reference temperature [K] viscosity_ref (float): reference viscosity [Ns/m2] sutherland_visc (float): Sutherland viscosity constant [K] conductivity_ref (float): reference thermal conductivity [W/mK] sutherland_cond (float): Sutherland thermal conductivity [K]
- Return type:
dictionary (dict)