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
Reptile [31]
4 years ago
8

A compressor operates at steady state with Refrigerant 134a as the working fluid. The refrigerant enters at 0.24 MPa, 0°C, with

a volumetric flow rate of 0.64 m/min. The diameters of the inlet and exit pipes are 3 and 1.5 cm, respectively. At the exit, the pressure is 1.0 MPa and the temperature is 50°C. If the magnitude of the heat transfer rate from the compressor to its surroundings is 5% of the compressor power input, determine the power input, in kW.
Engineering
1 answer:
marissa [1.9K]4 years ago
5 0

Answer:

POWER INPUT = 82.989 KW

Explanation:

For pressure P =0.24 MPa and T_1 = 0 DEGREE, Enthalapy _1 = 248.89 kJ/kg

For pressure P =1  MPa and T_1 = 50 DEGREE, Enthalapy _1 = 280.19 kJ/kg

Heat loss Q = 0.05w

Inlet diameter = 3 cm

exit diamter = 1.5  cm

volume of tank will be v = area * velocity

velocity at inlet= \frac{0.64\60 m/s}{ \frac{\pi}{4} (3\times 10^{-2})^2} = 15.09  m/s

velocity at outlet= \frac{0.64\60 m/s}{ \frac{\pi}{4} (1.5\times 10^{-2})^2} = 60.36  m/s

steady flow energy equation

E_{IN} = E_{OUT}

h_1 + \frac{v_1^2}{2g} +wc = h_2 + \frac{v_2^2}{2g} + 0.05wc

248.89 + \frac{15.09^2}{2} + wc = 280.18 + \frac{60.36^2}{2} + 0.05 wc

solving wc = 1830.64  kJ/kg

wc in KWH

we know thatwc = \dot m wc

       \dot m = 4.25 kg/m3 \times (0.64/60) m^3/s

\dot m = 0.04533  kg/s

wc = 0.04533 \times 1830.64 = 82.989 kW

You might be interested in
A 100 MHz generator with Vg= 10/00 v and internal resistance 50 ohms air line that is 3.6m and terminated in a 25+j25 ohm load
Lilit [14]

The value of Vz at point z from the generator  = 17.748 ∠ -107.62°  V

<u>Given data :</u>

Internal resistance = 50 ohms

Vg = 10 ∠ 0° v

length of air line = 3.6 m

Terminating resistance = 25 + j25 Ω

<u />

<u>First step : Determine the </u><u>Total impedance </u>

Total Impedance ( z ) = Rin + Rline + Rl + jXl

                                   = 50 + 50 + 25 + j25  

                                   = 125 + j25  ≈ 127.47 ∠ 11.3°

<u></u>

<u>Next step : Determine the </u><u>curren</u><u>t in the circuit </u>

current ( I ) = Vg / z

                  =  ( 10∠0° v ) / ( 127.47 ∠ 11.3° )

                 = 0.0784 ∠ -11.3  amp

<u />

<u>Final step</u><u> : Determine the value of Vz at point z from the generator </u>

Vz = ( Vg + I * Ri ) - ( RI * I + Rline * I )

    = ( 10∠0° + 0.0784 ∠ -11.3  * 50 ) - ( 25 + j25  + 50 * 0.0784 ∠ -11.3 )

    = -5.37 - j16.91  ≈  17.748 ∠ -107.62°  V

Hence we can conclude that the value of Vz at point z form the generator 17.748 ∠ -107.62°  V

Learn more about voltage : brainly.com/question/11288970

Hello your question is incomplete below is the complete question

<u><em>A 100 MHz generator with Vg =10< 0 degree (v) and internal resistance 50-ohm is connected to a lossless 50-ohm air line that is 3.6m long and terminated in a 25+j25 (ohm) load. </em></u>

<u><em> Find (a) V(z) at a location z from the generate.</em></u>

4 0
3 years ago
The moisture content in air (humidity) is measured by weight and expressed in pounds or ____________________.
VikaD [51]

Moisture content is measured in terms of pounds of water per pound of air (lb water/lb air) or grains of water per pound of air (gr. of water/lb air).

Hope this helps❤

3 0
3 years ago
What is the governing ratio for thin walled cylinders?
Ann [662]

Answer:

The governing ratio for thin walled cylinders is 10 if you use the radius. So if you divide the cylinder´s radius by its thickness and your result is more than 10, then you can use the thin walled cylinder stress formulas, in other words:

  • if \frac{radius}{thickness} >10 then you have a thin walled cylinder

or using the diameter:

  • if \frac{diameter}{thickness} >20 then you have a thin walled cylinder
