Copyright © EDF 2002 - 2024
ThermoSysPro Version 4.1
function WBHeatExchangerEfficiency input Units.SI.MassFlowRate QevC "Steam mass flow rate at the inlet"; input Units.SI.MassFlowRate QeeF "Water mass flow rate at the inlet"; input Units.SI.SpecificHeatCapacity Cc "Hot fluid specific heat capacity"; input Units.SI.SpecificHeatCapacity Cf "Cold fluid specific heat capacity"; input Units.SI.CoefficientOfHeatTransfer KEG0 "Global heat transfer coefficient"; input Units.SI.Area S0 "External exchange surface"; input Real Phase " = 0 ou 1 one-phase flow - otherwise two-phase flow"; output Real EC0 "Heat exchanger efficiency"; end WBHeatExchangerEfficiency;
Author