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.
function gasThCondCorr input FreeFluids.MediaCommon.DataRecord data; input Real T; output Real lambda; end gasThCondCorr;