This functions computes the exchanger effectiveness for cross current flows where:
The relation to compute the effectiveness derives:
The relation to compute the effectiveness derives:
The relation to compute the effectiveness derives:
For all relations, when Cr ≤ Cr_small, the effectiveness derives. When Cr_small ≤ Cr ≤ 2*Cr_small, the effectiveness is fit by a polynom via the regStep function between its normal relation and the relation for Cr ≤ Cr_small
function crossCurrent extends baseFunc; import TAeZoSysPro.HeatTransfer.Types.CrossFlow_arrangement; input CrossFlow_arrangement arrangement; input Real Qc_A, Qc_B; end crossCurrent;