- Think about how to assign products (i.e., fresh seafood, medicine, fruits and veggies) to the various cold rooms available.
- Draw the vapor compression refrigeration cycle including all the components.
- What are the more relevant parameters when sizing a cold room.
- What are the relevant parameters when considering only maintenance.
- Identify the “good-practice” behavior when deploying a cold room.
- Justify why a so-called off-grid configuration is more suitable to be deployed in this context.
- Justify why the use of photovoltaic PV modules has to be coupled with batteries.
- Justify why the adoption of an absorption refrigeration system is not likely to be pursued.
- Justify why the worst month has to be selected to size the PV modules.
- Justify why the energy required by the batteries has to be increased.
Product Assignment for Cold Rooms
Assigning products to different cold rooms should be based on temperature requirements and the risk of cross-contamination from odors or ethylene gas. A good practice would be:
Room 1: Fresh Seafood. This requires the lowest temperatures, typically just above freezing (0°C to 2°C), and must be isolated to prevent its strong odors from contaminating other products.
Room 2: Medicine. Pharmaceuticals require a very stable, specific refrigerated temperature range (often 2°C to 8°C) and must be stored in a dedicated, clean room to avoid any risk of contamination.
Room 3: Vegetables. Many vegetables are stored best at cool temperatures (e.g., 4°C to 10°C) with high humidity. Ethylene-sensitive products like leafy greens should be stored here.
Room 4: Fruits. Fruits can be stored in a separate room, as some, like apples, produce ethylene gas which can cause other produce to spoil faster.
Vapor Compression Refrigeration Cycle
The vapor compression cycle is the standard technology used in cold rooms and consists of four main components that circulate a refrigerant to move heat from inside the cold room to the outside environment.
Code snippet
graph TD
subgraph Cold Room (Heat Absorbed)
A[Evaporator];
end
subgraph Outside (Heat Rejected)
C[Condenser];
end
A --Low-Pressure Gas--> B(Compressor);
B --High-Pressure Gas--> C;
C --High-Pressure Liquid--> D(Expansion Valve);
D --Low-Pressure Liquid--> A;
Evaporator: Located inside the cold room, it absorbs heat from the space, causing the low-pressure liquid refrigerant to boil into a gas.
Compressor: Takes the low-pressure gas and compresses it, increasing its pressure and temperature. This is the main component that consumes electrical energy.
Condenser: Located outside the cold room, it allows the hot, high-pressure gas to release its heat to the surrounding environment, causing it to condense back into a high-pressure liquid.
Expansion Valve: The high-pressure liquid flows through this valve, which causes a large pressure drop, cooling it down rapidly before it enters the evaporator to repeat the cycle.
Sizing and Maintenance Parameters
Sizing Parameters
When sizing a cold room, the most relevant parameters are those needed to calculate the total refrigeration load (Qr), which is the total amount of heat that needs to be removed. This includes:
Transmission Load: Heat transfer through the walls, floor, and ceiling, which depends on the insulation, surface area, and temperature difference.
Product Load: Heat that must be removed from the products to cool them to the target temperature.
Infiltration Load: Heat gained from air exchange when doors are opened.
Internal Load: Heat generated by lights, fan motors, and people inside the room.
Target Freezing Time: The time set by the designer to cool the product, which is used to convert the total refrigeration load (energy) into the required system capacity (power).
Maintenance Phase Parameters
During the maintenance phase (holding the temperature), the product is already cold, so the product load is zero. The relevant parameters are the continuous heat gains that the system must counteract to maintain the set temperature:
Transmission Load
Infiltration Load
Internal Load
Deployment and System Justifications
Good-Practice Behavior
Deploying a cold room effectively involves practices that ensure efficiency and food safety:
Ensure Proper Insulation: Use high-quality insulation materials for all surfaces (walls, ceiling, floor) to minimize the transmission load.
Minimize Air Infiltration: Keep doors closed as much as possible and use seals or strip curtains to reduce heat gain from outside air.
Proper Component Placement: Install the condenser unit outside the building in a well-ventilated area to allow for efficient heat rejection.
Utilize an Energy Management System (EMS): In a solar-powered system, an EMS can implement strategies like load-shifting—running the compressor intensively during the day when solar power is abundant and reducing consumption at night.
Justification for Off-Grid Configuration
An off-grid configuration is more suitable for the Mpangala farm context because rural and remote areas in developing regions often lack access to a reliable national electricity grid. A standalone system, powered by solar PV, provides energy independence and reliability, which are critical for a cold room where a power outage could lead to the total loss of stored food.
Justification for Coupling PV with Batteries
Photovoltaic (PV) modules only generate electricity during the day when there is sunlight. A cold room is a critical load that requires a continuous, 24/7 power supply to maintain its internal temperature. Batteries are essential to store excess energy produced during the day so it can be used to power the cold room at night or during periods of low solar irradiation (e.g., cloudy days), ensuring an uninterrupted power supply.
Justification Against Absorption Refrigeration
The provided documents exclusively detail the vapor compression refrigeration cycle, which is the most common, well-understood, and commercially available technology for this type of application. An absorption refrigeration system, which uses a heat source instead of a mechanical compressor, is a more niche technology. For a project in a remote rural setting, relying on the widely available components, established maintenance practices, and generally higher efficiency (COP) of vapor compression systems is the more practical and reliable choice.
Justification for Sizing PV for the Worst Month
A cold storage unit is a critical load that must function reliably year-round. Solar radiation levels vary significantly throughout the year, with a distinct "worst month" that has the lowest average sunlight. The PV system must be sized to meet 100% of the cold room's daily energy demand even during this worst month. Sizing for an average or best month would result in energy deficits and system failure during periods of low sun, leading to food spoilage and financial loss.
Justification for Increasing Battery Capacity
The calculated theoretical energy storage requirement must be increased to determine the actual battery bank size for two main reasons:
Maximum Depth of Discharge (MDOD): To prolong battery life, batteries should not be fully discharged. The MDOD (e.g., 80%) specifies the maximum percentage of the total capacity that can be used. The nominal capacity must therefore be larger than the required usable capacity (Required Capacity = Usable Energy / MDOD).
Safety Margin: A margin factor is applied to account for variables like lower-than-expected solar production, higher-than-expected loads, and battery capacity degradation over time, ensuring system reliability.
Assigning products to different cold rooms should be based on temperature requirements and the risk of cross-contamination from odors or ethylene gas. A good practice would be:
Room 1: Fresh Seafood. This requires the lowest temperatures, typically just above freezing (0°C to 2°C), and must be isolated to prevent its strong odors from contaminating other products.
Room 2: Medicine. Pharmaceuticals require a very stable, specific refrigerated temperature range (often 2°C to 8°C) and must be stored in a dedicated, clean room to avoid any risk of contamination.
Room 3: Vegetables. Many vegetables are stored best at cool temperatures (e.g., 4°C to 10°C) with high humidity. Ethylene-sensitive products like leafy greens should be stored here.
Room 4: Fruits. Fruits can be stored in a separate room, as some, like apples, produce ethylene gas which can cause other produce to spoil faster.
Vapor Compression Refrigeration Cycle
The vapor compression cycle is the standard technology used in cold rooms and consists of four main components that circulate a refrigerant to move heat from inside the cold room to the outside environment.
Code snippet
graph TD
subgraph Cold Room (Heat Absorbed)
A[Evaporator];
end
subgraph Outside (Heat Rejected)
C[Condenser];
end
A --Low-Pressure Gas--> B(Compressor);
B --High-Pressure Gas--> C;
C --High-Pressure Liquid--> D(Expansion Valve);
D --Low-Pressure Liquid--> A;
Evaporator: Located inside the cold room, it absorbs heat from the space, causing the low-pressure liquid refrigerant to boil into a gas.
Compressor: Takes the low-pressure gas and compresses it, increasing its pressure and temperature. This is the main component that consumes electrical energy.
Condenser: Located outside the cold room, it allows the hot, high-pressure gas to release its heat to the surrounding environment, causing it to condense back into a high-pressure liquid.
Expansion Valve: The high-pressure liquid flows through this valve, which causes a large pressure drop, cooling it down rapidly before it enters the evaporator to repeat the cycle.
Sizing and Maintenance Parameters
Sizing Parameters
When sizing a cold room, the most relevant parameters are those needed to calculate the total refrigeration load (Qr), which is the total amount of heat that needs to be removed. This includes:
Transmission Load: Heat transfer through the walls, floor, and ceiling, which depends on the insulation, surface area, and temperature difference.
Product Load: Heat that must be removed from the products to cool them to the target temperature.
Infiltration Load: Heat gained from air exchange when doors are opened.
Internal Load: Heat generated by lights, fan motors, and people inside the room.
Target Freezing Time: The time set by the designer to cool the product, which is used to convert the total refrigeration load (energy) into the required system capacity (power).
Maintenance Phase Parameters
During the maintenance phase (holding the temperature), the product is already cold, so the product load is zero. The relevant parameters are the continuous heat gains that the system must counteract to maintain the set temperature:
Transmission Load
Infiltration Load
Internal Load
Deployment and System Justifications
Good-Practice Behavior
Deploying a cold room effectively involves practices that ensure efficiency and food safety:
Ensure Proper Insulation: Use high-quality insulation materials for all surfaces (walls, ceiling, floor) to minimize the transmission load.
Minimize Air Infiltration: Keep doors closed as much as possible and use seals or strip curtains to reduce heat gain from outside air.
Proper Component Placement: Install the condenser unit outside the building in a well-ventilated area to allow for efficient heat rejection.
Utilize an Energy Management System (EMS): In a solar-powered system, an EMS can implement strategies like load-shifting—running the compressor intensively during the day when solar power is abundant and reducing consumption at night.
Justification for Off-Grid Configuration
An off-grid configuration is more suitable for the Mpangala farm context because rural and remote areas in developing regions often lack access to a reliable national electricity grid. A standalone system, powered by solar PV, provides energy independence and reliability, which are critical for a cold room where a power outage could lead to the total loss of stored food.
Justification for Coupling PV with Batteries
Photovoltaic (PV) modules only generate electricity during the day when there is sunlight. A cold room is a critical load that requires a continuous, 24/7 power supply to maintain its internal temperature. Batteries are essential to store excess energy produced during the day so it can be used to power the cold room at night or during periods of low solar irradiation (e.g., cloudy days), ensuring an uninterrupted power supply.
Justification Against Absorption Refrigeration
The provided documents exclusively detail the vapor compression refrigeration cycle, which is the most common, well-understood, and commercially available technology for this type of application. An absorption refrigeration system, which uses a heat source instead of a mechanical compressor, is a more niche technology. For a project in a remote rural setting, relying on the widely available components, established maintenance practices, and generally higher efficiency (COP) of vapor compression systems is the more practical and reliable choice.
Justification for Sizing PV for the Worst Month
A cold storage unit is a critical load that must function reliably year-round. Solar radiation levels vary significantly throughout the year, with a distinct "worst month" that has the lowest average sunlight. The PV system must be sized to meet 100% of the cold room's daily energy demand even during this worst month. Sizing for an average or best month would result in energy deficits and system failure during periods of low sun, leading to food spoilage and financial loss.
Justification for Increasing Battery Capacity
The calculated theoretical energy storage requirement must be increased to determine the actual battery bank size for two main reasons:
Maximum Depth of Discharge (MDOD): To prolong battery life, batteries should not be fully discharged. The MDOD (e.g., 80%) specifies the maximum percentage of the total capacity that can be used. The nominal capacity must therefore be larger than the required usable capacity (Required Capacity = Usable Energy / MDOD).
Safety Margin: A margin factor is applied to account for variables like lower-than-expected solar production, higher-than-expected loads, and battery capacity degradation over time, ensuring system reliability.
ssignment of Products to Cold Rooms:
Room 1: Fresh Seafood – Requires very low temperatures (0–2 °C) and isolation to prevent odor contamination.
Room 2: Medicine – Needs a stable, specific temperature (usually 2–8 °C) and a clean environment.
Room 3: Vegetables – Preferably stored at 4–10 °C with high humidity; sensitive to ethylene gas from fruits.
Room 4: Fruits – Stored separately to avoid ethylene exposure to vegetables and other products.
2. Vapor Compression Refrigeration Cycle:
Components and flow:
Evaporator: Absorbs heat from inside the cold room, turning low-pressure liquid refrigerant into gas.
Compressor: Compresses low-pressure gas into high-pressure, high-temperature gas.
Condenser: Releases heat to the external environment, turning gas into high-pressure liquid.
Expansion Valve: Reduces the pressure of the liquid refrigerant, cooling it before entering the evaporator.
3. Relevant Parameters When Sizing a Cold Room:
Transmission load (heat through walls, ceiling, floor)
Product load (energy needed to cool products)
Infiltration load (air entering when doors open)
Internal load (from lights, motors, people)
Target freezing time (defines system capacity from total refrigeration load)
4. Parameters When Considering Only Maintenance:
Transmission load
Infiltration load
Internal load
(Product load is zero since products are already at the desired temperature)
5. Good-Practice Behavior When Deploying a Cold Room:
Ensure proper insulation of walls, floor, and ceiling
Minimize air infiltration (door seals, strip curtains)
Place condenser in well-ventilated external area
Use Energy Management System (EMS) to optimize operation
6. Justification for Off-Grid Configuration:
Rural areas often lack reliable electricity grids. An off-grid PV-powered cold room ensures energy independence, reliability, and continuous operation, which is critical for preserving food.
7. Justification for Coupling PV Modules with Batteries:
PV panels generate electricity only during daylight. Batteries store excess energy to maintain 24/7 cold room operation, especially at night or during cloudy days.
8. Why Absorption Refrigeration is Not Likely:
Requires heat source instead of electricity
Less efficient (lower COP)
More complex maintenance, especially in remote areas
Vapor compression systems are widely available and easier to maintain
9. Why the Worst Month is Used to Size PV Modules:
Solar radiation varies seasonally. Sizing the system for the month with the lowest sunlight ensures energy needs are met year-round, preventing cold room failure and food spoilage.
10. Why Battery Energy Has to Be Increased:
Depth of Discharge (DoD): To extend battery life, only part of the battery capacity should be used; nominal capacity must exceed required usable energy.
Safety Margin: Accounts for uncertainties like low solar production, higher loads, and system degradation over time, ensuring reliability.
Room 1: Fresh Seafood – Requires very low temperatures (0–2 °C) and isolation to prevent odor contamination.
Room 2: Medicine – Needs a stable, specific temperature (usually 2–8 °C) and a clean environment.
Room 3: Vegetables – Preferably stored at 4–10 °C with high humidity; sensitive to ethylene gas from fruits.
Room 4: Fruits – Stored separately to avoid ethylene exposure to vegetables and other products.
2. Vapor Compression Refrigeration Cycle:
Components and flow:
Evaporator: Absorbs heat from inside the cold room, turning low-pressure liquid refrigerant into gas.
Compressor: Compresses low-pressure gas into high-pressure, high-temperature gas.
Condenser: Releases heat to the external environment, turning gas into high-pressure liquid.
Expansion Valve: Reduces the pressure of the liquid refrigerant, cooling it before entering the evaporator.
3. Relevant Parameters When Sizing a Cold Room:
Transmission load (heat through walls, ceiling, floor)
Product load (energy needed to cool products)
Infiltration load (air entering when doors open)
Internal load (from lights, motors, people)
Target freezing time (defines system capacity from total refrigeration load)
4. Parameters When Considering Only Maintenance:
Transmission load
Infiltration load
Internal load
(Product load is zero since products are already at the desired temperature)
5. Good-Practice Behavior When Deploying a Cold Room:
Ensure proper insulation of walls, floor, and ceiling
Minimize air infiltration (door seals, strip curtains)
Place condenser in well-ventilated external area
Use Energy Management System (EMS) to optimize operation
6. Justification for Off-Grid Configuration:
Rural areas often lack reliable electricity grids. An off-grid PV-powered cold room ensures energy independence, reliability, and continuous operation, which is critical for preserving food.
7. Justification for Coupling PV Modules with Batteries:
PV panels generate electricity only during daylight. Batteries store excess energy to maintain 24/7 cold room operation, especially at night or during cloudy days.
8. Why Absorption Refrigeration is Not Likely:
Requires heat source instead of electricity
Less efficient (lower COP)
More complex maintenance, especially in remote areas
Vapor compression systems are widely available and easier to maintain
9. Why the Worst Month is Used to Size PV Modules:
Solar radiation varies seasonally. Sizing the system for the month with the lowest sunlight ensures energy needs are met year-round, preventing cold room failure and food spoilage.
10. Why Battery Energy Has to Be Increased:
Depth of Discharge (DoD): To extend battery life, only part of the battery capacity should be used; nominal capacity must exceed required usable energy.
Safety Margin: Accounts for uncertainties like low solar production, higher loads, and system degradation over time, ensuring reliability.