Calculate NOG Using Simpson Rule Cooling Tower – Advanced Calculator


Calculate NOG Using Simpson Rule Cooling Tower

Precisely calculate the Number of Transfer Units (NOG) for your cooling tower using the Simpson’s 1/3 Rule. This tool helps engineers and designers evaluate cooling tower performance by numerically integrating the enthalpy driving force. Input your water temperatures and integrand values to get accurate NOG results.

NOG Calculation with Simpson’s Rule




The inlet hot water temperature to the cooling tower.



The outlet cold water temperature from the cooling tower.



The number of segments for Simpson’s Rule. Must be a positive, even integer (e.g., 2, 4, 6, 8).



Enter comma-separated values of the integrand 1/(hw,sat – ha) corresponding to the water temperature points from Tw,cold to Tw,hot. There should be (n + 1) values.


Calculation Results

Calculated NOG (Number of Transfer Units)

0.00

Step Size (h): 0.00 °C

Number of Data Points (n+1): 0

Sum of Odd-indexed Integrand Terms: 0.00

Sum of Even-indexed Integrand Terms: 0.00

Formula Used: Simpson’s 1/3 Rule for NOG is approximately NOG = (h/3) * [Y0 + 4(Y1 + Y3 + …) + 2(Y2 + Y4 + …) + Yn], where h is the step size and Yi are the integrand values at each point.

Integrand Values at Water Temperature Points
Point Index (i) Water Temperature (Tw) (°C) Integrand Value (Yi)
Integrand Function Visualization (Y vs Tw)

What is Calculate NOG Using Simpson Rule Cooling Tower?

To calculate NOG using Simpson Rule cooling tower refers to determining the Number of Transfer Units (NOG) for a cooling tower by employing Simpson’s 1/3 Rule, a powerful numerical integration technique. NOG is a dimensionless parameter that quantifies the difficulty of a cooling duty and the size of the cooling tower required. It represents the driving force for heat and mass transfer within the tower. A higher NOG indicates a more challenging cooling requirement or a larger, more efficient tower needed to achieve the desired cooling.

This method is particularly valuable because the driving force for heat and mass transfer in a cooling tower (the difference between the enthalpy of saturated air at the water temperature and the enthalpy of the bulk air) is not constant and often varies non-linearly across the cooling range. Traditional analytical integration can be complex or impossible for such functions, making numerical methods like Simpson’s Rule indispensable.

Who Should Use This Calculator?

  • Chemical and Mechanical Engineers: For designing, analyzing, and optimizing cooling tower performance.
  • Process Engineers: To evaluate and troubleshoot cooling systems in industrial plants.
  • Students and Researchers: For academic studies in heat and mass transfer, and cooling tower principles.
  • Facility Managers: To understand the operational efficiency and potential upgrades for existing cooling towers.

Common Misconceptions about NOG and Simpson’s Rule

  • NOG is just a simple ratio: While related to cooling range and approach, NOG is a complex integral that accounts for the varying driving force, not a simple arithmetic ratio.
  • Simpson’s Rule is only for simple functions: It’s a versatile method capable of accurately integrating complex, non-linear functions, making it ideal for cooling tower enthalpy profiles.
  • Higher NOG always means better efficiency: A higher NOG means a larger or more effective tower is needed for a given duty. Efficiency is about how well the tower performs relative to its design, not just its NOG value.
  • NOG is interchangeable with NTU: While often used interchangeably in some contexts, NOG specifically refers to the Number of Overall Gas-phase Transfer Units, emphasizing the gas-phase driving force in cooling towers.

Calculate NOG Using Simpson Rule Cooling Tower: Formula and Mathematical Explanation

The fundamental equation for the Number of Transfer Units (NOG) in a counter-flow cooling tower is derived from a differential energy balance and mass transfer considerations:

NOG = ∫ (dTw / (hw,sat - ha))

Where:

  • dTw is the differential change in water temperature.
  • hw,sat is the enthalpy of saturated air at the bulk water temperature (Tw).
  • ha is the enthalpy of the bulk air stream.

The term (hw,sat - ha) represents the enthalpy driving force for mass and heat transfer. This integral is typically evaluated over the cooling range, from the hot water temperature (Tw,hot) to the cold water temperature (Tw,cold).

Step-by-Step Derivation using Simpson’s 1/3 Rule

Simpson’s 1/3 Rule is a numerical method for approximating definite integrals. For a function f(x) integrated from a to b with an even number of segments n, the formula is:

ab f(x) dx ≈ (h/3) * [f(x0) + 4f(x1) + 2f(x2) + 4f(x3) + ... + 2f(xn-2) + 4f(xn-1) + f(xn)]

