modelkc_evenGapTurbulent_KC
Verification of function kc_evenGapTurbulent_KC
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n | size(cp, 1) | |
| SI.Diameter | d_hyd | 2*s | |
| SI.SpecificHeatCapacityAtConstantPressure[:] | cp | {1007, 4189} | Specific heat capacity at constant pressure of fluid |
| SI.DynamicViscosity[:] | eta | {18.24e-6, 1001.6e-6} | Dynamic viscosity of fluid |
| SI.ThermalConductivity[:] | lambda | {25.69e-3, 598.5e-3} | Thermal conductivity of fluid |
| SI.Density[:] | rho | {1.188, 998.21} | Density of fluid |
| Geometry | |||
| SI.Length | h | 0.1 | Height of cross sectional area |
| SI.Length | s | 0.05 | Distance between parallel plates in cross sectional area |
| SI.Length | L | 1 | Overflowed length of gap |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Velocity[n] | velocity | {m_flow[i]/(rho[i]*h*s) for i in 1:n} | |
| SI.NusseltNumber[n] | Nu | ones(n)*input_Nu.y | |
| SI.MassFlowRate[n] | m_flow | ||
| SI.CoefficientOfHeatTransfer[n] | kc_OUT_1 | {Nu[i]*lambda[i]/d_hyd for i in 1:n} | |
| Modelica.Fluid.Dissipation.HeatTransfer.Channel.kc_evenGapTurbulent_IN_con[n] | m_flow_IN_con_1 | ||
| Modelica.Fluid.Dissipation.HeatTransfer.Channel.kc_evenGapTurbulent_IN_var[n] | m_flow_IN_var_1 | ||
| SI.ReynoldsNumber[n] | Re | {abs(m_flow[i])*d_hyd/(eta[i]*Modelica.Constants.pi*d_hyd*d_hyd/4) for i in 1:n} | |
| Modelica.Blocks.Sources.Ramp | input_Nu |