1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
liraira [26]
3 years ago
6

A two-stage compression refrigeration system operates with refrigerant-134a between the pressure limits of 1.4 and 0.10 MPa. The

refrigerant leaves the condenser as a saturated liquid and is throttled to a flash chamber operating at 0.4 MPa. The refrigerant leaving the low-pressure compressor at 0.4 MPa is also routed to the flash chamber. The vapor in the flash chamber is then compressed to the condenser pressure by the high-pressure compressor, and the liquid is throttled to the evaporator pressure. Assuming the refrigerant leaves the evaporator as saturated vapor and both compressors are isentropic, determine (a) the fraction of the refrigerant that evaporates as it is throttled to the flash chamber, (b) the rate of heat removed from the refrigerated space for a mass flow rate of 0.25 kg/s through the condenser, and (c) the coefficient of performance.

Engineering
1 answer:
Mashutka [201]3 years ago
6 0

Answer:

A) q = 0.33

B) Q'_L = 28.565 Kw

C) C.O.P = 2.5

Explanation:

From the table first table i attached, in state 1,at P1 = 0.1MPa, we have;

Specific enthalpy, h1 = 234.46 KJ/Kg

Specific Entropy, s1 = 0.9519 KJ/Kg.k

Now, in state 2, from the second table i attached and by interpolation under the condition s1=s2 at P2 = 0.4MPa,we have;

Specific enthalpy, h2 = 262.74 KJ/Kg

Now, in state 3, from the first table i attached, at P3 = 0.4MPa,we have;

Specific enthalpy, h3 = 255.61 KJ/Kg

Now, in state 5 and 6, from the first table i attached, at P5 = 1.4MPa,we have;

h_f = h5 = h6 = 127.25 KJ/Kg

Now, in state 7 and 8, from the first table i attached, at P7 = 0.4MPa,we have;

h_f = h7 = h8 = 63.92 KJ/Kg

A) The amount of evaporated refrigerant is simply the quality at state 6.

Thus;

q = (h6 - h7)/(h_fg,0.4MPa)

Now,from the third table i attached,

(h_evap,0.4MPa) = h_f,g = 191.62 KJ/Kg

Thus, q = (127.25 - 63.92)/(191.62)

q = 0.33

B) The enthalpy at state 9 is determined from the energy balance of the heat exchanger as;

q = (h9 - h2)/(h3 - h2)

Making h9 the subject, we have;

h9 = qh3 + (1 - q)h2

Thus, plugging in the relevant values to get ;

h9 = 0.33(255.61) + (1 - 0.33)262.74

h9 = 84.35 + 176.04

h9 = 260.39 KJ/Kg

The entropy at this state and value of enthalpy is done by interpolation from the third table i attached at P9 = 0.4 MPa

This gives; s9 = 0.9483 KJ/Kg.k

The enthalpy at state 4 and is done by interpolation from the third table i attached under the condition s4 = s9 and P4 = 1.4MPa.This gives;

h4 = 287.13 KJ/Kg

The rate of heat removal is given by the formula;

Q'_L = m'_b(h1 - h8)

This can be simplified into;

Q'_L = m'_a(1 - q)•(h1 - h8)

Plugging in the relevant values to obtain;

Q'_L = 0.25(1 - 0.33)•(234.46 - 63.92)

Q'_L = (0.25 x 0.67) x 170.54

Q'_L = 28.565 Kw

C) The formula for COP is;

COP = Q'_L/W

This gives;

C.O.P = Q'_L/[m'_a(h4 - h9) + m_b(h2 - h1)]

C.O.P = Q'_L/[m'_a((h4 - h9) + (1 - q) (h2 - h1)]

Plugging in the relevant values to obtain;