In the context of cooling towers, we let:

  • x = Tw (water temperature)
  • f(Tw) = 1 / (hw,sat - ha) (the integrand)
  • a = Tw,cold (lower limit of integration)
  • b = Tw,hot (upper limit of integration)
  • n = Number of segments (must be even)
  • h = (Tw,hot - Tw,cold) / n (step size or interval width)

The water temperature range from Tw,cold to Tw,hot is divided into n equal segments, creating n+1 data points (Tw,0, Tw,1, …, Tw,n). For each of these points, the corresponding integrand value Yi = 1 / (hw,sat(Tw,i) - ha(Tw,i)) must be determined, typically from psychrometric charts or equations.

The Simpson’s 1/3 Rule for NOG then becomes:

NOG ≈ (h/3) * [Y0 + 4(Y1 + Y3 + ... + Yn-1) + 2(Y2 + Y4 + ... + Yn-2) + Yn]

Where Y0 is the integrand value at Tw,cold and Yn is the integrand value at Tw,hot.

Variables Table

Variable Meaning Unit Typical Range
NOG Number of Transfer Units Dimensionless 0.5 – 3.0
Tw,hot Hot Water Temperature (Inlet) °C or °F 35 – 50 °C (95 – 122 °F)
Tw,cold Cold Water Temperature (Outlet) °C or °F 25 – 35 °C (77 – 95 °F)
n Number of Segments for Simpson’s Rule Dimensionless 2, 4, 6, 8 (must be even)
h Step Size / Interval Width °C or °F Varies with cooling range and n
Yi Integrand Value (1/(hw,sat – ha)) (kJ/kg dry air)-1 or (BTU/lb dry air)-1 0.01 – 0.2
hw,sat Enthalpy of Saturated Air at Tw kJ/kg dry air or BTU/lb dry air Varies with Tw
ha Enthalpy of Bulk Air Stream kJ/kg dry air or BTU/lb dry air Varies with air conditions

Practical Examples: Calculate NOG Using Simpson Rule Cooling Tower

Let’s illustrate how to calculate NOG using Simpson Rule cooling tower with two realistic examples.

Example 1: Standard Industrial Cooling Duty

An industrial cooling tower needs to cool water from 45 °C to 30 °C. We decide to use 4 segments for Simpson’s Rule. After consulting psychrometric charts and performing air-side energy balances, the following integrand values (Y = 1/(hw,sat – ha)) were determined at the corresponding water temperatures:

  • Tw = 30 °C, Y0 = 0.045
  • Tw = 33.75 °C, Y1 = 0.058
  • Tw = 37.5 °C, Y2 = 0.075
  • Tw = 41.25 °C, Y3 = 0.095
  • Tw = 45 °C, Y4 = 0.120

Inputs for the Calculator:

  • Hot Water Temperature (Tw,hot): 45 °C
  • Cold Water Temperature (Tw,cold): 30 °C
  • Number of Segments (n): 4
  • Integrand Values: 0.045, 0.058, 0.075, 0.095, 0.120

Calculation Steps:

  1. Step Size (h) = (45 – 30) / 4 = 3.75 °C
  2. Sum of Odd-indexed terms = Y1 + Y3 = 0.058 + 0.095 = 0.153
  3. Sum of Even-indexed terms = Y2 = 0.075
  4. NOG = (3.75 / 3) * [0.045 + 4*(0.153) + 2*(0.075) + 0.120]
  5. NOG = 1.25 * [0.045 + 0.612 + 0.150 + 0.120]
  6. NOG = 1.25 * [0.927] = 1.15875

Output: NOG = 1.16

Interpretation: An NOG of 1.16 indicates a moderate cooling duty. This value would be used in conjunction with the tower’s characteristic curve (KaV/L) to determine if the existing or proposed tower can meet this duty.

Example 2: Challenging Cooling Scenario

Consider a cooling tower operating under more challenging conditions, cooling water from 50 °C to 32 °C, using 6 segments. The determined integrand values are:

  • Tw = 32 °C, Y0 = 0.038
  • Tw = 35 °C, Y1 = 0.049
  • Tw = 38 °C, Y2 = 0.062
  • Tw = 41 °C, Y3 = 0.078
  • Tw = 44 °C, Y4 = 0.098
  • Tw = 47 °C, Y5 = 0.125
  • Tw = 50 °C, Y6 = 0.155

