modelHADryCoil

Sensible convective heat transfer model for air to water coil

Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).

Information

Model for sensible convective heat transfer coefficients for an air to water coil.

This model computes the convective heat transfer coefficient for an air to water coil. The parameters allow a user to enable or disable, individually for each medium, the mass flow and/or the temperature dependence of the convective heat transfer coefficients. For a detailed explanation of the equation, see the references below.

References

Parameters

TypeNameDefaultDescription
Realn_w0.85Water-side exponent for convective heat transfer coefficient, h~m_flow^n
Realn_a0.8Air-side exponent for convective heat transfer coefficient, h~m_flow^n
General › Nominal condition
Modelica.Units.SI.ThermalConductanceUA_nominalThermal conductance at nominal flow
Modelica.Units.SI.MassFlowRatem_flow_nominal_wWater mass flow rate
Modelica.Units.SI.MassFlowRatem_flow_nominal_aAir mass flow rate
Realr_nominal0.5Ratio between air-side and water-side convective heat transfer coefficient
Modelica.Units.SI.ThermalConductancehA_nominal_wUA_nominal*(r_nominal + 1)/r_nominalWater side convective heat transfer coefficient
Modelica.Units.SI.ThermalConductancehA_nominal_ar_nominal*hA_nominal_wAir side convective heat transfer coefficient, including fin resistance
Modelica.Units.SI.TemperatureT0_wModelica.Units.Conversions.from_degC(20)Water temperature
Modelica.Units.SI.TemperatureT0_aModelica.Units.Conversions.from_degC(20)Air temperature
Advanced › Modeling detail
BooleanwaterSideFlowDependenttrueSet to false to make water-side hA independent of mass flow rate
BooleanairSideFlowDependenttrueSet to false to make air-side hA independent of mass flow rate
BooleanwaterSideTemperatureDependenttrueSet to false to make water-side hA independent of temperature
BooleanairSideTemperatureDependenttrueSet to false to make air-side hA independent of temperature

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputm1_flowMass flow rate medium 1
Modelica.Blocks.Interfaces.RealInputm2_flowMass flow rate medium 2
Modelica.Blocks.Interfaces.RealInputT_1Temperature medium 1
Modelica.Blocks.Interfaces.RealInputT_2Temperature medium 2
Modelica.Blocks.Interfaces.RealOutputhA_1Convective heat transfer medium 1
Modelica.Blocks.Interfaces.RealOutputhA_2Convective heat transfer medium 2

Revisions

  • April 9, 2017, by Michael Wetter:
    Corrected coefficient in Taylor expansion of x_a.
    This is for #698.
  • June 8, 2010, by Michael Wetter:
    Fixed bug in computation of s_w. The old implementation used the current inlet water temperature instead of the design condition that corresponds to UA_nominal.
  • April 16, 2008, by Michael Wetter:
    First implementation.