function CubicInterpolation_DP extends Modelica.Icons.Function; import Modelica.Math; input Real Re_turbulent; input SI.ReynoldsNumber Re1; input SI.ReynoldsNumber Re2; input Real Delta; input Real lambda2; output SI.ReynoldsNumber Re; end CubicInterpolation_DP;