functioninterpolateInRegion2
Interpolation in log-log space using a cubic Hermite polynomial, where x=log10(Re), y=log10(lambda2)
Extends from Modelica.Icons.Function (Icon for functions).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| SI.ReynoldsNumber | Re | Known independent variable | |
| SI.ReynoldsNumber | Re1 | Boundary between laminar regime and transition | |
| SI.ReynoldsNumber | Re2 | Boundary between transition and turbulent regime | |
| Real | Delta | Relative roughness | |
| SI.MassFlowRate | m_flow | Mass flow rate from port_a to port_b |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | lambda2 | Unknown return value | |
| Real | dlambda2_dm_flow | Derivative of return value |