Energy Balance Calculations
Energy Balance Calculations
Let's revisit and expand on the material balance calculations for the distillation column,
ensuring all aspects are covered comprehensively. We previously calculated the flow
rates for the distillate (top product) and bottoms (bottom product) based on the feed
composition and product specifications. Now, let's break it down further and include a
detailed examination of any side streams or losses, if any, and reconfirm the balances to
ensure accuracy in our design.
Given Data
Previous Results
We'll consider:
1. Feed Balance: Ensuring the total input (feed) equals the total output (distillate +
bottoms).
2. Component Balances: Separately for ethyl alcohol and water.
Equations
Calculation Details
Let's compute the actual values for each component in the distillate and bottoms, and
ensure that the balances hold true for each component.
# Distillate and bottoms flow rates
D = 11.27 # kg/s
B = 88.73 # kg/s
ethanol_fraction_distillate = 0.728
water_fraction_distillate = 1 - ethanol_fraction_distillate
ethanol_fraction_bottoms = 0.009
water_fraction_bottoms = 1 - ethanol_fraction_bottoms
D_ethanol = ethanol_fraction_distillate * D
D_water = water_fraction_distillate * D
B_ethanol = ethanol_fraction_bottoms * B
B_water = water_fraction_bottoms * B
# Output results
Result
Here are the detailed component balances based on the flow rates and compositions:
Verification of Balances
The balances are quite close, considering typical process inefficiencies and measurement
precision in an actual distillation setup. These values affirm that the distillation column is
designed correctly regarding mass transfer.
The energy balance will help us determine the heat duties required for the condenser and reboiler,
essential for designing these components effectively.
Assumptions:
The top product needs to be cooled to near the feed temperature before it is sent to storage.
The bottom product temperature will be higher due to heating in the reboiler.
Steam at 2.54 atm is used in the reboiler, and cooling water at 24°C is used in the condenser.
Calculation Steps:
1. Determine the heat duty of the condenser: This involves calculating the amount of heat that
must be removed to condense the alcohol vapor coming off the top of the column.
2. Determine the heat duty of the reboiler: This involves calculating the amount of heat that must
be supplied to the bottom of the column to vaporize the alcohol from the liquid mixture.
Let's start by calculating the heat duty of the condenser and then the reboiler.
The heat duty for the condenser is approximately 9.409.40 kW. This is the amount of heat that needs to
be removed from the distillate vapor to condense it back into a liquid at the top of the column.
Next, let's calculate the heat duty required for the reboiler. For this calculation, we'll need to consider
the heat required to raise the temperature of the remaining feed to its boiling point, plus the heat
required to vaporize it. Let's assume the feed needs to be heated from 24°C to the average boiling point
of the mixture, which we'll approximate based on the available equilibrium data.
Average boiling point of the mixture can be estimated using the weighted average of boiling
points of ethanol and water in the feed.
Average boiling point for water at 1 atm is 100°C and for ethanol it is around 78.3°C.
Given the complexity of this process, let's make a simplified estimation using the latent heat of
vaporization and a guessed temperature rise. Let's proceed with calculating the reboiler heat duty.
# Constants
heat_removed_condenser_kW
Result
9.402561
Average Boiling Point: Approximately 99.8099.80 °C, which is a weighted average mostly
influenced by water due to its high composition in the bottoms.
Temperature Increase Needed: About 75.8075.80 °C, from the feed temperature of 2424 °C to
the boiling point.
Heat Duty of Reboiler: Approximately 28.7828.78 kW. This includes the heat needed to raise the
temperature of the bottoms to their boiling point and the latent heat required for vaporizing the
small amount of alcohol present in the bottoms.
With the energy balance calculated, indicating the heat duties for both the condenser and reboiler, we
can move to the design phases for the condenser, the distillation column, and the reboiler.
Would you like to start with the design of the condenser, which involves specifying the size, type, and
operating conditions, or should we proceed to another part of the system?
# Constants
# Simple approximation: weighted average of water and ethanol boiling points in the bottoms (mostly
water with 0.9% ethanol)
average_boiling_point = 0.009 * 78.3 + 0.991 * 100 # Approximate weighted average based on
composition
# Latent heat required to vaporize the alcohol (using bottoms as an approximation, small amount of
vaporization)
Result
Let's proceed with the design of the condenser. The design will involve specifying the
type of condenser, estimating the size based on the heat duty calculated, and detailing
the operating conditions.
Condenser Design
Type of Condenser
For this application, a shell and tube condenser is suitable due to its efficiency in
handling large volumes of vapor and its compatibility with water cooling.
1. Heat Duty: From our calculations, the condenser needs to remove approximately
9.40 kW of heat.
2. Cooling Water Temperature: Incoming at 24°C; let's assume the outlet
temperature is about 40°C for the cooling water.
Assumptions:
Heat transfer coefficient for water in a shell and tube condenser is approximately
1000 W/m²K.
The logarithmic mean temperature difference (LMTD) can be used for the
temperature driving force in the heat exchanger calculation.
Where:
Δ𝑇1=𝑇ℎ𝑜𝑡,𝑖𝑛−𝑇𝑐𝑜𝑙𝑑,𝑜𝑢𝑡=78.3°𝐶−40°𝐶ΔT1=Thot,in−Tcold,out
=78.3°C−40°C
Δ𝑇2=𝑇ℎ𝑜𝑡,𝑜𝑢𝑡−𝑇𝑐𝑜𝑙𝑑,𝑖𝑛=24°𝐶−24°𝐶ΔT2=Thot,out−Tcold,in=24°C−24°C
(assuming condensate leaves at feed temperature, slight simplification)
Let's calculate the LMTD and then use it to find the heat transfer area.
import numpy as np
# Constants
# Check for approach to zero difference which could lead to division by zero in log
if Delta_T2 == 0:
Delta_T2 = 0.1 # to avoid division by zero, assuming a very small temperature difference
A = Q / (U * LMTD)
LMTD, A
Result
(6.42228905335712, 1.4636525889606826)
The Logarithmic Mean Temperature Difference (LMTD) for the condenser is calculated to
be approximately 6.426.42 °C, and the required heat transfer area (A) to meet the
condenser duty is approximately 1.461.46 m².
Specifications and Drawing of the Condenser
With the required area of 1.461.46 m², you can select a standard shell and tube heat
exchanger configuration that meets this specification. Here are some details to consider
in the design:
Configuration:
Operating Conditions:
Drawing:
For the actual layout and construction, a detailed drawing including the arrangement of
tubes, baffle spacing, shell diameter, tube length, and nozzle placement would be
prepared using CAD software. This drawing would be critical for fabrication and would
ensure that all physical and operational specifications are met.
With the design parameters established, you can proceed to procure or fabricate the condenser
based on these specifications. Would you like to continue with the design of the distillation
column and reboiler next?
import numpy as np
# Constants
U = 1000 # Heat transfer coefficient in W/m²K
# Check for approach to zero difference which could lead to division by zero in log
if Delta_T2 == 0:
Delta_T2 = 0.1 # to avoid division by zero, assuming a very small temperature difference
A = Q / (U * LMTD)
LMTD, A
Result
(6.42228905335712, 1.4636525889606826)
Let's proceed with the design of the distillation column and reboiler, focusing on the
specifications, sizing, and operating conditions.
Column Internals:
Trays: Sieve or valve trays, selected based on efficiency, cost, and pressure drop
considerations.
Function: Supply the necessary heat to generate vapors from the bottom liquid
to drive the distillation.
Heat Duty: Calculated earlier as approximately 28.7828.78 kW.
Reboiler Type:
Kettle Reboiler: Common choice for distillation columns, offers simplicity and
robust operation.
Overall Heat Transfer Coefficient: Given as 3000 W/m²°C for the reboiler.
The column diameter is crucial and can be estimated using the Fenske-Underwood-
Gilliland approach combined with vapor-liquid equilibrium calculations. The vapor
velocity and flooding considerations will guide the diameter choice.
Reboiler Sizing
Using the heat duty, we can calculate the required heat transfer area:
𝐴=𝑄𝑈×Δ𝑇A=U×ΔTQ where 𝑄Q is the heat duty, 𝑈U is the heat transfer coefficient,
and Δ𝑇ΔT is the temperature difference across the reboiler (assumed for calculation).
Let's perform these calculations to determine the column diameter and the reboiler size.
First, we'll estimate the column diameter based on typical vapor velocities and then
calculate the reboiler size.
vapor_density = 0.6 # Assumed vapor density in kg/m^3, estimate based on typical values for alcohol
vapors
vapor_velocity = 1.2 # Optimal vapor velocity in m/s, typical for distillation columns
# Reboiler sizing using heat duty, heat transfer coefficient, and temperature difference
Result
(4.464273250106724, 0.19186666666666666)
Column Internals: For the column internals, sieve trays or valve trays are
recommended. The choice depends on the desired efficiency, pressure drop, and
cost considerations. The number of trays and their spacing will depend on
detailed separation efficiency calculations, typically guided by simulation software
or detailed design methods like McCabe-Thiele.
Implementation:
Column: Ensure sufficient structural support for the height and diameter. Include
access points for maintenance and inspection.
Reboiler: Connect to the bottom of the distillation column. Design should
include provisions for easy cleaning and maintenance, as well as safety features
to handle high temperatures and pressures.
Next Steps:
Detailed engineering drawings: These should be prepared for both the column
and the reboiler, detailing all dimensions, materials of construction, and safety
features.
Fabrication and installation: Follow the engineering drawings and industry
standards for fabrication. Ensure that installation is followed by thorough testing
and commissioning to verify performance against design specifications.
Would you like to proceed with any specific part of the process, such as further refining
these calculations or exploring another aspect of the distillation system design?
# Constants for column design
vapor_density = 0.6 # Assumed vapor density in kg/m^3, estimate based on typical values for alcohol
vapors
vapor_velocity = 1.2 # Optimal vapor velocity in m/s, typical for distillation columns
# Reboiler sizing using heat duty, heat transfer coefficient, and temperature difference
column_diameter, reboiler_area
Result
(4.464273250106724, 0.19186666666666666)