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
Veseljchak [2.6K]
3 years ago
10

Air fl ows isentropically through a duct. At section 1, the pressure and temperature are 250 kPa and 1258C, and the velocity is

200 m/s. At section 2, the area is 0.25 m2 and the Mach number is 2.0. Determine (a) Ma1; (b) T2; (c) V2; and (d ) the mass fl ow.
Engineering
1 answer:
abruzzese [7]3 years ago
6 0

The correct temperature is 125°C

Answer:

A) M_a1 = 0.5

B) T2 = 232.17 K

C) V2 = 611 m/s

D) m' = 187 kg/s

Explanation:

We are given;

Pressure; P1 = 250 kPa

Temperature; T1 = 125°C = 398 K

Speed; v1 = 200 m/s

Area; A2 = 0.25 m²

M_a2 = 2

A) Formula for M_a1 is given by;

M_a1 = v/a1

Where;

v is speed

a1 = √kRT

k is specific heat capacity ratio of air = 1.4

R is a gas constant with a value of R = 287 J/kg·K

T is temperature

Thus;

M_a1 = 200/√(1.4 × 287 × 398)

M_a1 = 200/399.895

M_a1 = 0.5

B) To find T2, let's first find the Stagnation pressure T0

Thus;

T0/T1 = 1 + ((k - 1)/2) × (M_a1)²

T0 = T1(1 + ((k - 1)/2) × (M_a1)²)

T0 = 398(1 + ((1.4 - 1)/2) × (0.5)²)

T0 = 398(1 + (0.2 × 0.5²))

T0 = 398 × 1.05

T0 = 417.9 K

Now,similarly;

T0/T2 = 1 + ((k - 1)/2) × (M_a2)²

T2 = T0/[(1 + ((k - 1)/2) × (M_a2)²)]

T2 = 417.9/(1 + (0.2 × 2²))

T2 = 417.9/1.8

T2 = 232.17 K

C) V2 is gotten from the formula;

T0 = T2 + (V2)²/(2C_p)

Cp of air = 1005 J/Kg.K

Thus;

V2 = √(2C_p)[T0 - T2]

V2 = √((2 × 1005) × (417.9 - 232.17))

V2 =√373317.3

V2 = 611 m/s

D) mass flow is given by the formula;

m' = ρA2•V2

Where;

ρ is Density of air with an average value of 1.225 kg/m³

m' = 1.225 × 0.25 × 611

m' = 187 kg/s

You might be interested in
An AC generator supplies an rms voltage of 120 V at 50.0 Hz. It is connected in series with a 0.650 H inductor, a 4.80 μF capaci
Serggg [28]

Answer:

Explanation:

f = 50.0 Hz, L = 0.650 H, π = 3.14

C = 4.80 μF, R = 301 Ω resistor. V = 120volts

XL = wL = 2πfL

= 2×3.14×50* 0.650

= 204.1 Ohm

Xc= 1/wC

Xc = 1/2πfC

Xc = 1/2×3.14×50×4.80μF

= 1/0.0015072

= 663.48Ohms

1. Total impedance, Z = sqrt (R^2 + (Xc-XL)^2)= √ 301^2+ (663.48Ohms - 204.1 Ohm)^2

√ 90601 + (459.38)^2

√ 90601+211029.98

√ 301630.9844

= 549.209

Z = 549.21Ohms

2. I=V/Z = 120/ 549.21Ohms =0.218Ampere

3. P=V×I = 120* 0.218 = 26.16Watt

Note that

I rms = Vrms/Xc

= 120/663.48Ohms

= 0.18086A

4. I(max) = I(rms) × √2

= 0.18086A × 1.4142

= 0.2557

= 0.256A

5. V=I(max) * XL

= 0.256A ×204.1

=52.2496

= 52.250volts

6. V=I(max) × Xc

= 0.256A × 663.48Ohms

= 169.85volts

7. Xc=XL

1/2πfC = 2πfL

1/2πfC = 2πf× 0.650

1/2×3.14×f×4.80μF = 2×3.14×f×0.650

1/6.28×f×4.8×10^-6 = 4.082f

1/0.000030144× f = 4.082×f

1 = 0.000030144×f×4.082×f

1 = 0.000123f^2

f^2 = 1/0.000123048

f^2 = 8126.922

f =√8126.922

f = 90.14 Hz

8 0
3 years ago
Your Java program will be reading input from a file name strInput.txt. Each record contains String firstname String lastName Str
stiks02 [169]

Answer:

The program requires that you have the specified input files and it reads from each file at a time and processes salary in digits, states the city, state and bonus with respective first and last name as requested in the question. Note that you must have access to the mentioned output files for the program to work properly. Below is the java version of the program.

import java.io.File;

import java.io.FileNotFoundException;

import java.io.PrintWriter;

import java.util.Scanner;

class Driver