C.O.P = 28.565/[0.25((287.13 - 260.39) + (1 - 0.33)(262.74 - 234.46)]

C.O.P = 28.565/(0.25(26.74 + 18.9476)

C.O.P = 28.565/11.4219 = 2.5

You might be interested in
A cyclone is operated in a closed circuit with a ball mill. The cyclone is feed from a rod mill with a slurry that has a density
pav-90 [236]
Here is the flow sheet. Hope this helps have a great day!!

3 0
3 years ago
A good rule of thumb is to design the horizontal stabilizer so that its area is about 1/6 to 1/8 of the area of the wing. If the
erik [133]

Answer:

Stabilizer with area = 14 cm2

Explanation:

i dont know why but its right

4 0
3 years ago
Assume we have already defined a variable of type String called password with the following line of code: password' can have any
omeli [17]

Answer:

The Java code is given below with appropriate comments for better understanding

Explanation:

import java.util.Scanner;

public class ValidatePassword {

  public static void main(String[] args) {

      Scanner input = new Scanner(System.in);

          System.out.print("Enter a password: ");

          String password = input.nextLine();

          int count = chkPswd(password);

          if (count >= 3)

              System.out.println("Secure");

          else

              System.out.println("Not Secure");

  }

  public static int chkPswd(String pwd) {

      int count = 0;

      if (checkForSpecial(pwd))

          count++;

      if (checkForUpperCasae(pwd))

          count++;

      if (checkForLowerCasae(pwd))

          count++;

      if (checkForDigit(pwd))

          count++;

      return count;

  }

  // checks if password has 8 characters

  public static boolean checkCharCount(String pwd) {

      return pwd.length() >= 7;

  }

  // checks if password has checkForUpperCasae

  public static boolean checkForUpperCasae(String pwd) {

      for (int i = 0; i < pwd.length(); i++)

          if (Character.isLetter(pwd.charAt(i)) && Character.isUpperCase(pwd.charAt(i)))

              return true;

      return false;

  }

  public static boolean checkForLowerCasae(String pwd) {

      for (int i = 0; i < pwd.length(); i++)

          if (Character.isLetter(pwd.charAt(i)) && Character.isLowerCase(pwd.charAt(i)))

              return true;

      return false;

  }

  // checks if password contains digit

  public static boolean checkForDigit(String pwd) {

      for (int i = 0; i < pwd.length(); i++)

          if (Character.isDigit(pwd.charAt(i)))

              return true;

      return false;

  }

  // checks if password has special char

  public static boolean checkForSpecial(String pwd) {

      String spl = "[email protected]#$%^&*(";

      for (int i = 0; i < pwd.length(); i++)

          if (spl.contains(pwd.charAt(i) + ""))

              return true;

      return false;

  }

}

5 0
3 years ago
An R-134a refrigeration system is operating with an evaporator pressure of 200 kPa. The refrigerant is 10% in vapor phase at the
crimeas [40]

Answer:

71.17°C

Explanation:

Please kindly check attachment for the step by step solution of the given problem.

8 0
3 years ago
An inductor of ????=6.95 H with negligible resistance is placed in series with a ℰ=12.5 V battery, a ????=3.00 Ω resistor, and a
elena-14-01-66 [18.8K]

Answer:

a) I=0 b) 4.17V c) 0.354 A d) 14.5s

Explanation:

a) consider circuit in the attachment

i(t)= E/R (1- e^(-t/RL))

i(0)= 12.5/3×(1-e^(0/RL))

i(0)=0

b) at t⇒∞

i(∞)= 12.5/3× (1- e^(-∞/RL))

    = 4.17V

c) 1/RL= 1/(6.95×3)= 0.0479616

i(1.85) = 12.5/3 × (1- e^(-1.85×0.0479616)

         = 0.354A

d) I/2= I (1- e^(-t/RL))

t= - RL ln0.5

t= - 3×6.95 × (-0.693)

t= 14.5 s

8 0
4 years ago
Other questions:
  • PLEASE HELP, TEST MULTIPLE CHOICE QUESTIONS
    12·2 answers
  • Consider a single crystal oriented such that the slip direction and normal to the slip plane are at angles 42.7° and 48.3°, resp
    7·1 answer
  • The power supply converts the wall outlet AC power into DC power. T or F
    15·1 answer
  • Write an ALP to separate odd and even numbers from an array of N numbers; arrange odd
    13·1 answer
  • Wind blows on the side of a fully enclosed hospital located on open flat terrain where V= 120 mi/h. Determine the external press
    13·1 answer
  • A horizontal jet of water strikes a vertical surface on a stationary cart that has a mass of 2.8 kg. The jet has a mass flow rat
    10·1 answer
  • What is the answer to life the universe and everything <br> (worth 95 points!)
    13·2 answers
  • 1. (15) A truck scale is made of a platform and four compression force sensors, one at each corner of the platform. The sensor i
    12·1 answer
  • How many gallons of 25% concentrated due will Lucy need to add to the 15% concentrated dye to make a batch with a concentration
    15·1 answer
  • What is valve overlap?
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!