modelkc_overall
Verification of function kc_overall
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.Velocity[n] | velocity | {input_v_0.y*eta[1]/eta[3]*rho[3]/rho[1], input_v_0.y*eta[2]/eta[3]*rho[3]/rho[2], input_v_0.y} | |
| Modelica.Fluid.Dissipation.HeatTransfer.Plate.kc_overall_IN_con[n] | IN_con | ||
| Modelica.Fluid.Dissipation.HeatTransfer.Plate.kc_overall_IN_var[n] | IN_var | ||
| SI.NusseltNumber[n] | Nu | Nusselt number | |
| 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.Sine | input_v_1 | ||
| Modelica.Blocks.Sources.Exponentials | input_v_2 | ||
| Modelica.Blocks.Sources.Ramp | input_v_0 |