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
Masja [62]
3 years ago
7

At steady state, a reversible refrigeration cycle discharges energy at the rate QH to a hot reservoir at temperature TH, while r

eceiving energy at the rate QC from a cold reservoir at temperature TC. a. If TH = 13°C and TC = 2°C, determine the coefficient of performance. b. If QH = = 10.5 kW, 8.75 kW QC , and TC = 0°C, determine TH, in °C. c. If the coefficien
Engineering
2 answers:
ludmilkaskok [199]3 years ago
8 0

Answer:

a) COP_{R} = 25.014, b) T_{H} = 327.78\,K\,(54.63\,^{\textdegree}C)

Explanation:

a) The coefficient of performance of a reversible refrigeration cycle is:

COP_{R} = \frac{T_{L}}{T_{H}-T_{L}}

Temperatures must be written on absolute scales (Kelvin for SI units, Rankine for Imperial units)

COP_{R} = \frac{275.15\,K}{286.15\,K-275.15\,K}

COP_{R} = 25.014

b) The respective coefficient of performance is determined:

COP_{R} = \frac{Q_{L}}{Q_{H}-Q_{L}}

COP_{R} = \frac{8.75\,kW}{10.5\,kW-8.75\,kW}

COP_{R} = 5

But:

COP_{R} = \frac{T_{L}}{T_{H}-T_{L}}

The temperature at hot reservoir is found with some algebraic help:

COP_{R} \cdot (T_{H}-T_{L})=T_{L}

T_{H}-T_{L} = \frac{T_{L}}{COP_{R}}

T_{H} = T_{L}\cdot \left(1+\frac{1}{COP_{R}}  \right)

T_{H} = 273.15\,K \cdot \left(1+\frac{1}{5}  \right)

T_{H} = 327.78\,K\,(54.63\,^{\textdegree}C)

gregori [183]3 years ago
3 0

Answer:

a) COP = 26

b) TH = 327.6 K

c) TC = 297.3 K

Explanation:

a) TH = temperature hot reservoir = 13°C = 286 K

Tc = temperature cold reservoir = 2°C = 275 K

The coefficient of performance is

COP=\frac{1}{1-\frac{T_{C} }{T_{H} } } =\frac{1}{1-275/286} =26

b) given:

QH = 10.5 kW

QC = 8.75 kW

TC = 0°C = 273 K

\frac{Q_{H} }{Q_{C} } =\frac{T_{H} }{T_{C} } \\T_{H} =\frac{Q_{H}T_{C}  }{Q_{C} } =\frac{10.5*273}{8.75} =327.6K

c) From the COP formula we clear TC:

10=\frac{1}{1-T_{C}/300 } \\T_{C} =297.3k

You might be interested in
We can process oil into a lot of useful fuels to run our cars, trucks, and even airplanes. Oil is used for making lots of other
Ostrovityanka [42]

Answer:

Explanation:

Products of oil in our everyday life:

(1) Petro-Chemical Feedstock: These are by product of Refining of Oil which it is used extensively to make PET bottles, Paints, Polyester Shirts, Pocket combs e.t.c

(2) Asphalt : Used extensively to make Motor Road, highways

(3) Plastics : we use plastics in our everyday life, this is also a product of Refining of crude oil e.g PVC, Telephone casing, Tapes e.t.c

(4) Lubricating Oil/Grease : This is another product from crude oil Fractional Distillation.

(5) Propane/ Cooking Gas: This is also a product from oil which is used in our everyday life for cooking, grilling etc.

4 0
3 years ago
A farmer has 12 hectares of land on which he grows corn, wheat, and soybeans. It costs $4500 per hectare to grow corn, $6000 to
maw [93]

The number of hectares of each crop he should plant are; 250 hectares of Corn, 500 hectares of Wheat and 450 hectares of soybeans

<h3>How to solve algebra word problem?</h3>

He grows corn, wheat and soya beans on the farm of 1200 hectares. Thus;

C + W + S = 12   ----(1)

It costs $45 per hectare to grow corn, $60 to grow wheat, and $50 to grow soybeans. Thus;

45C + 60W + 50S = 63750  -----(2)

He will grow twice as many hectares of wheat as corn. Thus;

W = 2C    ------(3)

Put 2C for W in eq 1 and eq 2 to get;

C + 2C + S = 1200

3C + S = 1200     -----(4)

45C + 60(2C) + 50S = 63750

45C + 120C + 50S = 63750

165C + 50S = 63750    ------(5)

Solving eq 4 and 5 simultaneosly gives;

C = 250 and W = 500

Thus; S = 1200 - 3(250)

S = 450

Read more about algebra word problems at; brainly.com/question/13818690

