Thermocompressor Calculation Tool
Precision calculations for steam ejector performance, efficiency, and energy savings. Enter your parameters below to generate detailed results and visualizations.
Comprehensive Guide to Thermocompressor Calculations in Excel
A thermocompressor (also known as a steam ejector or steam jet ejector) is a critical component in industrial steam systems that recovers low-pressure steam and compresses it to a higher pressure using high-pressure motive steam. Proper sizing and calculation of thermocompressors can lead to significant energy savings—often reducing steam consumption by 20-50% in appropriate applications.
Fundamental Principles of Thermocompressor Operation
The operation of a thermocompressor is governed by three key principles:
- Mass Conservation: The total mass flow entering the thermocompressor (motive + suction) must equal the mass flow leaving (discharge).
- Energy Conservation: The enthalpy of the mixed streams at discharge equals the sum of the motive and suction stream enthalpies (adjusted for efficiency losses).
- Momentum Conservation: The momentum of the high-velocity motive steam creates a low-pressure zone that draws in the suction fluid.
The entrainment ratio (R)—the ratio of suction flow to motive flow—is the most critical performance metric:
R = (mₛ / mₘ) = η × √[(hₘ – h_d) / (h_d – hₛ)]
Where:
- mₛ = suction mass flow (kg/h)
- mₘ = motive mass flow (kg/h)
- η = thermocompressor efficiency (typically 0.75-0.90)
- hₘ = motive steam enthalpy (kJ/kg)
- h_d = discharge enthalpy (kJ/kg)
- hₛ = suction steam enthalpy (kJ/kg)
Step-by-Step Calculation Process in Excel
To implement thermocompressor calculations in Excel, follow this structured approach:
1. Input Parameters Setup
Create a dedicated section for input variables:
- Motive steam pressure (bar) and temperature (°C)
- Suction pressure (bar) and temperature (°C)
- Discharge pressure (bar)
- Motive steam flow rate (kg/h)
- Thermocompressor efficiency (typically 75-90%)
- Fluid properties (specific heat, latent heat if applicable)
2. Steam Property Calculations
Use the following Excel formulas to calculate steam properties (or reference IAPWS-IF97 tables):
| Property | Excel Formula (Simplified) | Notes |
|---|---|---|
| Saturated Temperature | =100*(P^0.25) | Approximation for P in bar (1-10 bar range) |
| Specific Enthalpy (h) | =2500 + 1.8*(T-100) | Simplified for superheated steam |
| Specific Volume (v) | =0.001*(1 + 0.001*(T-100)) | Approximate for calculation purposes |
Pro Tip: For industrial accuracy, use the NIST Steam Tables or implement the IAPWS-IF97 standard in Excel via VBA.
3. Entrainment Ratio Calculation
Implement the entrainment ratio formula in Excel:
- Calculate enthalpies for all three streams (motive, suction, discharge)
- Apply the efficiency factor (η)
- Use the formula:
=efficiency*SQRT((h_motive-h_discharge)/(h_discharge-h_suction))
4. Discharge Conditions
Calculate the discharge temperature using energy balance:
h_discharge = (mₘ × hₘ + mₛ × hₛ) / (mₘ + mₛ)
Then convert enthalpy back to temperature using steam tables or approximation formulas.
5. Nozzle and Diffuser Sizing
Critical dimensions can be estimated using:
- Nozzle throat diameter:
=SQRT((4*m_motive)/(PI()*3600*velocity))where velocity ≈ 500-800 m/s - Mixing chamber diameter: Typically 1.5-2× nozzle diameter
- Diffuser length: 4-6× mixing chamber diameter
Advanced Excel Implementation Techniques
For professional-grade calculations, consider these Excel enhancements:
1. Dynamic Property Lookup
Create a steam properties table in a hidden sheet and use VLOOKUP or XLOOKUP to fetch accurate values:
=XLOOKUP(B2, SteamTable[Pressure], SteamTable[Enthalpy], , 1)
2. Iterative Calculations
Enable iterative calculations (File > Options > Formulas > Enable iterative calculation) for solving implicit equations like discharge pressure effects.
3. Data Validation
Add input validation to prevent unrealistic values:
- Pressure > 0 bar
- Temperature > saturation temperature at given pressure
- Discharge pressure > suction pressure
4. Visualization Dashboard
Create a dashboard with:
- Performance curves (entrainment ratio vs. pressure ratio)
- Energy savings comparison charts
- Conditional formatting for optimal/non-optimal operating ranges
Common Pitfalls and Solutions
| Pitfall | Cause | Solution |
|---|---|---|
| Overestimated entrainment ratio | Ignoring efficiency losses | Use realistic efficiency (75-85%) and validate with manufacturer data |
| Condensation in nozzle | Motive steam too wet | Ensure superheat > 20°C or use separated steam |
| Unstable operation | Suction pressure too close to discharge | Maintain ΔP > 0.3 bar between suction and discharge |
| Excel calculation errors | Circular references | Use iterative calculation with max 100 iterations |
Real-World Case Study: Paper Mill Application
A large paper mill implemented thermocompressors to recover flash steam from their digesters. Key results:
- Before: 12 kg/s of 0.5 bar flash steam vented to atmosphere
- After: Thermocompressor with 10 bar motive steam recovered 80% of flash steam
- Savings: $420,000/year in steam costs with 18-month payback
- CO₂ Reduction: 3,200 tons/year (equivalent to 700 cars)
The Excel model used for this project included:
- Hourly load profiling
- Seasonal ambient temperature effects
- Maintenance scheduling impacts
- Financial payback analysis with NPV calculations
Regulatory and Safety Considerations
Thermocompressor installations must comply with:
- ASME BPVC Section I: Rules for construction of power boilers (applies to motive steam systems)
- OSHA 1910.110: Safety requirements for steam systems
- API RP 521: Guide for pressure-relieving systems (for overpressure protection)
Key safety devices to include:
- Pressure relief valves on both motive and suction sides
- Temperature sensors with high-limit alarms
- Check valves to prevent backflow
- Condensate drainage systems
For detailed regulatory guidance, consult the OSHA Process Safety Management standards and ASME Boiler and Pressure Vessel Code.
Comparative Analysis: Thermocompressors vs. Mechanical Compressors
| Parameter | Thermocompressor | Mechanical Compressor |
|---|---|---|
| Initial Capital Cost | $$ | $$$$ |
| Maintenance Requirements | Low (no moving parts) | High (bearings, seals, lubrication) |
| Efficiency Range | 70-90% | 65-85% |
| Turndown Ratio | Limited (3:1 typical) | Wide (10:1 possible) |
| Response Time | Instantaneous | Seconds to minutes |
| Energy Source | Steam pressure | Electricity |
| Best Applications | Steam systems, flash recovery, vacuum systems | Air compression, variable loads, non-steam systems |
A 2021 study by the U.S. Department of Energy found that thermocompressors achieve 30-50% better life-cycle costs than mechanical compressors in appropriate steam system applications, primarily due to lower maintenance and higher reliability.
Excel Template Structure Recommendations
For maximum utility, structure your Excel workbook with these sheets:
- Input: All user-entered parameters with data validation
- Calculations: All formulas and intermediate steps (protect this sheet)
- Steam Tables: Reference data for property lookups
- Results: Formatted output with key metrics
- Charts: Performance curves and comparisons
- Documentation: Assumptions, references, and validation notes
Use named ranges for all inputs to make formulas more readable:
=EntrainmentRatio * MotiveFlow
Future Trends in Thermocompressor Technology
Emerging developments that may impact your calculations:
- Computational Fluid Dynamics (CFD): Manufacturers now use CFD to optimize nozzle/diffuser geometries, achieving efficiencies > 90% in specialized designs.
- Smart Controls: IoT-enabled thermocompressors with dynamic adjustment based on real-time system demands.
- Hybrid Systems: Combining thermocompressors with small mechanical boosters for wider operating ranges.
- Advanced Materials:
The DOE Advanced Manufacturing Office is currently funding research into additive-manufactured thermocompressors with complex internal geometries that could improve efficiency by 10-15%.
Conclusion and Implementation Checklist
Implementing thermocompressor calculations in Excel requires careful attention to thermodynamic principles, steam property accuracy, and practical system constraints. Use this checklist for your implementation:
- ✅ Gather accurate system data (pressures, temperatures, flow rates)
- ✅ Select appropriate steam property calculation method
- ✅ Implement the entrainment ratio formula with realistic efficiency
- ✅ Calculate discharge conditions using energy balance
- ✅ Size nozzle and diffuser based on flow requirements
- ✅ Validate results against manufacturer performance curves
- ✅ Create sensitivity analysis for key variables
- ✅ Document all assumptions and data sources
- ✅ Implement error checking for unrealistic inputs
- ✅ Develop clear visualizations of performance metrics
For complex systems, consider using specialized software like Steam System Toolkit from the DOE or Thermocompressor Pro for detailed design, but Excel remains an excellent tool for preliminary sizing and economic analysis.