Answer:
Mechanical power of pump is 74.07%.
Explanation:
Power of motor = 15 KW
Efficiency of motor= 90%
So the actual power(P) supplied by motor = 0.9 x 15 KW
P=13.5 KW
Water flow rate = 50 L/s
Volume flow rate = 50 L/s
We know that

So

We know that pump is an open system and work input for open system can be calculated as
W=VΔP
ΔP is the pressure difference
V is the volume flow rate
So by putting the values
W=0.05 (300-100) (here ΔP=300 - 100=200 KPa)
W=10 KW
So mechanical power of pump
η =0.7407
Mechanical power of pump is 74.07%.
Answer:
#include <iostream>
#include <string>
#include "user.h"
#include "password.h"
using namespace Authenticate;
using namespace std;
int main()
{
inputUserName();
inputPassword();
cout << "Your username is " << getUserName() <<
" and your password is: " <<
getPassword() << endl;
return 0;
}
user.h:
#ifndef USER_H
#define USER_H
#include <string>
using namespace std;
namespace Authenticate
{
namespace
{
bool isvalid();
}
void inputUserName();
string getUserName();
}
#endif
user.cpp:
#include <iostream>
#include "user.h"
namespace Authenticate
{
string username="";
namespace
{
bool isvalid()
{
if(username.length() == 8)
return true;
else
return false;
}
}
void inputUserName(){
do
{
cout << "Enter your username (8 letters only)" << endl;
cin >> username;
}
while(!isvalid());
}
string getUserName()
{
return username;
}
}
password.h:
#ifndef PASSWORD_h
#define PASSWORD_h
#include <string>
using namespace std;
namespace Authenticate
{
namespace
{
bool isValid();
}
void inputPassword();
string getPassword();
}
#endif
password.cpp:
#include <iostream>
#include <string>
using namespace std;
namespace Authenticate
{
string password="";
namespace
{
bool isValid()
{
if(password.length() >= 8)
{
for(int i=0; i<password.length(); i++)
if(password[i] >= '0' && password[i] <= '9')
return true;
return false;
}
else
return false;
}
}
void inputPassword(){
do
{
cout << "Enter your password (at least 8 characters " <<
"and at leat one non-letter)" << endl;
cin >> password;
}
while(!isValid());
}
string getPassword()
{
return password;
}
}
Answer:
See attached image for diagrams and solution
The principles referred to in the question are called biomechanical principles. Some of them are:
- Principles of Force; and
- The principle of impulse direction.
<h3>What principle is most relevant to jumping?</h3>
The principle that is most relevant to jumping is called Angular Momentum.
<h3>
What is Angular Momentum?</h3>
Simply defined, this refers to the velocity of the rotation of a body around an axis or a fixed point.
Other principles of biomechanics are the principles of:
- linked segments.
- impulse-causing momentum.
- the stretch-shorten cycle.
- summing joint forces.
- continuity of joint forces.
See more about biomechanical principles at:
brainly.com/question/1087668
Answer: If you look up its definition of eroded it'll tell you the answer should be B
Explanation: