.FreeFluids.MediaCommon.Functions.gasThCondCorr

Information

Calculates low pressure gas thermal conductivity from a given correlation data and a given temperature. Needed due to bugs in OpenModelica 1.13, that doesn't work if you pass data.gThCondCoef directly, coming from an iteration.

Interface

function gasThCondCorr
  input FreeFluids.MediaCommon.DataRecord data;
  input Real T;
  output Real lambda;
end gasThCondCorr;

Generated at 2024-11-26T19:26:15Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos