Answer:
15.8
0.0944
Explanation:
L = 1.5
B = 1.0
Speed of water = 15cm
Temperature = 20⁰C
At 20⁰C
Specific weight = 9790
Kinematic viscosity v = 1.00x10^-4m²/s
Dynamic viscosity u = 1.00x10^-3
Density p = 998kg/m²
Reynolds number
= 0.15x1.5/1.00x10^-4
= 225000
S = 5
5x1.5/225000^1/2
= 0.0158
= 15.8mm
Resistance on one side of plate
F = 0.664x1x1.0x10^-3x0.15x225000^1/2
= 0.04724N
Total resistance
= 2N
= 2x0.04724
= 0.0944N
Answer:
//Define the header file
#ifndef PLAYER_H
#define PLAYER_H
//header file.
#include <string>
//Use the standard namespace.
using namespace std;
//Define the class Player.
class Player
{
//Declare the required data members.
string name;
int score;
public:
//Declare the required
//member functions.
void setName(string par_name);
void setScore(int par_score);
string getName();
int getScore();
}
//End the definition
//of the header file.
#endif
Player.cpp:
//Include the "Player.h" header file,
#include "Player.h"
//Define the setName() function.
void Player::setName(string par_name)
{
name = par_name;
}
//Define the setScore() function.
void Player::setScore(int par_score)
{
score = par_score;
}
//Define the getName() function.
string Player::getName()
{
return name;
}
//Define the getScore() function.
int Player::getScore()
{
return score;
}
The air flow necessary to remain at the lower explosive level is 4515. 04cfm
<h3>How to solve for the rate of air flow</h3>
First we have to find the rate of emission. This is solved as
2pints/1.5 x 1min
= 2/1.5x60
We have the following details
SG = 0.71
LEL = 1.9%
B = 10% = 0.1 a constant
The molecular weight is given as 74.12
Then we would have Q as
403*100*0.2222 / 74.12 * 0.71 * 0.1
= Q = 4515. 04
Hence we can conclude that the air flow necessary to remain at the lower explosive level is 4515. 04cfm
Read more on the rate of air flow on brainly.com/question/13289839
#SPJ1
Answer:
A guild are an association of skilled merchants, craftsmen and artisans that provide support and protection for their members and push their professional interest forward and further their craft
Because the guild guild members mainly gained their skill through knowledge passed to them by their family bloodlines, other unskilled workers were by not being schooled on the craft and by family tradition not allowed to join a guild based on the nature knowledge transfer the guild members have which is mainly several generations of family trade trainings
Explanation: