Wrapper for Chapman Eskog and Fuller Diffusion Coefficient Models.
function binaryDiffCoeff_ij input Modelica.Units.SI.AbsolutePressure p "Pressure"; input Modelica.Units.SI.Temperature T "Temperature"; input Integer i "First component ID"; input Integer j "Second component ID"; input BinaryFunctionType binaryFunctionType; input TILMedia.GasTypes.BaseGas gasType; output Modelica.Units.SI.DiffusionCoefficient D_ij "Binary diffusion coefficient"; end binaryDiffCoeff_ij;