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
Tom [10]
3 years ago
12

Determine the hydraulic radius for the following rectangular open channel width =23m water depth =3m

Engineering
1 answer:
Romashka-Z-Leto [24]3 years ago
8 0

Answer:

2.379m

Explanation:

The width = 23m

The depth = 3m

The radius is denoted as R

The wetted area is = A

The perimeter perimeter = P

Hydraulic radius

R = A/P

The area of a rectangular channel

= Width multiplied by Depth

A = 23x3

A = 69m²

Perimeter = (2x3)+23

P = 6+23

P= 29

Hydraulic radius R = 69/29

= 2.379m

This answers the question

Thank you!

You might be interested in
To solve the problem, make assumptions for missing data and justify. Given:
finlep [7]

Answer:

5,4,1, this is a explication

6 0
3 years ago
A three-point bending test is performed on a glass specimen having a rectangular cross section of height d 5 mm (0.2 in.) and wi
Anon25 [30]

Answer:

The flexural strength of a specimen is = 78.3 M pa

Explanation:

Given data

Height = depth = 5 mm

Width = 10 mm

Length L = 45 mm

Load = 290 N

The flexural strength of a specimen is given by

\sigma = \frac{3 F L}{2 bd^{2} }

\sigma = \frac{3(290)(45)}{2 (10)(5)^{2} }

\sigma = 78.3 M pa

Therefore the flexural strength of a specimen is = 78.3 M pa

4 0
3 years ago
For a project in C++ we are supposed toDesign a class named Month. The class should have the following private members:-name: a
mart [117]

Answer:

include <iostream>

using namespace std;

 

class Month

{

public:

 Month (char firstLetter, char secondLetter, char thirdLetter);

 

 Month (int monthNum);

.

 

 Month();

 void outputMonth_num();

 

 

 void outputMonthLetters();

private:

 int month;

};

 

 

int main ()

{

 //

 // Variable declarations

 //

 int monthNum;

 char firstLetter, secondLetter, thirdLetter;    

 char testAgain;              

 

 do {

 

   cout << endl;

   cout << "Testing the default constructor ..." << endl;

   Month defaultMonth;

   defaultMonth.outputMonth_num();

   defaultMonth.outputMonthLetters();

 

   //

   // Construct a month using the constructor with one integer argument

   //

   cout << endl;

   cout << "Testing the constructor with one integer argument..." << endl;

   cout << "Enter a month number: ";

   cin >> monthNum;

 

   Month testMonth1(monthNum);

   testMonth1.outputMonth_num();

   testMonth1.outputMonthLetters();

 

   //

   // Construct a month using the constructor with three letters as arguments

   //

   cout << endl;

   cout << "Testing the constructor with 3 letters as arguments ..." << endl;

   cout << "Enter the first three letters of a month (lowercase): ";

   cin >> firstLetter >> secondLetter >> thirdLetter;

   cout << endl;

 

   Month testMonth2(firstLetter, secondLetter, thirdLetter);

   testMonth2.outputMonth_num();

   testMonth2.outputMonthLetters();

 

   //

   // See if user wants to try another month

   //

   cout << endl;

   cout << "Do you want to test again? (y or n) ";

   cin >> testAgain;

 }

 while (testAgain == 'y' || testAgain == 'Y');

 

 return 0;

}

 

 

Month::Month(char firstLetter, char secondLetter, char thirdLetter)

{

if ((firstLetter == 'j')&&(secondLetter == 'a')&&(thirdLetter == 'n'))

  outputMonth_num = 1;

if ((firstLetter == 'f')&&(secondLetter == 'e')&&(thirdLetter == 'b'))

  outputMonth_num = 2;

if ((firstLetter == 'm')&&(secondLetter == 'a')&&(thirdLetter == 'r'))

  outputMonth_num = 3;

if ((firstLetter = 'a')&&(secondLetter == 'p')&&(thirdLetter == 'r'))

  outputMonth_num = 4;

if ((firstLetter == 'm')&&(secondLetter == 'a')&&(thirdLetter == 'y'))

  outputMonth_num = 5;

if ((firstLetter == 'j')&&(secondLetter == 'u')&&(thirdLetter == 'n'))

  outputMonth_num = 6;

if ((firstLetter == 'j')&&(secondLetter == 'u')&&(.thirdLetter == 'l'))

  outputMonth_num = 7;

if ((firstLetter == 'a')&&(secondLetter == 'u')&&(thirdLetter == 'g'))

  outputMonth_num = 8;

if ((firstLetter == 's')&&(secondLetter == 'e')&&(thirdLetter == 'p'))

  outputMonth_num = 9;

if ((firstLetter == 'o')&&(secondLetter == 'c')&&(thirdLetter == 't'))

  outputMonth_num = 10;

if ((firstLetter == 'n')&&(secondLetter == 'o')&&(thirdLetter == 'v'))

 outputMonth_num = 11;

if ((firstLetter == 'd')&&(secondLetter == 'e')&&(thirdLetter == 'c'))

 outputMonth_num = 12;

}

 

