0% found this document useful (0 votes)
13 views6 pages

Single Stage Vapor Compression System

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views6 pages

Single Stage Vapor Compression System

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

"Single Stage Vapor Compression Refrigeration System"

t_evap = -10
t_cond = 40
p_evap = pressure(R22, t = t_evap, x = 0)
p_cond = pressure(R22, t = t_cond, x = 0)
DSC = 11
Q_ref = 1

"State 1: Condenser Exit, Saturated Liquid"


h_1 = enthalpy(R22, t = t_cond, x = 0)
h[1] = h_1
v_1 = volume(R22, t = t_cond, x = 0)
v[1] = v_1
s_1 = entropy(R22, t = t_cond, x = 0)
s[1] = s_1
t[1] = t_cond
p[1] = p_cond

"State 2: Expansion Valve Exit, Saturated Mixture"


h_2 = h_1
h[2] = h_2
v_2 = volume(R22, p = p_evap, h = h_2)
v[2 ] = v_2
s_2 = entropy(R22, p = p_evap, h = h_2)
s[2] = s_2
t[2] = t_evap
p[2] = p_evap
x_2 = quality(R22,p = p_evap, h = h_2)

"State 3: Evaporator Exit, Saturated Vapor"


h_3 = enthalpy(R22, t = t_evap, x = 1)
h[3] = h_3
v_3 = volume(R22, t = t_evap, x = 1)
v[3] = v_3
s_3 = entropy(R22, t = t_evap, x = 1)
s[3] = s_3
t[3] = t_evap
p[3] = p_evap

"State 4: Compressor Exit, Superheated Vapor"

s_4 = s_3
h_4 = enthalpy(R22, p = p_cond, s = s_4)
h[4] = h_4
v_4 = volume(R22, p = p_cond, s = s_4)
v[4] = v_4
t_4 = temperature(R22, p = p_cond, s = s_4)
p[4] = p_cond

Q_ref = m_ref*(h_3 - h_2)


W_comp = m_ref*(h_4 - h_3)

COP = Q_ref/W_comp
"MAIN SYSTEM"

t_evap_main = -15

t_cond_main = 40

p_evap_main = pressure(R22, t = t_evap_main, x = 0)

p_cond_main = pressure(R22, t = t_cond_main, x = 0)

DSC = 10

m_ref = 0.01719

W_comp_actual= 1.28

"Subsystem"

t_evap_subsystem= 10

t_cond_subsystem= 40

p_evap_subsystem= pressure(R22, t = t_evap_subsytem, x = 0)

p_cond_subsystem= pressure(R22, t = t_cond_subsystem, x = 0)

"State 1: Evaporator Exit, Saturated vapor"

h_1 = enthalpy(R22, t = t_evap_main, x = 1)

h[1] = h_1

v_1 = volume(R22, t = t_evap_main, x = 1)

v[1] = v_1

s_1 = entropy(R22, t = t_evap_main, x = 1)

s[1] = s_1

t[1] = t_evap_main

p[1] = p_evap_main
"State 2: Compressor Exit, Superheated Vapor"

s_2 = s_1

h_2 = enthalpy(R22, p = p_cond_main, s = s_2)

h[2] = h_2

v_2 = volume(R22, p = p_cond_main, s = s_2)

v[2] = v_2

t_2 = temperature(R22, p = p_cond_main, s = s_2)

p[2] = p_cond_main

"State 3: Condenser Exit, Saturated liquid "

h_3 = enthalpy(R22, t = t_cond_main, x = 0)

h[3] = h_3

v_3 = volume(R22, t = t_cond_main, x = 0)

v[3] = v_3

s_3 = entropy(R22, t = t_cond_main, x = 0)

s[3] = s_3

t[3] = t_cond_main

p[3] = p_cond_main

"State 4: Subcooler exit, Saturated liquid"

h_4 = enthalpy(R22, t = t_cond_main-DSC, x = 0)

h[4] = h_4

v_4 = volume(R22, t = t_cond_main-DSC, x = 0)

