modelkc_turbulent_KC
Verification of function kc_turbulent_KC
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n | size(cp, 1) | |
| SI.Length | L | 1 | Length of plate |
| SI.SpecificHeatCapacityAtConstantPressure[:] | cp | {1007, 4189, 3384.550} | Specific heat capacity at constant pressure of fluid |
| SI.DynamicViscosity[:] | eta | {18.24e-6, 1001.6e-6, 0.114} | Dynamic viscosity of fluid |
| SI.ThermalConductivity[:] | lambda | {25.69e-3, 598.5e-3, 0.387} | Thermal conductivity of fluid |
| SI.Density[:] | rho | {1.188, 998.21, 1037.799} | Density of fluid |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.NusseltNumber[n] | Nu | ones(n)*input_Nu.y | |
| SI.Velocity[n] | velocity | ||
| SI.CoefficientOfHeatTransfer[n] | kc | {Nu[i]*lambda[i]/L for i in 1:n} | |
| Modelica.Fluid.Dissipation.HeatTransfer.Plate.kc_turbulent_IN_con[n] | IN_con | ||
| Modelica.Fluid.Dissipation.HeatTransfer.Plate.kc_turbulent_IN_var[n] | IN_var | ||
| SI.PrandtlNumber[n] | Pr | {eta[i]*cp[i]/lambda[i] for i in 1:n} | Prandtl number |
| SI.ReynoldsNumber[n] | Re | {rho[i]*abs(velocity[i])*L/eta[i] for i in 1:n} | Reynolds number |
| Modelica.Blocks.Sources.Ramp | input_Nu |