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
Leviafan [203]
3 years ago
10

Steam at 20 bars is in the saturated vapor state (call this state 1) and contained in a pistoncylinderdevice with a volume of 0.

03 m3. Assume the steam is cooled at constantvolume (i.e. the piston is held fixed in place) until the temperature reaches 200 C (callthis state 2). Then the steam is expanded isothermally until its volume is three times theinitial value (state 3).
Required:
a. Determine the pressures at state 2 and 3. ans. 15.5 bar, ~10 bar
b. Determine the change in specific internal energy, u, for each of the two processes.
-389 kJ/kg, 410 kJ/kg
c. Make qualitatively correct sketches of the processes on a T-v plot.

Engineering
1 answer:
saul85 [17]3 years ago
3 0

Answer:

Explanation:

Given that:

<u>At state 1:</u>

Pressure P₁ = 20 bar

Volume V₁ = 0.03 \mathbf{m^{3}}

From the tables at saturated vapour;

Temperature T₁ = 212.4⁰ C  ; v_1 = vg_1 = 0.0996 \mathbf{m^{3}} / kg

The mass inside the cylinder is m = 0.3 kg, which is constant.

The specific internal energy u₁ = ug₁ = 2599.2 kJ/kg

<u>At state 2:</u>

Temperature T₂ = 200⁰ C

Since the 1 - 2 occurs in an isochoric process v₂ = v₁ = 0.099 \mathbf{m^{3}} / kg

From temperature T₂ = 200⁰ C

v_f_2 = 0.0016 \ m^3/kg  

vg_2 = 0.127 \ m^3/kg  

Since  vf_2 < v_2 , the saturated pressure at state 2 i.e. P₂ = 15.5 bar

Mixture quality x_2 = \dfrac{v_2-vf_2}{vg_2 -vf_2}

x_2 = \dfrac{(0.099-0.0016)m^3/kg}{(0.127 -0.0016) m^3/kg}

x_2 = \dfrac{(0.0974)m^3/kg}{(0.1254) m^3/kg}

\mathsf{x_2 =0.78}

At temperature T₂, the specific internal energy u_f_2 = 850.6 \ kJ/kg , also ug_2 = 2594.3 \ kJ/kg

Thus,

u_2 = uf_2 + x_2 (ug_2 -uf_2)

u_2 =850.6  +0.78 (2594.3 -850.6)

u_2 =850.6  +1360.086

u_2 =2210.686 \ kJ/kg

<u>At state 3:</u>

Temperature T_3=T_2 = 200 ^0 C ,

V_3 = 2V_1 = 0.06 \ m^3

Specific volume v_3 = 0.2  \ m^3/kg

Thus; vg_3 =vg_2 = 0.127 \ m^3/kg ,

SInce v_3 > vg_3, therefore, the phase is in a superheated vapour state.

From the tables of superheated vapour tables; at v_3 = 0.2  \ m^3/kg and T₃ = 200⁰ C

The pressure = 10 bar and v =0.206 \ m^3/kg

The specific internal energy u_3 at the pressure of 10 bar = 2622.3 kJ/kg

The changes in the specific internal energy is:

u_2-u_1

= (2210.686 - 2599.2) kJ/kg

= -388.514 kJ/kg

≅ - 389 kJ/kg

u_3-u_2

= (2622.3 - 2210.686)  kJ/kg

= 411.614 kJ/kg

≅ 410 kJ/kg  

We can see the correct sketches of the T-v plot showing the diagrammatic expression in the image attached below.

You might be interested in
13. Write a function which is passed two strings. The function creates a new string from the two original strings by copying one
attashe74 [19]

Answer:

I am writing the code in C++. Let me know if you want the program in some other programming language.

#include <iostream>  // includes header file for input output functions

using namespace std;     //to identify objects like cin cout

string CopyStrings(string string1, string string2)  

{   string newString = "";    

   for (int loop = 0; loop < string1.length() ||  

                   loop < string2.length(); loop++)      {      

       if (loop < string1.length())  

           newString += string1[loop];          

       if (loop < string2.length())  

           newString += string2[loop];      }  

   return newString;   }  

int main()  

{   string stringA = "ace";  

   string stringB = "bdf";  

   cout << CopyStrings(stringA, stringB);   }

Output:

abcdef

Explanation:

The function CopyStrings() function takes two strings i.e. string1 and string2 as parameters to copy characters from both the string one character from each.

