Fluidity is defined as the reciprocal of dynamic viscosity (see http://en.wikipedia.org/wiki/Viscosity#Fluidity).
Although specific volume is an input to this function, the result is independent of specific volume. According to Present [Present1958], this independence very accurately matches the measured fluidity of gases. However, the fluidity varies by species and generally falls more rapidly with temperature than indicated [Present1958, p. 41].
This function is based on the kinetic theory of gases under the following assumptions [Present1958]:
function eta
extends Modelica.Icons.Function;
input Q.TemperatureAbsolute T = 298.15*U.K "Temperature" annotation(
Dialog(__Dymola_label = "<html><i>T</i></html>"));
input Q.VolumeSpecific v = 298.15*U.K/p0 "Specific volume" annotation(
Dialog(__Dymola_label = "<html><i>v</i></html>"));
output Q.Fluidity eta "Fluidity" annotation(
Dialog(__Dymola_label = "<html>η</html>"));
end eta;