Copyright © EDF 2002 - 2024
ThermoSysPro Version 4.1
function WBRadiativeHeatTransferCoefficient input ThermoSysPro.Units.SI.TemperatureDifference DeltaT "Temperature difference between the flue gases and the walls"; input Units.SI.Temperature Tp "Surface temperature"; input Real Pph2o "H20 fraction"; input Real Ppco2 "CO2 fraction"; input Real Beaml "Geometrical parameter"; input Integer option_interpolation = 1 "1: linear interpolation - 2: spline interpolation"; output Units.SI.CoefficientOfHeatTransfer Kr "Radiative heat transgfer coefficient"; end WBRadiativeHeatTransferCoefficient;
Author