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
SVEN [57.7K]
3 years ago
15

Sketch the velocity profile for laminar and turbulent flow.

Engineering
1 answer:
Margarita [4]3 years ago
4 0

Answer:

The laminar flow is generally given in high viscosity fluids such as honey or oil, it has the characteristic of flowing in an orderly manner, the walls of the tube have a zero speed while in the center it has a maximum speed.

turbulent flow is characterized by fluid velocity vectors presenting themselves in a disorderly manner and in all directions.

I attached the drawings for the velocity profile in laminar and turbulent flow.

You might be interested in
The Release Train Engineer is a servant leader who displays which two actions or behaviors?
IrinaK [193]

Explanation:

The Release Train Engineer (RTE) has the main work of supporting as well as coaching the Agile Release Train (ART). They are capable of steering ART successfully and to navigate the complexity in delivering  the software in large and inter-functional environments.  

They serve the scrum master and coach teams to improve on the results.

The two actions or behaviors of the RTE are :

1. They try to create an environment of the mutual influence.  

2. Listens and also supports the teams in problem identification as well as decision-making.

                   

6 0
4 years ago
When using an alternative method of sizing with two vent connectors for draft hood-equipped water heaters, the effective area of
amid [387]

Answer:

Fifty (50) percent.<em> [50%] </em>

Explanation:

Water heater is a home appliance that comprises of an electric or gas heating unit as well as a water-tank where water is heated and stored for use.

When using an alternative method of sizing with two vent connectors for draft hood-equipped water heaters, the effective area of the common vent connector or vent manifold and all junction fittings shall not be less than the area of the larger vent connector plus fifty (50) percent of the areas of smaller flue collar outlets.

A water heater is primarily vented with an approved and standardized plastic or metallic pipe such as flue or chimney, which allows gas to flow out of the water heater into the surrounding environment.

For a draft hood-equipped water heater, both the water heater and the barometric draft regulators must be installed in the same room. Also, the technician should ensure that the vent is through a concealed space such as conduit and should be labeled as Type L or Type B.

The minimum capacity of a water heater should be calculated based on the number of bathrooms, bedrooms and its first hour rating.

8 0
3 years ago
What are the coventional representative of automation
Oxana [17]

Answer:

ere el merjor 5iyer

Explanation:

yyhh espero ayuder 8 mucho 666

5 0
3 years ago
1. The system must be able to manage multiple students (max of 15) and their grades for assignments from three different assignm
mr_godi [17]

Answer:

#include<iostream>

#include<string.h>

using namespace std;

class gradebook;

class student

{

friend class gradebook;

char name[20]; // std name

int homework_grades[6], quiz_grades[6], exam_grades[4]; //grades array

float homework_avg, quiz_avg, exam_avg, final_avg;

};

class gradebook

{

student list[16];

public:

char gb_name[20]; // gradebook name

int max, total;

// Constructor

gradebook()

{

strcpy(gb_name,"noname");

max = 5;

total = 0;

for(int i=1;i<=15;i++)

{

strcpy(list[i].name,"noname");

for(int j=1;j<=5;j++)

{

list[i].homework_grades[j] = -1;

list[i].quiz_grades[j] = -1;

}

list[i].exam_grades[1] = list[i].exam_grades[2] = list[i].exam_grades[3] = -1;

}

}

// Member functions

void display_std_name();

void display_grades(int, int);

int add_std(char *new_name);

int remove(int);

//int ch_grade(int, int);

};

// Define all functions

// Remove a student from list and adjust remaining

int gradebook::remove(int std_id)

{

if(total==0 || std_id>total || std_id<=0)

return 0;

if(std_id==total)

{

cout<<"\n“"<<list[std_id].name<<"” has been successfully removed! (New class size: 2)";

strcpy(list[total--].name,"noname");

return 1;

}

cout<<"\n“"<<list[std_id].name<<"” has been successfully removed! (New class size: 2)";

for(int i=std_id; i<total; i++)

{

list[i]=list[i+1];

}

total--;

return 1;

}

// Add student to gradebook

int gradebook::add_std(char *new_name)

{

if(total<15)

{

strcpy(list[++total].name, new_name);

return 1;

}

return 0;

}

// Display student name list

void gradebook::display_std_name()

{

for(int i=1;i<=total;i++)

{

cout<<"\n"<<i<<" "<<list[i].name;

}

}

/* Display grades of students

// (grade_id, student_number_in_list)

homework(1), quiz(2), exam(3)

*/

void gradebook::display_grades(int g_id, int std_id)

