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
pychu [463]
3 years ago
10

The minimum fresh air requirement of a residential building is specified to be 0.35 air changes per hour (ASHRAE, Standard 62, 1

989). That is, 35 percent of the entire air contained in a residence should be replaced by fresh outdoor air every hour. If the ventilation requirement of a 2.7-m-high, 200-m2 residence is to be met entirely by a fan, determine the flow capacity in L/min of the fan that needs to be installed. Also determine the minimum diameter of the duct if the average air velocity is not to exceed 5.5 m/s.
Engineering
1 answer:
Natalka [10]3 years ago
4 0

We know that

A=200m^2\\h=2.7m\\\upsilon= 5.5m/s\\\%_{air} = 35%

So, the volume of the entire building is

V=2.7*200 = 540m^3

The flow capacity of the fan

\dot{V} = \frac{0.35*540}{60}

\dot{V} = 3.15m^3/min

As 1L=10^{-3}m^3,

\dot{V}=3150L/min

For the other part we know

\dot{V}=\frac{\pi d^2}{4}V

The diameter is,

d=\sqrt{\frac{4\dot{V}}{\pi V}}

d=\sqrt{\frac{4*3.15}{\pi* 5.5* 60}}

<em>**Note 60 is for the minutes</em>

d= 0.1101m

<em />

You might be interested in
The design for a new cementless hip implant is to be studied using an instrumented implant and a fixed simulated femur.
OlgaM077 [116]

Answer:

a) the velocity of the implant immediately after impact is 20 m/s

b) the average resistance of the implant is 40000 N

Explanation:

a) The impulse momentum is:

mv1 + ∑Imp(1---->2) = mv2

According the exercise:

v1=0

∑Imp(1---->2) = F(t2-t1)

m=0.2 kg

Replacing:

0+F(t_{2} -t_{1} )=0.2v_{2}

if F=2 kN and t2-t1=2x10^-3 s. Replacing

0+2x10^{-3} (2x10^{-3} )=0.2v_{2} \\v_{2} =\frac{4}{0.2} =20m/s

b) Work and energy in the system is:

T2 - U(2----->3) = T3

where T2 and T3 are the kinetic energy and U(2----->3) is the work.

T_{2} =\frac{1}{2} mv_{2}^{2}  \\T_{3} =0\\U_{2---3} =-F_{res} x

Replacing:

\frac{1}{2} *0.2*20^{2} -F_{res} *0.001=0\\F_{res} =40000N

3 0
3 years ago
What are flip flops and what do they look like
Vinil7 [7]
flip flops are shoes and they look like shoes
4 0
3 years ago
Read 2 more answers
What can be used to relieve stress in a weld.
satela [25.4K]
Yes , of course you can
3 0
3 years ago
Read 2 more answers
2. BCD uses 6 bits to represent a symbol. a) True b) False​
Goshia [24]

Answer:

true because BCD used 6 bits to represent a symbol .

Explanation:

mark me brainlist

4 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
Other questions:
  • List irreversibilities
    11·1 answer
  • What is the heights part of Maine?
    5·1 answer
  • ITS FOR DRIVERS ED!!
    13·2 answers
  • WHAT IS THE MOST POWERFUL PART IN A CAR
    13·2 answers
  • i need jacket for my daughter who will be going on a girls scouts camping trip it cannot be bulky because she is limited to one
    8·2 answers
  • Zionjasean17 zionjasean17
    8·2 answers
  • PLEASE HELP!!!!!!!!!!!!!!!!!!!!! I AM BEING TIMED!!!!!!!!!!!!!!!!!!!!!! 30 MINUTES LEFT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    7·2 answers
  • Who is???????????????????
    13·1 answer
  • The velocity components expressed in m/s<br>​
    6·1 answer
  • How does energy transition from one form to another as water moves from behind a dam to downstream of a dam?.
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!