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