modelPartialPlateHeatExchangerCorrelation
Extends from Greenhouses.Flows.FluidFlow.HeatTransfer.BaseClasses.PartialHeatTransferCorrelation (Base class for all heat transfer correlations).
Information
Plate heat exchanger correlations
The model PartialPlateHeatExchangerCorrelation is the basic model for the calculation of heat transfer coefficients for plate heat exchangers. It provides some basic geometric definitions. It returns an enhanced HTC U based on geometry and alpha. Thus U can be used with the projected squared area of the device, which is also the way the discretised models work at the moment.
The geometry of the plate heat exchanger plates is defined by the parameters of this partial model. The most important ones can be found in the Geometry section of the parameter window:
- a_hat - Corrugation amplitude
- phi - Corrugation angle (phi_co on drawing)
- Lambda - Corrugation wavelength (l_co on drawing)
- B_p - Plate flow width (d_hx on drawing)
The more specific ones are defined by equations, which can be altered in the parameter window:
- X - Wave number
- Phi - Enhancement factor
- d_h - Characteristic length
- A_cro - Cross-sectional area
The default definitions are taken from Martin2010, but other correlations might use these parameters differently. Hence the possibility to modifiy the equations.

Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Geometry | |||
| Modelica.Units.SI.Length | a_hat | 0.002 | Corrugation amplitude |
| Modelica.Units.SI.Angle | phi | Modelica.Units.Conversions.from_deg(45) | Corrugation angle |
| Modelica.Units.SI.Length | Lambda | 0.0126 | Corrugation wavelength |
| Modelica.Units.SI.Length | B_p | 0.1 | Plate flow width |
| Advanced geometry | |||
| Real | X | 2*Modelica.Constants.pi*a_hat/Lambda | Wave number |
| Real | Phi | 1/6*(1 + sqrt(1 + X^2) + 4*sqrt(1 + X^2/2)) | Enhancement factor |
| Modelica.Units.SI.Length | d_h | 4*a_hat/Phi | Characteristic length |
| Modelica.Units.SI.Area | A_cro | 2*a_hat*B_p | Cross-sectional area |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | m_dot (from PartialHeatTransferCorrelation) | Inlet massflow | |
| Modelica.Units.SI.HeatFlux | q_dot (from PartialHeatTransferCorrelation) | Heat flow rate per area [W/m2] | |
| Modelica.Units.SI.CoefficientOfHeatTransfer | U (from PartialHeatTransferCorrelation) | ||
| Modelica.Units.SI.CoefficientOfHeatTransfer | alpha | The calculated HTC |