Inputs for the Calculator:

  • Hot Water Temperature (Tw,hot): 50 °C
  • Cold Water Temperature (Tw,cold): 32 °C
  • Number of Segments (n): 6
  • Integrand Values: 0.038, 0.049, 0.062, 0.078, 0.098, 0.125, 0.155

Calculation Steps:

  1. Step Size (h) = (50 – 32) / 6 = 3 °C
  2. Sum of Odd-indexed terms = Y1 + Y3 + Y5 = 0.049 + 0.078 + 0.125 = 0.252
  3. Sum of Even-indexed terms = Y2 + Y4 = 0.062 + 0.098 = 0.160
  4. NOG = (3 / 3) * [0.038 + 4*(0.252) + 2*(0.160) + 0.155]
  5. NOG = 1 * [0.038 + 1.008 + 0.320 + 0.155]
  6. NOG = 1 * [1.521] = 1.521

Output: NOG = 1.52

Interpretation: An NOG of 1.52 indicates a more demanding cooling duty compared to Example 1. This higher NOG suggests that a larger or more efficient cooling tower packing might be required to achieve the specified cooling range under these conditions. This value is crucial for cooling tower sizing and selection.

How to Use This Calculate NOG Using Simpson Rule Cooling Tower Calculator

Our calculator simplifies the process to calculate NOG using Simpson Rule cooling tower. Follow these steps for accurate results:

  1. Enter Hot Water Temperature (Tw,hot): Input the temperature of the water entering the cooling tower in degrees Celsius. This is your upper integration limit.
  2. Enter Cold Water Temperature (Tw,cold): Input the desired temperature of the water leaving the cooling tower in degrees Celsius. This is your lower integration limit. Ensure Tw,hot is greater than Tw,cold.
  3. Enter Number of Segments (n): Choose an even number for the segments (e.g., 2, 4, 6, 8). A higher number of segments generally leads to greater accuracy but requires more integrand values.
  4. Determine Water Temperature Points: After entering Tw,hot, Tw,cold, and n, the calculator will display the specific water temperature points (from Tw,cold to Tw,hot) for which you need to provide integrand values.
  5. Enter Integrand Values: This is the most critical step. For each of the displayed water temperature points, you must determine the value of the integrand Y = 1 / (hw,sat - ha). These values are typically obtained from psychrometric charts or specialized software, considering the air and water conditions at each point. Enter these values as a comma-separated list in the provided text area, ensuring they correspond to the water temperature points in ascending order.
  6. Click “Calculate NOG”: The calculator will automatically update the results as you type, but you can also click this button to force a recalculation.
  7. Click “Reset”: To clear all inputs and revert to default values.

How to Read Results

  • Calculated NOG: This is the primary result, representing the Number of Transfer Units. It’s a dimensionless value indicating the cooling duty.
  • Step Size (h): The interval width for each segment in degrees Celsius.
  • Number of Data Points (n+1): The total number of integrand values required for the calculation.
  • Sum of Odd-indexed Integrand Terms: The sum of Y values at odd-numbered points (Y1, Y3, etc.), multiplied by 4 in the Simpson’s Rule formula.
  • Sum of Even-indexed Integrand Terms: The sum of Y values at even-numbered points (Y2, Y4, etc.), multiplied by 2 in the Simpson’s Rule formula.

Decision-Making Guidance

The calculated NOG is a crucial parameter for cooling tower efficiency and design. Compare your calculated NOG with the cooling tower’s characteristic curve (KaV/L) to assess if the tower can meet the required cooling. If NOG > KaV/L, the tower is undersized or operating inefficiently. If NOG < KaV/L, the tower has excess capacity. This helps in optimizing tower fill, air flow, and water flow rates.

Key Factors That Affect Calculate NOG Using Simpson Rule Cooling Tower Results

