Defined to be the dimensionless shear stress.
function CoefficientOfFriction extends Modelica.Icons.Function; input SI.ShearStress tau_s "Shear stress"; input SI.Density rho "Density"; input SI.Velocity v "Velocity"; output Units.NonDim Cf "Coefficient of friction"; end CoefficientOfFriction;