v[4] = v_4

s_4 = entropy(R22, t = t_cond_main-DSC, x = 0)

s[4] = s_4

t[4] = t_cond_main
p[4] = p_cond_main

"State 5: Expansion Valve Exit, Saturated mixture"

h_5 = h_4

h[5] = h_5

v_5 = volume(R22, p = p_evap_main , h = h_5)

v[5] = v_5

s_5 = entropy(R22, p = p_evap_main , h = h_5)

s[5] = s_5

t[5] = t_evap_main

p[5] = p_evap_main

x_5 = quality(R22,p = p_evap_main, h = h_5)

"State a: Evaporator Exit, Saturated Vapor"

h_6= enthalpy(R22, t = t_evap_subsytem, x = 1)

h[6] = h_6

v_6 = volume(R22, t = t_evap_subsystem, x = 1)

v[6] = v_6

s_6 = entropy(R22, t = t_evap_subsystem, x = 1)

s[6] = s_6

t[6] = t_evap_subsystem

p[6] = p_evap_subsystem

"State b: Compressor Exit, Superheated Vapor"


s_7 = s_7

h_7 = enthalpy(R22, p = p_cond_subsystem, s = s_7)

h[7] = h_7

v_7 = volume(R22, p = p_cond_subsystem, s = s_7)

v[7] = v_7

t_7 = temperature(R22, p = p_cond_subsystem, s = s_7)

p[7] = p_cond_subsystem

"State c: Condenser Exit, Saturated liquid "

h_8= enthalpy(R22, t = t_cond_subsytem, x = 0)

h[8] = h_8

v_8 = volume(R22, t = t_cond_subsystem, x = 0)

v[8] = v_8

s_8 = entropy(R22, t = t_cond_subsystem, x = 0)

s[8] = s_8

t[8] = t_cond_subsystem

p[8] = p_cond_subsytem

"State d: Expansion Valve Exit, Saturated mixture"

h_9 = h_8

h[9] = h_9

v_9 = volume(R22, p = p_evap_subsystem , h = h_9)

v[9] = v_9

s_9 = entropy(R22, p = p_evap_subsystem , h = h_9)

s[9] = s_9

t[9] = t_evap_subsystem
p[9] = p_evap_subsystem

x_9 = quality(R22,p = p_evap_subsystem, h = h_9)

Q_ref_main= m_ref*(h_1 - h_4)

W_comp_main_ideal = m_ref*(h_2 - h_1)

eta_main= W_comp_main_ideal/W_comp_actual

Q_main_Subcooler=m_ref(h_3 - h_4)

Q_main_Subcooler= Q_evap_subsytem