{

public static void main(String[] args) throws FileNotFoundException

{

Scanner sc = new Scanner(new File("strInput.txt"));

PrintWriter pd = new PrintWriter(new File("strOutputD"));

PrintWriter prf = new PrintWriter(new File("strOutputRF"));

String firstname = "", lastname = "", strSalary = "", status = "", cityState = "", city = "", state = "";

double salary = 0, bonus = 0;

int incorrectRecords = 0;

int dRecords = 0;

int fRecords = 0;

while(sc.hasNextLine())

{

firstname = sc.next();

lastname = sc.next();

strSalary = sc.next();

status = sc.next();

cityState = sc.next();

if(!status.equals("D") && !status.equals("F"))

{

System.out.println("Records is neither D nor F. Skipping this...");

incorrectRecords++;

continue;

}

else if(status.equals("D") || status.equals("F"))

{

char c = ' ';

int i = 0;

for(i=0; i<strSalary.length() && c != '.'; i++)

{

c = strSalary.charAt(i);

if(!Character.isDigit(c))

{

System.out.println("Char at position " + (i+1) + " in salary is not a digit");

incorrectRecords++;

continue;

}

}

if(c == '.')

{

if(i+1 == strSalary.length()-1)

{

if(!Character.isDigit(strSalary.charAt(i)))

{

System.out.println("Char at position " + (i+1) + " in salary is not a digit");

incorrectRecords++;

continue;

}

if(!Character.isDigit(strSalary.charAt(i+1)))

{

System.out.println("Char at position " + (i+1+1) + " in salary is not a digit");

incorrectRecords++;

continue;

}

}

else

{

System.out.println("Period is in the wrong position. Expected at " + (strSalary.length()-3) + " but found at " + (i+1));

continue;

}

}

city = cityState.split(",")[0];

state = cityState.split(",")[1];

salary = Double.parseDouble(strSalary);

if(status.equals("D"))

{

bonus = salary * 0.125;

dRecords++;

pd.write(firstname + " " + lastname + " " + status + " " + salary + " " + bonus + " " + city + " " + state);

}

else

{

bonus = salary * 0.18;

fRecords++;

prf.write(firstname + " " + lastname + " " + status + " " + salary + " " + bonus + " " + city + " " + state);

}

}

}

System.out.println("No of D records : " + dRecords);

System.out.println("No of F records : " + fRecords);

System.out.println("No of incorrect records : " + incorrectRecords);

}

}

6 0
3 years ago
Should the ship breaking business continue why or why not?
Dmitry [639]

Answer:

Ship-breaking or ship demolition is a type of ship disposal involving the breaking up of ships for either a source of parts, which can be sold for re-use, or for the extraction of raw materials, chiefly scrap. It may also be known as ship dismantling, ship cracking, or ship recycling. Modern ships have a lifespan of 25 to 30 years before corrosion, metal fatigue and a lack of parts render them uneconomical to operate.[1] Ship-breaking allows the materials from the ship, especially steel, to be recycled and made into new products. This lowers the demand for mined iron ore and reduces energy use in the steel making process. Fixtures and other equipment on board the vessels can also be reused. While ship-breaking is sustainable, there are concerns about the use of poorer countries without stringent environmental legislation. It is also labor-intensive, and considered one of the world's most dangerous industries.[2]

In 2012, roughly 1,250 ocean ships were broken down, and their average age was 26 years.[3][4] In 2013, the world total of demolished ships amounted to 29,052,000 tonnes, 92% of which were demolished in Asia. As of January 2020, India has the largest global share at 30%;[5] followed by Bangladesh, China and Pakistan.[6] Alang, India currently has the world's largest ship graveyard,[5] followed by Chittagong Ship Breaking Yard in Bangladesh and Gadani in Pakistan.[6]

The largest sources of ships are states of China, Greece and Germany respectively, although there is a greater variation in the source of carriers versus their disposal.[7] The ship-breaking yards of India, Bangladesh, China and Pakistan employ 225,000 workers as well as providing many indirect jobs. In Bangladesh, the recycled steel covers 20% of the country's needs and in India it is almost 10%.[8]

As an alternative to ship-breaking, ships may be sunk to create artificial reefs after legally-mandated removal of hazardous materials, or sunk in deep ocean waters. Storage is a viable temporary option, whether on land or afloat, though all ships will be eventually scrapped, sunk, or preserved for museums.

6 0
3 years ago
What kinds of problems or projects would a civil engineer work on?
lisov135 [29]

Answer:

simple projects bovonhztisgx

8 0
3 years ago
When a motorist passes a bicyclist, what is the minimum legal distance (clearance) to leave between vehicle and bike? *
Vladimir79 [104]
There is no legal minimum distance
8 0
3 years ago
Other questions:
  • A room has a width of 14.1 feet, a length of 15.5 feet, and a ceiling height of 12.0 ft. The average flow rate for this room's a
    6·1 answer
  • NO reacts with Br2 in the gas phase according to the following chemical equation: 2NO(g) +Br2(g)2NOBr(g) It is observed that, wh
    6·1 answer
  • Psychologist who uses behavioral approach to therapy would probably try which of the following
    13·2 answers
  • How much heat (Btu) is prod uced by a 150-W light bulb that is on for 20-hours?
    14·1 answer
  • A 350 m^3 retention pond that holds rainwater from a shopping mall is empty at the beginning of a rainstorm. The flow rate out o
    7·1 answer
  • Create a Python program that will produce the following output:
    7·1 answer
  • Two piezometers have been placed along the direction of flow in a confined aquifer that is 30.0 m thick. The piezometers are 280
    6·1 answer
  • 1 kg of oxygen is heated from 20 to 120°C. Determine the amount of heat transfer required when this is done during a (a) constan
    7·1 answer
  • Think about the KIA factory shown in the video, what are two things that managers could do to reduce waste or increase efficienc
    6·1 answer
  • Agricultural economics is a study of how agriculture and business are related.<br> False<br> True
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!