functionCubicInterpolation_lambda

Cubic Hermite spline interpolation of the modified friction coefficient in transition regime of the Moody diagram (direct formulation)

Extends from Modelica.Icons.Function (Icon for functions).

Information

Syntax

lambda2 = CubicInterpolation_lambda(Re, Re1, Re2, Delta);

Description

Function CubicInterpolation_lambda(..) approximates the modified friction coefficient lambda2=lambda*Re^2 in the transition regime between laminar and turbulent flow of the Moody diagram by a (direct) cubic Hermite spline interpolation. See Modelica.Fluid.UsersGuide.ComponentDefinition.WallFriction (especially Region 2) for a detailed explanation.

Inputs

TypeNameDefaultDescription
SI.ReynoldsNumberReReynolds number (= independent variable)
SI.ReynoldsNumberRe1Boundary Reynolds number for laminar regime
SI.ReynoldsNumberRe2Boundary Reynolds number for turbulent regime
RealDeltaRelative roughness

Outputs

TypeNameDefaultDescription
Reallambda2Interpolated modified friction coefficient in transition regime

Revisions

2018-11-20 Stefan Wischhusen: Renamed function from CubicInterpolation_MFLOW to CubicInterpolation_lambda.