Q_evap_subsytem=m_subcooler*(

COP = Q_ref_main/W_comp_main_ideal

Common questions

Powered by AI

In a vapor compression refrigeration system, the primary system and subsystem have distinct operational states characterized by different enthalpies and volumes. In the primary system, for instance, at the evaporator exit (saturated vapor), the enthalpy is denoted as h_1, while in the subsystem at the same state, it's h_6 . Similarly, at the expansion valve exit (saturated mixture), the primary system's enthalpy is h_5, compared with h_9 in the subsystem . The volume and entropy also differ at these states due to different pressures and temperatures at which these systems operate, affecting each system’s efficiency and refrigeration capacity.

The degree of subcooling (DSC) directly affects the performance of a vapor compression refrigeration system by increasing its efficiency and capacity. Subcooling reduces the enthalpy at the condenser exit, allowing more heat absorption in the evaporator, thus increasing the refrigeration effect without raising the compressor power input. In the main system, for example, a DSC of 10 results in a lower enthalpy at the subcooler exit (h_4) compared to the condenser exit (h_3), allowing for more efficient operation . The subcooling also ensures the refrigerant enters the evaporator as a saturated liquid, preventing vaporization losses and improving the overall system performance.

The ideal compression process in a refrigeration cycle is an isentropic process where there is no entropy change during the compression of the refrigerant, indicating maximum efficiency. This is modeled by s_4 = s_3 in the main system. In reality, the compression process involves losses due to mechanical and thermal inefficiencies, causing an increase in entropy and requiring more work, noted as W_comp_actual . These real-world losses result in a greater work input than the theoretical ideal, lowering the COP. Understanding these discrepancies is crucial for optimizing the design and operation of refrigeration systems to minimize losses and enhance energy efficiency.

In modeling the states of the refrigerant in a vapor compression refrigeration cycle, key thermodynamic assumptions include ideal gas behavior of the refrigerant, steady-state operation, and negligible pressure losses in the system. Saturation conditions at condenser exits, such as assuming the refrigerant is a saturated liquid (x = 0) at specific states, are also made. These assumptions simplify the analysis and calculation of properties like enthalpy, entropy, and volume at various states (e.g., states 1 to 4 in the main system). They are crucial for predicting system performance accurately while easing computational complexity and setting benchmarks for analyzing real systems.

The coefficient of performance (COP) in a vapor compression refrigeration system is influenced by the temperatures at which the system operates, particularly the evaporating and condensing temperatures. It is calculated as the ratio of the refrigeration effect (Q_ref) to the work done by the compressor (W_comp). For the main system, COP is given by the formula COP = Q_ref/W_comp, where Q_ref = m_ref*(h_3 - h_2) and W_comp = m_ref*(h_4 - h_3).

Determining the vapor quality at the expansion valve exit is significant because it indicates the proportion of the refrigerant that is in the vapor state versus the liquid state after the throttling process. A higher vapor quality means more refrigerant vapor and less liquid, which can reduce the heat absorbed by the refrigerant in the evaporator, thus affecting the cycle's efficiency. For example, x_5 represents the quality at the expansion valve exit for the main system, influencing Q_ref by determining the actual refrigeration effect achievable by the evaporator . Proper management of this quality is essential for maintaining optimal system performance and efficiency.

Across the expansion valve in a single stage vapor compression refrigeration system, the process is primarily a throttling process, representing a transformation of potential energy into internal energy without performing work. This process involves a drop in pressure, with the refrigerant transitioning from a high-pressure liquid to a low-pressure saturated mixture, maintaining constant enthalpy (h_2 = h_1 or h_5 = h_4). This transformation is key to reducing the refrigerant temperature, enabling heat absorption in the evaporator, facilitating the refrigeration cycle's cooling effect.

Entropy facilitates the analysis of energy dispersion across different states in a vapor compression refrigeration system, indicating irreversibilities and inefficiencies. It is used to assess the quality of processes, such as compression and expansion. For instance, a constant entropy process (isentropic) suggests maximized efficiency in an ideal scenario, as seen in s_4 = s_3 for compression . Changes in entropy between states, such as at the compressor exit or during expansion, illuminate the loss of usable energy, influencing calculations of COP and overall efficiency. Tracking entropy is vital for thermodynamic assessments, supporting effective system design and operation to optimize performance.

The effectiveness of a subcooler in a refrigeration system is evaluated by the extent to which it decreases the temperature and enthalpy of the refrigerant before it enters the expansion valve. In the main system, the subcooler reduces the enthalpy from h_3 at the condenser exit to h_4 at the subcooler exit, with a DSC allowing this enthalpy change . This decrease in enthalpy increases the refrigerant's capacity to absorb heat in the evaporator, thus enhancing the subsystem's performance. A subcooler ensures the system operates more efficiently by limiting flash gas formation and reducing overall energy consumption in the cycle.

The enthalpy change between different states in a refrigeration cycle determines the amount of work done by the compressor. The work done by the compressor (W_comp) is calculated as the enthalpy difference between the compressor exit and the evaporator exit, i.e., W_comp = m_ref*(h_4 - h_3) in the primary system . This difference represents the energy required to compress the refrigerant to a higher pressure and temperature needed for condensation. Reducing this enthalpy difference, such as by operating at more efficient pressures or reducing losses, can reduce the work required by the compressor, enhancing system efficiency.

You might also like