3 0
3 years ago
You will create three classes, the first two being Student and LineAtOfficeHour. The instances of the first class defines a sing
White raven [17]

Answer:

Complete solution is given below:

Explanation:

//student class

class Student{

  private String firstname,lastname;

 

  //constructor

  Student(String first,String last){

      this.firstname=first;

      this.lastname=last;

  }

 

  //getters and setters

  public String getFirstname() {

      return firstname;

  }

  public void setFirstname(String firstname) {

      this.firstname = firstname;

  }

  public String getLastname() {

      return lastname;

  }

  public void setLastname(String lastname) {

      this.lastname = lastname;

  }

  //function to get the fullname of student

  public String fullName() {

      return this.firstname+" "+this.lastname;

  }

}

//class for line at office hour

class LineAtOfficeHour{

 

  private Student line[];

  private int N=0;

  private int back=0;

 

  //empty constructor

  LineAtOfficeHour() {

      line=new Student[5];

  }

  //parameterized constructor

  LineAtOfficeHour(Student st[]) {

      int i=0;

      line=new Student[5];

      while(i<st.length && i<5) {

          line[i]=st[i];

          i++;

      }

      this.N=i;

      this.back=i-1;

  }

  //function to check if line is empty or not

  public boolean isEmpty() {

      if(this.N==0)

          return true;

      else

          return false;

  }

  //function to check if line is full

  public boolean isFull() {

      if(this.N==5) {

          return true;

      }else

          return false;

  }

  ///function to get the size of line

  public int size() {

      return this.N;

  }

 

  //function to add a student to the line

  public void enterLine(Student s) {

      if(isFull())

          System.out.println("Line is full!!!!");

      else {

          line[++back]=s;

          this.N++;

      }

  }

  public Student seeTeacher() {

      Student result=null;

      if(this.N>=0) {

          result=line[0];

          int i=0;

          for(i=1;i<N;i++) {

              line[i-1]=line[i];

          }

          line[i-1]=null;

          this.N--;

          this.back--;

      }

     

     

      return result;

  }

  //function to print students in line

  public String whosInLine() {

      String result ="";

      for(int i=0;i<this.N;i++) {

          result+=line[i].fullName()+",";

      }

      return result;

  }

}

//driver method

public class TestLine {

  public static void main(String[] args) {

      LineAtOfficeHour list=new LineAtOfficeHour();

     

      if(list.isEmpty()) {

          System.out.println("Line is empty!!!!!!!!!");

      }

     

      Student s1[]=new Student[3];

      s1[0]=new Student("John","Smith");

      s1[1]=new Student("Sam","Zung");

      s1[2]=new Student("Peter","Louis");

      list=new LineAtOfficeHour(s1);

     

      if(list.isEmpty()) {

          System.out.println("Line is empty!!!!!!!!!");

      }else {

          System.out.println("Line is not empty.........");

      }

     

      System.out.println("Students in line: "+list.whosInLine());

     

      System.out.println("Student removed: "+list.seeTeacher().fullName());

     

      System.out.println("Students in line: "+list.whosInLine());

  }

}

6 0
4 years ago
Admission to an aquarium is $14 per person. There is also an IMAX theatre in the building, which charges $8 per ticket for a 3D
adoni [48]

Answer:

x=14a+8b+16.5c

Explanation:

x=total cost

a=number of people in just aquarium

b=number of people in just IMAX

c=number of people in both

c=(14+8)×0.75=22×0.75=16.5

8 0
3 years ago
Other questions:
  • Students would like to sell cold drinks to raise money for a field trip. They need to keep the drinks cold for 3 hours at the ba
    9·1 answer
  • The temperature distribution across a wall 0.3 m thick at a certain instant of time is T(x) a bx cx2 , where T is in degrees Cel
    15·1 answer
  • An industrial system is rated at 600 v the system includes a partially exposed terminal block thats mounted on a bulkhead a new
    5·1 answer
  • CONVEYOR PROGRAM: A conveyor will run when any one of four inputs are on. It will stop when any one of four other inputs are on.
    14·1 answer
  • How do I cancel Trial subscription
    15·1 answer
  • Please help me with this, picture.
    15·1 answer
  • Hello, so I have a watch and I don't know where the plugin for the charger is, or what brand it is. Please do help and please DO
    11·1 answer
  • What is the tolerance for number 4?
    12·1 answer
  • Technician A says the cooling system must be full for a pressure test to be effective. Technician B says the cooling system shou
    14·1 answer
  • Which of the given strategies is specifically a competitive advantage sustainment strategy?
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!