{

int i;

if(std_id<=total)

{

if(g_id==1)

{

for(i=1;i<6;i++)

{

cout<<"\n"<<i<<". ";

if(list[std_id].homework_grades[i]==-1) cout<<"<ungraded>";

}

}

else if(g_id==2)

{

for(i=1;i<6;i++)

{

cout<<"\n"<<i<<". ";

if(list[std_id].quiz_grades[i]==-1) cout<<"<ungraded>";

}

}

else if(g_id==3)

{

for(i=1;i<4;i++)

{

cout<<"\n"<<i<<". ";

if(list[std_id].exam_grades[i]==-1) cout<<"<ungraded>";

}

}

}

else

cout<<"\nNo such std exists";

}

/****************************** MAIN ****************************/

int main()

{

int main_choice, grade_choice, std_id, new_grade;

char g_name[20], s_name[20];

float a,b,c;

gradebook g;

do

{

cout<<"\n\n-=| MAIN MENU |=-";

cout<<"\n1. Add a student\n2. Remove a student\n3. Change a student’s grade\n4. Change group weights\n5. Change the gradebook name\n6. Display class averages\n7. Display full report\n0. QUIT\n";

cout<<"\nEnter an action: ";

cin>>main_choice;

switch(main_choice)

{

case 0:

break;

case 1:

cout<<"\n-=| ADDING STUDENT |=-";

cout<<"\nPlease enter the student’s name: ";

cin>>s_name;

if(g.add_std(s_name))

cout<<"\n"<<s_name<<" was successfully added to the gradebook!";

else

cout<<"\nStudents cannot be added because the gradebook is full!";

break;

case 2:

cout<<"\n-=| REMOVING STUDENT |=-";

if(g.total!=0)

{

g.display_std_name();

cout<<"\n Enter student to remove: ";

cin>>std_id;

if(!g.remove(std_id))

cout<<"\nCannot remove students";

}

else

cout<<"\nStudents cannot be added because the gradebook is full!";

break;

case 3:

cout<<"\n-=| CHANGING GRADE |=-\n1. Change a homework grade\n2. Change a quiz grade\n3. Change an exam grade";

cout<<"\nWhat type of grade would you like to change: ";

cin>>grade_choice;

g.display_std_name();

cout<<"\nWhich student’s grade would you like to change? ";

cin>>std_id;

//ch_grade(grade_choice, std_id);

g.display_grades(grade_choice, std_id);

break;

/*

case 4:

cout<<"\n-=| CHANGING WEIGHTS |=-";

while(1)

{

cout<<"\nEnter the weights, separated by spaces, in the order of homework, quizzes, and exams (total must add up to 1.0):";

cin>>a>>b>>c;

if(a+b+c==1.00)

break;

else

cout<<"\n Weights do not add up to 1.0, try again...";

}

break;

case 5:

cout<<"\n-=| CHANGING NAME |=-\nPlease enter the new name for the gradebook: ";

cin>>g_name;

cout<<"\n Gradebook name changed from “ ” to "<<g_name;

break;

case 6:

cout<<"\n-=| CLASS AVERAGES |=-";

cout<<"\nHomework average of class: ";

cout<<"\nQuiz average of class: ";

cout<<"\nExam average of class: ";

cout<<"\nFinal average of class: ";

break;

case 7:

break;

*/

default:

cout<<"\n\nInvalid input\n\n";

}

}while(main_choice!=0);

return 0;

}

Explanation:

6 0
3 years ago
To begin manufacturing we would start with a piece of 48" x 96" x 1⁄2” plate, LIST 3 MACHINES that might be used to produce this
7nadin3 [17]

Answer:

search google for this!

Explanation:

i found it online

5 0
3 years ago
Other questions:
  • 2. Controlled-access highways permit traffic to enter them only from
    8·1 answer
  • In Ohio a registered vehicle must have a valid license plate displayed on the vehicle within;
    7·2 answers
  • A transmitter has an output power of 0.1mW while the fiber has coupling loss of 12dB, attenuation of
    11·1 answer
  • Calculate the theoretical efficiency for an Otto cycle engine with γ=1.40 and compression ration r=9.50.
    6·1 answer
  • A rear wheel drive car of mass 1000 kg is accelerating with a constant acceleration without slipping from 0 to 60 m/s in 1 min.
    10·1 answer
  • Please help due by end of the day!!!! I need the code for 5 and 7, Milky Way in coderz. will mark brainliest answer.
    10·2 answers
  • Meaning of construction
    6·1 answer
  • Mr. Ray deposited $200,000 in the Old and Third National Bank. If the bank pays 8% interest, how much will he have in the accoun
    10·2 answers
  • 19/32 reduced to its lowest form
    7·2 answers
  • In the following scenario, what could the engineers have done to keep the bridge from collapsing?
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!