The newString variable stores the new string after copying characters from both strings string1 and string2.

Then the for loop starts which has a variable loop which is an index variable that traverses through both the strings stored in string1 and string2. The loop continues to execute until it moves through entire length of string1 and string2 which means it copies all the characters from both string1 and string2. length() is used here which returns length of the string1 and string2.

If statement in the for loop checks the character that loop (index) variable is pointing to is less than the string1 length which means it checks each character stored in string1. For example if string1 contains "ace" and loop variable is moving through the string and is currently at "a" then this condition is true. If the condition evaluates to true then the body of if statement is executed. The next statement stores that character a into the newString variable.

Next If statement checks character that loop variable is pointing to is less than the string2 length which means it checks each character stored in string2. For example if string2 contains "bdf" and loop variable is moving through the string and is currently at "b" then this condition is true. If the condition evaluates to true then the body of if statement is executed. The next statement stores that character b into the newString variable.

Then the second iteration starts which again first stores the next character i.e. c from string1 into newString and then stores next character i.e d from string2 into newString.

Then the third iteration starts which again first stores the next character i.e. e from string1 into newString and then stores next character i.e f from string2 into newString.

Then the loop breaks as the loop variable reaches end of both the string1 and string2.

return newString will return the copied string into the output screen which is abcdef.

The screenshot of code along with output is attached.

3 0
3 years ago
On diesel engines, data from ________ sensors are commonly used to adjust exhaust gas recirculation (EGR) rates.
e-lub [12.9K]

Answer:

Air mass sensors is the right answer i think

Explanation:

3 0
2 years ago
5. Create a function named second_a that uses a list comprehension. The function will take a single integer parameter n. Find ev
Mekhanik [1.2K]

Answer:

//Program was implemented using C++ Programming Language

// Comments are used for explanatory purpose

#include<iostream>

using namespace std;

unsigned int second_a(unsigned int n)

{

int r,sum=0,temp;

int first;

for(int i= 1; I<=n; i++)

{

first = n;

//Check if first digit is 3

// Remove last digit from number till only one digit is left

while(first >= 10)

{

first = first / 10;

}

if(first == 3) // if first digit is 3

{

//Check if n is palindrome

temp=n; // save the value of n in a temporary Variable

while(n>0)

{

r=n%10; //getting remainder

sum=(sum*10)+r;

n=n/10;

}

if(temp==sum)

cout<<n<<" is a palindrome";

else

cout<<n<<" is not a palindrome";

}

}

}

Explanation:

The above code segments is a functional program that checks if a number that starts with digit 3 is Palindromic or not.

The program was coded using C++ programming language.

The main method of the program is omitted.

Comments were used for explanatory purpose.

8 0
3 years ago
Explain with schematics the operating principle of solid state lasers.
alina1380 [7]

Explanation:

A solid state laser contains a cavity like structure fitted with spherical mirrors or plane mirrors at the end filled with a rigidly bonded crystal. It uses solid as the medium. It uses glass or crystalline materials.

    It is known that active medium used for this type of laser is a solid material. This lasers are pumped optically by means of a light source which is used as a source of energy for the laser. The solid materials gets excited by absorbing energy in the form of light from the light source. Here the pumping source is light energy.  

7 0
3 years ago
Which of the following best describes the role of engineers
Fantom [35]

Problem Solvers

Explanation:

Engineers find problems in the world, and then they find solutions for them.

8 0
3 years ago
Other questions:
  • What are the three main areas of bioengineering?
    11·1 answer
  • function summedValue = SummationWithLoop(userNum) % Summation of all values from 1 to userNum summedValue = 0; i = 1; % Write a
    11·1 answer
  • Go online and search for information about companies that have been harmed or bankrupted by a disaster. Choose one such company
    11·1 answer
  • A 3-phase induction motor is being driven at a frequency of 80 Hz, and the motor speed is 1000 rpm. How many poles does the moto
    8·1 answer
  • A compound machine contains three simple machines with IMAs of 2, 4 and 5, respectively. What is the overall ideal mechanical ad
    15·1 answer
  • Please write the command(s) you should use to achieve the following tasks in GDB. 1. Show the value of variable "test" in hex fo
    5·1 answer
  • Add my sc please?.<br><br> kindacracked
    12·2 answers
  • What is the most likely reason the rover won't travel in a straight line?
    9·1 answer
  • ⊂who else is obsessed with the ornail
    9·1 answer
  • 10 properties of metals?<br> ​
    10·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!