When you calculate NOG using Simpson Rule cooling tower, several factors significantly influence the outcome, primarily by affecting the enthalpy driving force and the integration limits:

  1. Cooling Range (Tw,hot – Tw,cold): A larger cooling range (i.e., a greater temperature difference between hot and cold water) generally requires a higher NOG. This is because more heat needs to be transferred, demanding a larger driving force integral.
  2. Approach Temperature: The approach is the difference between the cold water temperature (Tw,cold) and the inlet air wet-bulb temperature (Ta,wb1). A smaller approach (Tw,cold closer to Ta,wb1) means a smaller driving force at the cold end of the tower, leading to a significantly higher NOG requirement. This is often the most critical factor in cooling tower design.
  3. Inlet Air Wet-Bulb Temperature (Ta,wb1): This is the thermodynamic limit of cooling. A higher inlet wet-bulb temperature reduces the overall driving force for heat and mass transfer, increasing the NOG required for a given cooling duty.
  4. Air Flow Rate (G) and Water Flow Rate (L): The ratio of air to water flow rates (G/L) affects the operating line on a psychrometric chart, which in turn influences the bulk air enthalpy (ha) profile through the tower. Changes in G/L can significantly alter the enthalpy driving force and thus the NOG.
  5. Integrand Values (1/(hw,sat – ha)): The accuracy of these values, derived from psychrometric data and energy balances, directly impacts the NOG calculation. Errors in determining hw,sat (enthalpy of saturated air at water temperature) or ha (enthalpy of bulk air) will propagate to the final NOG.
  6. Number of Segments (n): While not a physical factor, the choice of ‘n’ for Simpson’s Rule affects the accuracy of the numerical integration. A higher, even number of segments generally provides a more accurate approximation of the integral, especially for highly non-linear enthalpy profiles.
  7. Water Distribution and Packing Efficiency: These physical characteristics of the cooling tower influence the actual heat and mass transfer coefficients, which are implicitly accounted for when determining the actual enthalpy profile and thus the integrand values. Poor distribution or inefficient packing can lead to a lower effective driving force and a higher required NOG for the same cooling duty.

Frequently Asked Questions (FAQ) about Calculate NOG Using Simpson Rule Cooling Tower

Q1: Why is Simpson’s Rule preferred for NOG calculation over simpler methods?

A1: Simpson’s Rule is preferred because the enthalpy driving force (hw,sat – ha) in a cooling tower is often a non-linear function of water temperature. Simpler methods like the arithmetic mean or logarithmic mean driving force can introduce significant errors for large cooling ranges or non-linear enthalpy profiles. Simpson’s Rule provides a more accurate numerical approximation of the integral.

Q2: What is the significance of NOG in cooling tower design?

A2: NOG (Number of Transfer Units) is a critical design parameter. It quantifies the “difficulty” of the cooling task. Engineers compare the required NOG (calculated from process conditions) with the cooling tower’s characteristic (KaV/L), which represents the tower’s actual transfer capability. This comparison helps in sizing, selecting, and evaluating the performance of cooling towers.

Q3: How do I obtain the integrand values (1/(hw,sat – ha))?

A3: Obtaining these values requires psychrometric data and an understanding of the air-side energy balance. For each water temperature point (Tw), you need to find the enthalpy of saturated air (hw,sat) at that Tw and the corresponding bulk air enthalpy (ha) at that point in the tower. This often involves iterative calculations or specialized software using psychrometric charts or equations of state.

Q4: Can I use an odd number of segments for Simpson’s Rule?

A4: No, Simpson’s 1/3 Rule specifically requires an even number of segments (n) to apply the parabolic approximation over pairs of segments. If you have an odd number of segments, you might need to use a combination of Simpson’s 1/3 Rule and the Trapezoidal Rule for the last segment, or simply increase ‘n’ to the next even number for consistency and accuracy.

Q5: What happens if my Tw,hot is less than Tw,cold?

A5: This scenario is physically impossible for a cooling tower, as water always cools down. The calculator will flag an error if Tw,hot is not greater than Tw,cold. Ensure your input temperatures reflect the actual cooling process.

Q6: How does the wet-bulb temperature affect NOG?

A6: The inlet air wet-bulb temperature (Ta,wb1) is the theoretical minimum temperature to which water can be cooled. It significantly impacts the enthalpy driving force. A higher Ta,wb1 reduces the driving force, making it harder to cool the water and thus requiring a higher NOG for the same cooling range and approach. This is a critical factor in psychrometrics and cooling tower performance.

Q7: Is NOG the same as NTU?

A7: NOG (Number of Overall Gas-phase Transfer Units) is a specific type of NTU (Number of Transfer Units). While NTU is a general term used in heat and mass transfer, NOG specifically refers to the overall gas-phase driving force in cooling towers, where the primary resistance to mass transfer is often considered to be in the gas phase. So, NOG is a specialized application of the NTU concept for cooling towers.

Q8: What are the limitations of using Simpson’s Rule for NOG?

A8: The main limitation is the need for accurate integrand values at evenly spaced temperature points. If these values are not precise (e.g., due to inaccurate psychrometric data or simplified air-side energy balances), the NOG calculation will be inaccurate. Also, Simpson’s Rule assumes the function can be approximated by parabolas, which is generally good but not perfect for all complex enthalpy curves.

© 2023 Advanced Engineering Calculators. All rights reserved.



Leave a Reply

Your email address will not be published. Required fields are marked *