5 0
2 years ago
A gas flows through a one-inlet, one-exit control volume operating at steady state. Considering an adiabatic control volume with
Hunter-Best [27]

Answer:

b. equal to the specific entropy of the gas at the inlet.

Explanation:

Isentropic process is the process in which the entropy of the system remains unchanged. The word isentropic is formed from the combination of the prefix "iso" which means "equal" and the word entropy.

If a process is completely reversible, without the need to provide energy in the form of heat, then the process is isentropic.

3 0
3 years ago
LC3 Programming ProblemUse .BLKW to set up an array of 10 values, starting at memory location x4000, as in lab 4.Now programmati
irga5000 [103]

Answer:

Check the explanation

Explanation:

Code

.ORIG x4000

;load index

LD R1, IND

;increment R1

ADD R1, R1, #1

;store it in ind

ST R1, IND

;Loop to fill the remaining array

TEST LD R1, IND

;load 10

LD R2, NUM

;find tw0\'s complement

NOT R2, R2

ADD R2, R2, #1

;(IND-NUM)

ADD R1, R1, R2

;check (IND-NUM)>=0

BRzp GETELEM

;Get array base

LEA R0, ARRAY

;load index

LD R1, IND

;increment index

ADD R0, R0, R1

;store value in array

STR R1, R0,#0

;increment part

INCR

;Increment index

ADD R1, R1, #1

;store it in index

ST R1, IND

;go to test

BR TEST

;get the 6 in R2

;load base address

GETELEM LEA R0, ARRAY

;Set R1=0

AND R1, R1,#0

;Add R1 with 6

ADD R1, R1, #6

;Get the address

ADD R0, R0, R1

;Load the 6th element into R2

LDR R2, R0,#0

;Display array contents

PRINT

;set R1 = 0

AND R1, R1, #0

;Loop

;Get index

TOP ST R1, IND

;Load num

LD R3,NUM

;Find 2\'s complement

NOT R3, R3

ADD R3, R3,#1

;Find (IND-NUM)

ADD R1, R1,R3

;repeat until (IND-NUM)>=0

BRzp DONE

;load array address

LEA R0, ARRAY

;load index

LD R1, IND

;find address

ADD R3, R0, R1

;load value

LDR R1, R3,#0

;load 0x0030

LD R3, HEX

;convert value to hexadecimal

ADD R0, R1, R3

;display number

OUT

;GEt index

LD R1, IND

;increment index

ADD R1, R1, #1

;go to top

BR TOP

;stop

DONE HALT

;declaring variables

;set limit

NUM .FILL 10

;create array

ARRAY .BLKW 10 #0

;variable for index

IND .FILL 0

;hexadecimal value

HEX .FILL x0030

;stop

.END

7 0
3 years ago
A horizontal pipe has an abrupt expansion from D1 5 8 cm to D2 5 16 cm. The water velocity in the smaller section is 10 m/s and
anyanavicka [17]
  • Answer:  Explanation:  Application of the bernoulli's equation comes in from conservation of mass flow.  The cross sectional area of the two pipes are calculated. from A = πD²/4 The velocity of water from conservation of mass flow is also calculated ; V2 = Ac1V1/Ac2 The Loss coefficient is then calculated from KL = (1 - Ac1²/Ac2²)² Then the head Loss (hL) is calculated  The detailed calculated and appropriate steps is as shown in the attached files.

5 0
3 years ago
Other questions:
  • Millions of years ago, the Sierra Nevada region began to be uplifted along a crack in Earth's crust. The region on the other sid
    14·1 answer
  • The wheel and the attached reel have a combined weight of 50lb and a radius of gyration about their center of 6 A k in = . If pu
    9·1 answer
  • 3 examples of technology transfer pls
    12·2 answers
  • Assume that we have a BS with a 6-dB antenna gain and an MS with antenna gain of 2 dB, at heights 10 m and 1.5 m, respectively,
    5·1 answer
  • ________ is the amount of time it takes a person’s eyes to regain focus after seeing glare.
    8·2 answers
  • A cubic transmission casing whose side length is 25cm receives an input from the engine at a rate of 350 hp. If the vehicle's ve
    5·1 answer
  • The current flow in an NMOS transistor is due to one of the following:
    11·1 answer
  • Ordan has _ 5 8 can of green paint and _ 3 6 can of blue paint. If the cans are the same size, does Jordan have more green paint
    15·1 answer
  • A two-bus power system is interconnected by one transmission line. Bus 1 is a generator bus with specified terminal voltage magn
    6·1 answer
  • A coil having a resistance of 10 ohms and an inductance of 4 H is switched across a 20W dc source. Calculate (a) time required b
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!