Copyright © EDF 2002 - 2024
ThermoSysPro Version 4.1
function WBFlueGasesHeatTransferCoefficient input Real propf[4] "Flue gases properties vector"; input Units.SI.MassFlowRate Qef "Flue gases mass flow rate at the inlet"; input Units.SI.AbsolutePressure Pmf "Flue gases average pressure"; input Units.SI.Temperature Tmf "Flue gases average temperature"; input Real XefCO2 "CO2 mass fraction at the inlet"; input Real XefH2O "H2O mass fraction at the inlet"; input Units.SI.PathLength dz "Step in the z direction"; input Units.SI.Length long "Wall zone length"; input Units.SI.Length prof "Wall zone width"; input Units.SI.Temperature Tpext "External wall temperature"; input Real fvd = 0 "Particles volume fraction"; input Real emimur = 0.1 "Wall emissivity"; output Units.SI.CoefficientOfHeatTransfer hf "Global heat transfer coefficient"; end WBFlueGasesHeatTransferCoefficient;
Author