Helios At Lafayette Functional Decomposition

Functional Decomposition is an analysis method that splits a process into individual elements/tasks for visual representation, comprehension, and analysis.

The Helios team used our functional requirements and problem statement to come up with ideas for our functional decomposition. We decided on performing a functional decomposition because it will allow the team to visualize the smaller tasks associated within main system functions, and help the team better understand the total scope of the functions that need to be performed to achieve the end goal. Since our project is headed in the direction of having two linked but distinct functions, the team decided to perform two separate functional decompositions: 

  1. Thermal Storage
  2. Localized Thermal Comfort

 

Thermal Storage:

The main function of our Thermal Storage functional decomposition, seen in Figure 1, is to store thermal energy for cooling usage (additional details regarding the type of thermal storage and specifications for thermal storage can be found in our functional requirements). This main function was decomposed into the following subfunctions:

  1. Read Electric Grid Strain Signal
    1. This will be required to tell the system when to charge and when not to charge. We want to charge when the grid has a low load.
  2. Measure Charge Level
    1. This will be required to know when to stop charging or when to charge.
  3. Read Indoor Temperature
    1. This will be required for the system to know when the thermal mass (ability of material to absorb, store, and discharge heat) should be discharged.
  4. Vary Heat Exchange Rate 
    1. Varying the heat exchange rate will allow us to adapt for different cooling loads. 
  5. Charge Thermal Energy 
    1. This is when the cool air from the system freezes the thermal mass. This will involve heat transfer.
  6. Discharge Thermal Energy
    1. This is for when cooling is needed in the house, thus involving heat transfer.

We decided that our system boundary (all considered components of the system) would exclude the system that actually produces the heating and cooling air supply. This impacts our inputs to the system because we can now assume that we are getting hot and cold air at a specific temperature and don’t have to worry about how we are producing that air. The inputs and outputs of our system are somewhat straightforward, but it is important to note that thermal storage is a transient (time-varying) process, so inputs and outputs may change depending on time. 

Inputs for the thermal storage functional decomposition are: 

  1. Off-Peak Cool Air
  2. Warm, Unconditioned Air
  3. Information Signals 
  4. Electricity (not shown in diagram – we will implement this at a later time)

Outputs for the thermal storage functional decomposition are: 

  1. Cooled Air

 

Figure 1: Functional Decomposition diagram for Energy Storage.

 

 

Localized Thermal Comfort

A separate but similar problem that we are focusing on is that maintaining thermal comfort within residential environments costs too much over time for their given HVAC systems. 

To solve this issue, the main function of our solution would need to control the temperature locally.  “Locally” would mean if one room is being warmed by the sun through a window, that room would need more cooling from our system compared to the basement of a home, where cold air sinks and the room is more insulated. Controlling temperature “locally” would, more efficiently, maintain constant comfort dependent on the thermal comfort-affecting conditions of each room, saving energy costs by only using energy in rooms where it is needed.

Following the functional decomposition process, we broke up our main task into the following subfunctions:

  1. Control System
    1. Will take the users desired inputs and current conditions to tell our system what to do to achieve the user’s desired conditions.
  2. Distribute Air Locally
    1. Will take our system’s input air and move it to wherever our control system tells it to in order to meet the user’s desired conditions.
  3. Change the Air Temperature Locally
    1. Will take the desired temperature input and current temperature, changing current temperature to whatever value our control system tells it to meet the user’s desired conditions. 
  4. Minimize Pressure Drops
    1. Moving air requires pressure changes. Artificially creating pressure changes requires machines and energy to do so, and the obstructions we put between the input air and output air will cause the air to slow down due to pressure drops. We want to minimize the energy losses our system creates so that it requires less energy to function properly.

To create our system boundary we assumed that our system will receive the input of an outside upstream fluid. For example, a vapor compression cycle will not be included in our design, but the output of a vapor compression will be inputted into our system. Our system boundary encompasses the vapor compression cycle output and everything required for local temperature control in each room.

Inputs for the local comfort functional decomposition are: 

  1. Desired mass flow rate of air
  2. Desired temperature of air
  3. Current room temperature of air
  4. Current upstream mass flow rate of air
  5. Current upstream temperature of air
  6. Electricity (not shown in diagram because we will implement this at a later time)

Outputs for local comfort functional decomposition are: 

  1. New room temperature of air
  2. New mass flow rate of air

The interaction between sub functions, inputs, and outputs can be seen in Figure 2.

 

Figure 2: Functional Decomposition for Localized Thermal Comfort.