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
Mnenie [13.5K]
3 years ago
5

Air enters a counterflow heat exchanger operating at steady state at 27 C, 0.3 MPa and exits at 12 C. Refrigerant 134a enters at

0.4 MPa, a quality of 0.3, and a mass flow rate of 35 kg/h. Refrigerant exits at 10 C. Stray heat transfer is negligible and there is no significant change in pressure for either stream.(a) For the Refrigerant 134a stream, determine the rate of heat transfer, in kJ/h.(b) For each of the streams, evaluate the change in flow exergy rate, in kJ/h, and interpret its value and sign.Let T0 = 22 C, p0 = 0.1 MPa, and ignore the effects of motion and gravity.

Engineering
1 answer:
Kruka [31]3 years ago
8 0

Answer:

A) 337.21 kj/h

b) -224.823 kj/h

Explanation:

Steady state temperature = 27⁰C

Pressure = 0.3 MPa

exit temperature = 12⁰c

Refrigerant 134a :

entering pressure = 0.4 MPa

mass flow rate = 35 kg/h

quality = 0.3

inlet temp = 8.93⁰c

A) Determine the rate of heat transfer in kJ/h for Refrigerant 134a stream

calculate the specific enthalpy of refrigerant at the inlet

hm = hf + x ( hg - hf )

at 0.4 MPa : hf = 64 kj/kg ,  hg = 256 kj/kg

x = 0.3 ( quality )

hence : hm = 64 + 0.3 ( 256 - 64 ) = 64.3 + 57.6 = 121.9 kj/kg

next calculate the specific enthalpy at outlet

Tout = 10⁰c , T sat = 8.93⁰c

since the Tsat < Tout the refrigerant is super heated and from the super heated refrigerant table at P = 0.4 MPa, hout = 257 kj/kg

Heat gained by refrigerant ( Qin)

Qin = mref ( hout - hin )

      = 35 ( 257 - 112) = 5075 kj/h

To determine the rate of heat transfer we have to apply the equation below

heat gained by refrigerant = heat gained by air

                                     Qin = Qout

                                     5075 kj/h = mair ( hout - hin ) ------------ 1

considering ideal conditions

at T = 300 k ,  hout = 300.19 kj/kg ( specific enthalpy )

at T = 285 k , hin = 285.14 kj/kg   ( specific enthalpy )

back to equation 1

5075 kj/h = mair ( 300.19 - 285.14 )

mair ( rate of energy transfer ) = 5075 / 15.05 = 337.21 kj/h

B) evaluating the change in flow energy rate in kJ/h

attached below is the detailed solution

You might be interested in
Consider a multiprocessor system and a multithreaded program written using the many-to-many threading model. Let the number of u
Montano1993 [528]

Answer:

At the point when the quantity of bit strings is not exactly the quantity of processors, at that point a portion of the processors would stay inert since the scheduler maps just part strings to processors and not client level strings to processors. At the point when the quantity of part strings is actually equivalent to the quantity of processors, at that point it is conceivable that the entirety of the processors may be used all the while. Be that as it may, when a part string obstructs inside the portion (because of a page flaw or while summoning framework calls), the comparing processor would stay inert. When there are more portion strings than processors, a blocked piece string could be swapped out for another bit string that is prepared to execute, in this way expanding the use of the multiprocessor system.When the quantity of part strings is not exactly the quantity of processors, at that point a portion of the processors would stay inert since the scheduler maps just bit strings to processors and not client level strings to processors. At the point when the quantity of bit strings is actually equivalent to the quantity of processors, at that point it is conceivable that the entirety of the processors may be used at the same time. Be that as it may, when a part string hinders inside the piece (because of a page flaw or while summoning framework calls), the relating processor would stay inert. When there are more portion strings than processors, a blocked piece string could be swapped out for another bit string that is prepared to execute, along these lines expanding the usage of the multiprocessor framework.

4 0
2 years ago
The capacity of a battery is 1800 mAh and its OCV is 3.9 V. a) Two batteries are placed in series. What is the combined battery
Lynna [10]

Answer:

capacity  = 0.555 mAh

capacity  = 3600 mAh

Explanation:

given data

battery = 1800 mAh

OCV = 3.9 V

solution

we get here capacity when it is in series

so here Q = 2C  

capacity  = 2 × ampere × second   ...............1

put here value and we get

and 1 Ah = 3600 C

capacity  = \frac{2}{3600}

capacity  = 0.555 mAh

and

when it is in parallel than capacity will be

capacity = Q1 +Q2   ...............2

capacity  = 1800 + 1800

capacity  = 3600 mAh

3 0
3 years ago
Why would the shear stress be considered as the momentum flux.
oksano4ka [1.4K]

Answer:

A fluid flowing along a flat plate will stick to it at the point of contact

Explanation:

and this is known as the no-slip condition. ... This is the precise reason why shear stress in a fluid can also be interpreted as the flux of momentum.

