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
Agata [3.3K]
3 years ago
5

Describe how a cavity wall works and sketch its major construction features. What aspects of cavity wall construction are most c

ritical to its success in preventing water leakage? Where should flashings be installed in a masonry wall? What is the function of the flashing in each of these locations? Where should weep holes be provided? Describe the function of a weep hole and indicate several ways in which it may be constructed. What types of movement joints are required in a concrete masonry wall? In a brick masonry wall? Where should these joints be located? What are some ways of insulating masonry walls? What precautions should be taken when constructing masonry walls in Minneapolis in the winter?
Engineering
1 answer:
love history [14]3 years ago
4 0

Answer

blocks any leakage

Explanation:

You might be interested in
Ti-6Al-4V has a fracture toughness of 74.6 MPa-m0.5. How much stress (in MPa) would it take to fail a plate loaded in tension th
Nikitich [7]

Answer:

critical stress  = 595 MPa

Explanation:

given data

fracture toughness =  74.6 MPa-\sqrt{m}

crack length = 10 mm

f = 1

solution

we know crack length = 10 mm  

and crack length = 2a as given in figure attach

so 2a = 10

a = 5 mm

and now we get here with the help of plane strain condition , critical stress is express as

critical stress  = \frac{k}{f\sqrt{\pi a}}    ......................1

put here value and we get

critical stress  = \frac{74.6}{1\sqrt{\pi 5\times 10^{-3}}}

critical stress  = 595 MPa

so here stress is change by plane strain condition because when plate become thinner than condition change by plane strain to plain stress.

plain stress condition occur in thin body where stress through thickness not vary by the thinner section.

6 0
3 years ago
An ideal vapor-compression refrigeration cycle operates at steady state with Refrigerant 134a as the working fluid. Saturated va
Ksju [112]

Explanation:

Note: Refer the diagram below

Obtaining data from property tables

State 1:

\left.\begin{array}{l}P_{1}=1.25 \text { bar } \\\text { Sat - vapour }\end{array}\right\} \begin{array}{l}h_{1}=234.45 \mathrm{kJ} / \mathrm{kg} \\S_{1}=0.9346 \mathrm{kJ} / \mathrm{kgk}\end{array}

State 2:

\left.\begin{array}{l}P_{2}=5 \text { bor } \\S_{2}=S_{1}\end{array}\right\} \quad h_{2}=262.78 \mathrm{kJ} / \mathrm{kg}

State 3:

\left.\begin{array}{l}P_{3}=5 \text { bar } \\\text { Sat }-4 q\end{array}\right\} h_{3}=71-33 \mathrm{kJ} / \mathrm{kg}

State 4:

Throttling process  h_{4}=h_{3}=71.33 \mathrm{kJ} / \mathrm{kg}

(a)

Magnitude of compressor power input

\dot{w}_{c}=\dot{m}\left(h_{2}-h_{1}\right)=\left(8 \cdot 5 \frac{\mathrm{kg}}{\min } \times \frac{1 \mathrm{min}}{\csc }\right)(262.78-234 \cdot 45)\frac{kj}{kg}

w_{c}=4 \cdot 013 \mathrm{kw}

(b)

Refrigerator capacity

Q_{i n}=\dot{m}\left(h_{1}-h_{4}\right)=\left(\frac{g \cdot s}{60} k_{0} / s\right) \times(234 \cdot 45-71 \cdot 33) \frac{k J}{k_{8}}

Q_{i n}=23 \cdot 108 \mathrm{kW}\\1 ton of retregiration =3.51 k \omega

\ Q_{in} =6 \cdot 583 \text { tons }

(c)

Cop:

\beta=\frac{\left(h_{1}-h_{4}\right)}{\left(h_{2}-h_{1}\right)}=\frac{Q_{i n}}{\omega_{c}}=\frac{23 \cdot 108}{4 \cdot 013}

\beta=5 \cdot 758

3 0
3 years ago
Explain when it is appropriate to use Tier II?
garik1379 [7]

????? what do u mean tier 2

3 0
3 years ago
Same rule: If both players spend the same number of coins, player 2 gains 1 coin. Off-by-one rule: If the players do not spend t
Galina-37 [17]

Answer:

Check the explanation

Explanation:

1 -

public int getPlayer2Move(int round)

{

  int result = 0;

 

  //If round is divided by 3

  if(round%3 == 0) {

      result= 3;

  }

  //if round is not divided by 3 and is divided by 2

  else if(round%3 != 0 && round%2 == 0) {

      result = 2;

  }

  //if round is not divided by 3 or 2

  else {

      result = 1;

  }

 

  return result;

}

2-

public void playGame()

{

 

  //Initializing player 1 coins

  int player1Coins = startingCoins;

 

  //Initializing player 2 coins

  int player2Coins = startingCoins;

 

 

  for ( int round = 1 ; round <= maxRounds ; round++) {

     

      //if the player 1 or player 2 coins are less than 3

      if(player1Coins < 3 || player2Coins < 3) {

          break;

      }

     

      //The number of coins player 1 spends

      int player1Spends = getPlayer1Move();

     

      //The number of coins player 2 spends

      int player2Spends = getPlayer2Move(round);

     

      //Remaining coins of player 1

      player1Coins -= player1Spends;

     

      //Remaining coins of player 2

      player2Coins -= player2Spends;

     

      //If player 2 spends the same number of coins as player 2 spends

      if ( player1Spends == player2Spends) {

          player2Coins += 1;

          continue;

      }

     

      //positive difference between the number of coins spent by the two players

      int difference = Math.abs(player1Spends - player2Spends) ;

     

      //if difference is 1

      if( difference == 1) {

          player2Coins += 1;

          continue;

      }

     

      //If difference is 2

      if(difference == 2) {

          player1Coins += 2;

          continue;

      }

     

     

  }

 

  // At the end of the game

  //If player 1 coins is equal to player two coins

  if(player1Coins == player2Coins) {

      System.out.println("tie game");

  }

  //If player 1 coins are greater than player 2 coins

  else if(player1Coins > player2Coins) {

      System.out.println("player 1 wins");

  }

  //If player 2 coins is grater than player 2 coins

  else if(player1Coins < player2Coins) {

      System.out.println("player 2 wins");

  }

}

3 0
3 years ago
Provide three examples of things engineers can implement when designing environmentally sustainable projects.
Dafna1 [17]
Water supply.
Food production.
Housing and shelter.
Sanitation and waste management.
Energy development.
Transportation.
6 0
3 years ago
Read 2 more answers
Other questions:
  • A square-thread power screw has a major diameter of 32 mm and a pitch of 4 mm with single threads, and it is used to raise a loa
    8·1 answer
  • An electric field is expressed in rectangular coordinates by E = 6x2ax + 6y ay +4az V/m.Find:a) VMN if point M and N are specifi
    9·1 answer
  • Show that -40 F is approximately equal to -40 C.
    12·1 answer
  • Python lists are commonly used to store data types. Lists are a collection of information typically called a container. Think of
    5·1 answer
  • What are the 2 reasons an alignment should be done?
    13·1 answer
  • Please help this is due today!!!!!
    13·1 answer
  • an oven takes 15A at 240V,it required to reduce current to 12V find resistance which must be connected in series​
    15·1 answer
  • Resistors of 150 Ω and 100 Ω are connected in parallel. What is their equivalent resistance?
    13·1 answer
  • Contrast moral and immoral creativity and innovation<br>​
    12·1 answer
  • If an internally piloted DCV does not shift, you should use a gauge to _____. A.check the pilot line pressure b. check the inlet
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!