packages = ["numpy", "matplotlib","pandas"] [[fetch]] files = ["lesson5.py"] from = 'python_html' [[fetch]] files = ["thermo_props.py","orc_simulator.py"] from = 'python_modules' [[fetch]] files = ["n-pentane.csv"] from = 'fluids'

Lesson 5: Heat source and sink


 

Introduction

 

Up until now we have considered only the internal operation of our ORC system, and have considered fixed isothermal heat sources and heat sinks. In this fifth lesson, we introduce the definitions for the heat source and heat sink, and with it introduce our sixth, and final, system variable.

 


 

Heat source

 

Within pocketORC, the heat source is modelled as a sensible fluid stream at constant pressure with a constant specific heat capacity. Three inputs are required to model the heat source, and these are the temperature of the available heat source, the mass-flow rate of the available heat source, and the specific heat capacity. Generally, if you are designing or modelling an ORC system for a specific application, these inputs would be known or defined from the outset.

 

However, one parameter that is not known from the outset is the heat source outlet temperature. This is related to how much of the available heat source our ORC extracts, which is simply the product of mass flow rate, specific heat capacity and the heat source temperature drop.

 

Before this lesson, all of our analysis has been scale-agnostic (i.e., independent of the power rating), and we have evaluated each component on a specific basis (i.e., per kg of working fluid). With the introduction of the heat source, we can now determine the scale of our system. This is easily achieved since for a given heat source outlet temperature we know the total heat input into the ORC system in the evaporator. We can simply divide this by the specific thermal input (i.e., the change in enthalpy across the evaporator) to determine the mass flow rate of the circulating working fluid. This in turn enables us to calculate the power rating, or thermal load, of each component.

 

The overall performance of our ORC system, or more specifically the net power produced, is the product of how much heat is extracted from the heat source and the cycle efficiency, and these two parameters are often in direct competition. Moreover, it is not always feasible to reduce the heat source temperature to the lowest possible temperature (i.e., extract the maximum amount of heat), whilst achieving feasible temperature profiles in our heat exchanger. Considering these points it is possible that a cycle with a high thermal efficiency could restrict the possible heat source outlet temperature, which restricts the power output. On the other hand, a cycle with a lower cycle efficiency might allow a larger drop in heat source temperature and therefore produce a higher power output.

 

For this reason, the heat source outlet temperature, and therefore the amount of heat extracted by the ORC, can often also be considered as a cycle variable.

 

You can try varying the heat source outlet temperature below for the defined cycle. Try to find the optimal value that results in the largest power production, but still results in feasible temperature profiles (i.e., the working fluid and heat source temperature profiles cannot cross each other). Start at the highest value and see what happens as you reduce it.

 

373

 

 

 


 

Heat sink

 

Alongside the heat source, in pocketORC the heat sink is also modelled as a fluid stream at constant pressure with a constant specific heat capacity. The required inputs are therefore the temperature of the available heat sink, the mass flow rate of the available heat sink and the specific heat capacity. Much like the heat source inputs, these parameters are likely to be defined by the application or known from the outset (e.g., ambient temperature of the available cooling stream, which may be air or water).

 

Since the mass flow rate of the working fluid, and the change in enthalpy of the working fluid within the condenser, are both known, the total thermal load rejected to the heat sink is fixed. As a result, the output from the heat sink model is the heat sink outlet temperature.

 

From the perspective of the ORC designer the goal is to ensure that the heat sink mass flow rate (i.e., the availability of the heat sink) is large enough such that there is not a large change in temperature of the heat sink fluid in the condenser. If the mass flow rate is too low, the condensation temperature of the ORC system has to be increased in order to ensure feasible temperature profiles in the heat exchanger. This would cause a reduction in the thermal efficiency of the cycle.

 

Use the box below to see how the heat sink mass flow rate affects the performance of the cycle. Start with the lowest value and set what happens as you increase it.

 

10