3 0
2 years ago
Programming Assignment 2 Decimal and IEEE-754 ConversionsObjective: To write a C program (not C++) that converts numbers between
kondaur [170]

Answer:

// Program is written in C Programming Language

// Comments are used for explanatory purpose

// Program starts here

#include<stdio.h>

#include<math.h>

//Function to Convert to float

void To float(int num, int I)

{

//Create a kount variable

int kount;

// Start an iteration

for(kount=i-1; kount>0; kount--)

{

if((num>>kount) && 1) {printf("1");}

else { printf("0"); }

}

}

// Create a user defined variable

typedef union {// Definition

float Number;

struct

{

// Mantissa

unsigned int mant : 23;

// Exponent

unsigned int exp : 8;

// Sign

unsigned int sign: 1;

} raw;

} myfloat; // Variable name

// Create print segment

void printsegment(myfloat var)

{

printf("%d |", var.raw.sign);// Sign

To float(var.raw.exp,8); // Exponent

printf("|");

To float(var.raw.mant,8); // Mantissa

printf("\n");

}

// Function to Convert to Real

unsigned int ToReal(int* dig[], int l, int h)

{

unsigned int f = 0, I;

Start an iteration

for(I = h; I>=l;I--)

{

// Calculate individual value

f = f + dig[I] * pow(2,h-1);

}

return f;

}

// Main method start here

int main()

{

printf("Floating Point Conversion\n");

printf("Select any of the following options\n");

printf("1. Decimal to IEEE754 Conversion\n");

printf("2. IEEE754 to Decimal Conversion\n");

printf("3. Quit");

// Declare integer variable for option

int opt;

// Prompt to select option

printf("Select an option; Option 1 to 3: ");

scanf("%d", $opt);

if(opt == 1)

{

printf("You have selected option 1");

// Declare a user defined variable and a system defined variable

myfloat var; float number;

// Accept input

scanf("%d", number);

// Check for special cases

if(isnan(number/0.0))// Not a number

{

printf("Not a Number");

}

else

{

var.f = number;

// Print Sign

printf("%d | ", var.raw.sign);

// Print Exponent

ToFloat(var.raw.exp,8);

printf(" | ");

// Print Mantissa

ToFloat(var.raw.mant,23);

}

}// End of option 1;

// Beginning of option 2

else if(opt == 2)

{

printf("You have selected option 2");

// Declare an array and two integer variables

unsigned int number[32];

int ctrlno, I = 0;

// Accept input by through an iteration

for(int k = 0; k < 32; k++)

{

// Create a label

label: scanf("%d", ctrlno);

// Check for special cases

if(isnan(ctrlno/0.0))// Not a number

{

printf("Not a Number"); I++;

break;

}

else if(ctrlno>1 || ctrlno < 0)

{

printf("Invalid Number\n Please enter a valid digit");

goto label;

}

else {

// Assign number to array

number[k] = ctrlno;

}

// Check validity of number

if(I != 0)

{

printf(" Invalid Number Representation");

}

else

{

// Declare user defined variable

myfloat var;

// Get sign

var.raw.sign = number[0];

// Get mantissa; From to 31

unsigned f = ToReal(number,9,31);

var.raw.mant = f;

// Get exponent; 1 to 8

f = ToReal(number,1,8);

var.raw.exp = f;

// Print Output

printf("The converted digit is ");

printf("%f", var.f);

}

else

{

// Quit Application

break;

}

return 0;

}

3 0
3 years ago
Two technicians are discussing cylinder- testing. Technician A says that when testing the power level of a specific cylinder usi
konstantin123 [22]

Answer:

The answer is "Both Technician A and Technician B".

Explanation:

The cylinder Testing is intended to assess locomotive inconsistency in CNS rodents, for example, whenever the animal moves within a transparent plastic tube, its preliminary activity is registered as it rises against the stadium wall.

In the given question both technicians are correct because both are reliable ways to check cylinders and the influence of the belief if every pathway has many more advantages than each other.

6 0
3 years ago
Other questions:
  • A police officer in a patrol car parked in a 70 km/h speed zone observes a passing automobile traveling at a slow, constant spee
    6·1 answer
  • A hawser is wrapped two full turns around a bollard. By exerting an 80-lb force on the free end of the hawser, a dockworker can
    6·1 answer
  • Different between an architect and an engineer​
    15·1 answer
  • 2. What is the original length of the rectangular bar if the deformation is 0.005 in with a force of 1000 lbs and an area of 0.7
    9·1 answer
  • O local utilizado pelos grandes avioes para descolar e aterrar
    14·1 answer
  • Please follow meee ​
    15·1 answer
  • Explain your own understanding about the relevant connections between the four subsystems of Earth through the use of a creative
    9·1 answer
  • 17
    14·1 answer
  • This acronym is a reminder of the most common types of hazards or injuries caused by electricity.
    14·1 answer
  • A kitchen contains one section of counter that's 20 inches
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!