Month::inputMonthByNumber

{

if (Month_num > 12 && Month_num < 1)

cout << "Invalid number for Month, please choose 1-12)\n";

}

 

void Month::outputMonth_num()

{

 if (month >= 1 && month <= 12)

   cout ><< "Month: " << month << endl;

 else

   cout << "Error - The month is not a valid!" << endl;

}

 

void Month::outputMonthLetters()

{

 switch (month)

   {

   case 1:

     cout << "Jan" << endl;

     break;

   case 2:

     cout << "Feb" << endl;

     break;

   case 3:

     cout << "Mar" << endl;

     break;

   case 4:

     cout << "Apr" << endl;

     break;

   case 5:

     cout << "May" << endl;

     break;

   case 6:

     cout << "Jun" << endl;

     break;

   case 7:

     cout << "Jul" << endl;

     break;

   case 8:

     cout << "Aug" << endl;

     break;

   case 9:  

     cout << "Sep" << endl;

     break;

   case 10:

     cout << "Oct" << endl;

     break;

   case 11:

     cout << "Nov" << endl;

     break;

   case 12:

     cout << "Dec" << endl;

     break;

   default:

     cout << "Error - the month is not a valid!" << endl;

   }

}

7 0
3 years ago
Steam enters a turbine operating at steady state at 2 MPa, 323 °C with a velocity of 65 m/s. Saturated vapor exits at 0.1 MPa an
Lera25 [3.4K]

Answer:

\dot Q_{out} = 13369.104\,kW

Explanation:

The turbine is modelled after the First Law of Thermodynamics:

-\dot Q_{out} - \dot W_{out} + \dot H_{in} - \dot H_{out} + \dot K_{in} - \dot K_{out} + \dot U_{in} - \dot U_{out} = 0

The rate of heat transfer between the turbine and its surroundings is:

\dot Q_{out} = \dot H_{in}-\dot H_{out} + \dot K_{in} - \dot K_{out} - \dot W_{out} + \dot U_{in} - \dot U_{out}

The specific enthalpies at inlet and outlet are, respectively:

h_{in} = 3076.41\,\frac{kJ}{kg}

h_{out} = 2675.0\,\frac{kJ}{kg}

The required output is:

\dot Q_{out} = \left(8\,\frac{kg}{s} \right)\cdot \left\{3076.41\,\frac{kJ}{kg}-2675.0\,\frac{kJ}{kg}+\frac{1}{2}\cdot \left[\left(65\,\frac{m}{s} \right)^{2}-\left(42\,\frac{m}{s} \right)^{2}\right] + \left(9.807\,\frac{m}{s^{2}} \right)\cdot (4\,m) \right\} - 8000\,kW\dot Q_{out} = 13369.104\,kW

4 0
3 years ago
The net negative charge flowing through a device varies as q(t) = 2.2 t2 C. Find the current through the device at t = 0, 0.5, a
Leni [432]

Answer:

The current at t= 0 sec, is 0 A

The current at t= 0.5 sec, is 2.2 A

The current at t= 1 sec, is 4.4 A

Explanation:

Given that

q(t) = 2.2 t²

We know that:- the change in the charge w.r.t. time is known as current. So,

I=\dfrac{dq}{dt}

q(t) = 2.2 t²

\dfrac{dq}{dt}= 4.4 t

I= 4.4 t

1.

t = 0 s :

I = 4.4 x 0 = 0 A

<u>Therefore, the current at t= 0 sec, is 0 A</u>

2 .

t= 0.5 s :

I = 4.4 x 0.5 = 2.2 A

<u>Therefore, the current at t= 0.5 sec, is 2.2 A</u>

3.

t= 1 s

I = 4.4 x 1 =4.4 A

<u>Therefore, the current at t= 1 sec, is 4.4 A</u>

4 0
3 years ago
Other questions:
  • You’ve experienced convection cooling if you’ve ever extended your hand out the window of a moving vehicle or into a flowing wat
    6·1 answer
  • With 64 KB of memory and 8 bits in each memory location, how wide should the address bus be to access all 64 KB of memory? (k =
    11·1 answer
  • In C++ the declaration of floating point variables starts with the type name float or double, followed by the name of the variab
    14·1 answer
  • Question 5
    7·2 answers
  • 3) What kind of bridges direct their load along it's curve and into the
    12·1 answer
  • What steps might one take to make a decision or solve a problem
    10·2 answers
  • The grade is a measure of quality and it captures concentration levels (i.e., how pure a certain fraction is). If grade captures
    13·1 answer
  • The heat transfer rate per unit area in a thermal circuit is equivalent to what quantity in an electric circuit? A. voltage B. c
    6·1 answer
  • A car generator turns at 400 rpm (revolutions per minute) when the engine is idling. It has a rectangular coil with 300 turns of
    7·1 answer
  • The boost converter of Fig. 6-8 has parameter Vs 20 V, D 0.6, R 12.5 , L 10 H, C 40 F, and the switching frequency is 200 kHz. (
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!