forked from scooper/eatCodeSleep
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
99 lines
4.8 KiB
HTML
99 lines
4.8 KiB
HTML
1 year ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
||
|
<meta name="description" content="" />
|
||
|
<meta name="author" content="" />
|
||
|
<title>Inexpensive IAP Reduction</title>
|
||
|
|
||
|
|
||
|
<link href="styles.css" rel="stylesheet" />
|
||
|
</head>
|
||
|
<body id="page-top">
|
||
|
<!-- Navigation-->
|
||
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top" id="mainNav">
|
||
|
<div class="container px-4">
|
||
|
<a class="navbar-brand">IAP Reduction System</a>
|
||
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
|
||
|
<div class="collapse navbar-collapse" id="navbarResponsive">
|
||
|
<ul class="navbar-nav ms-auto">
|
||
|
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
|
||
|
<li class="nav-item"><a class="nav-link" href="hypo.html">Hypothesis</a></li>
|
||
|
<li class="nav-item"><a class="nav-link" href="design.html">Design</a></li>
|
||
|
<li class="nav-item"><a class="nav-link" href="#contact">Result</a></li>
|
||
|
<li class="nav-item"><a class="nav-link" href="#contact">Conclusion</a></li>
|
||
|
<li class="nav-item"><a class="nav-link" href="#contact">About</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</nav>
|
||
|
<!-- end of navbar section -->
|
||
|
|
||
|
|
||
|
<!-- Design information section -->
|
||
|
|
||
|
<div class="container px-4">
|
||
|
<div class="row gx-4 justify-content-center">
|
||
|
|
||
|
<div class="col-lg-12">
|
||
|
<br>
|
||
|
<br>
|
||
|
Design
|
||
|
|
||
|
<h2 class="fw-bolder py-4">Design</h2>
|
||
|
<p class=".fw-bold lead">
|
||
|
Procedure followed to design and construct the cooking Stove
|
||
|
Thermal design assumption of the cooking stove
|
||
|
</p>
|
||
|
|
||
|
</div>
|
||
|
<!-- another col-lg-12 section -->
|
||
|
|
||
|
<div class="col-lg-12">
|
||
|
<h2 class="fw-bolder py-4">The Thermal and Assumption Table</h2>
|
||
|
<ul>
|
||
|
<li>Test the performance of designs based on the experience of Zimbabwe residents who cook inside of their dwellings without proper ventilation and suffer from IAP.</li>
|
||
|
<li>One square meter of discarded sheet metal 1mm thick was used to create several different units.</li>
|
||
|
<li>The metal sheet was marked using some chalk to create fold lines and cut lines.</li>
|
||
|
<li>The marked shapes were cut using sheet metal snips. The shapes were joining by folding the edges of the two-dimensional shapes to form threedimensional shapes.</li>
|
||
|
</ul>
|
||
|
<h2 class="fw-bolder py-4">Design of Combustion Chamber</h2>
|
||
|
<p class=".fw-bold lead">
|
||
|
The combustion chamber is designed in a rectangular prism shape.
|
||
|
In the combustion chamber fuel (wood pieces) are combusted.
|
||
|
It was observed that inner chamber became red hot.
|
||
|
To reduce the heat losses from inner chamber, a jacket of coarse sand and heat resistance refractory material was added (Fire Clay).
|
||
|
As shown in the figure to the right.
|
||
|
</p>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<div class="fw-bolder">The Clean Cooking System has two components:</div>
|
||
|
Stove “Cooker” to burn fuel more efficiently and reduce emitted smoke.
|
||
|
Chimney and hood, to eliminate fumes from dwelling. The chimney is isolated from the roof by a 2nd outer pipe. Nails are used to isolate the chimney pipe from the insulating pipe and the roof.
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<!-- ======footer section============= -->
|
||
|
<footer class="py-5 bg-dark">
|
||
|
<div class="container px-4"><p class="m-0 text-center text-white">Copyright © IAP Reduction System Website 2023</p>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
</footer>
|
||
|
|
||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
|
||
|
|
||
|
<script src="js/scripts.js"></script>
|
||
|
</body>
|
||
|
</html>
|