Here’s a professional write-up you can use for a blog, technical document, or LinkedIn post.
Follow this architecture for a professional-grade sheet.
A hidden killer. Even with 100 stages, if liquid doesn’t wet the packing, mass transfer fails.
Calculate minimum wetting rate (m³/m²·h): scrubber design calculation excel best
MWR = 0.08 * (Specific area of packing, a_p) -- in m³/m²·h
In Excel: =IF(Actual_L_flow/Cross_area < MWR, "WARNING: Poor wetting", "OK")
Packing_DatabaseCreate a table with: | Packing Type | Material | Size (in) | Fp (ft²/ft³) | a (m²/m³) | ε (void fraction) | |--------------|----------|-----------|--------------|-----------|-------------------| | 1" Pall ring | PP | 1 | 56 | 207 | 0.92 | | 2" Intalox | Ceramic | 2 | 40 | 102 | 0.74 |
Use INDEX-MATCH to pull data into calculations. Here’s a professional write-up you can use for
A well-designed Excel sheet would let you input:
In seconds, Excel returns:
Problem: Design a scrubber to remove 99% of HCl from 10,000 m³/hr of air at 30°C, using water. Packing: 2" ceramic Intalox. Part 3: Building the "Best" Excel Workbook –
Excel steps:
The entire design took 20 minutes in the Excel sheet.