added site files
73
analysebesoin.php
Normal file
|
@ -0,0 +1,73 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="http://www.achilletoupin.com/pem2t/style.css" />
|
||||
<title>PEM2T</title>
|
||||
<link rel="shortcut icon" href="index/images/favicon.png"/>
|
||||
|
||||
<!-- GALLERY -->
|
||||
<meta name="viewport" content="width=720">
|
||||
<!-- jQuery, -->
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
|
||||
<link href="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.css" rel="stylesheet">
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.js"></script>
|
||||
|
||||
<!-- MATHJAX -->
|
||||
<script type="text/javascript" async
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML" async>
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include("index/includes/header.php"); ?>
|
||||
|
||||
<section>
|
||||
|
||||
<article class="analysebesoin">
|
||||
|
||||
<h1>Analyse du besoin</h1>
|
||||
|
||||
<p>Suite au cours d’OPI, nous avons effectué l’analyse du besoin complète du moteur 2T d’un rotofil.</p>
|
||||
|
||||
<p>Nous avons donc réalisé l’étude fonctionnelle suivante.</p>
|
||||
|
||||
<h2>Bête à cornes</h2>
|
||||
|
||||
<figure alt="Bête à cornes" style="width: 500px;"><img src="index/images/beteAcornes.png" />
|
||||
</figure>
|
||||
|
||||
<h2>Diagramme pieuvre</h2>
|
||||
|
||||
<div class="fotorama" data-nav="thumbs" data-thumbwidth="150px" data-allowfullscreen="true">
|
||||
<img src="index/images/pieuvre.JPG">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<h2>Diagramme FAST</h2>
|
||||
|
||||
<iframe style="width: 1000px; height: 600px;" src="https://atlas.mindmup.com/2019/05/c05197f07cad11e9be5229fd85672216/fast/index.html"></iframe>
|
||||
|
||||
|
||||
|
||||
<h2>
|
||||
<a href="prespieces.php">Page suivante - Présentation des pièces du moteur</a>
|
||||
<img id="arrowRight" src="index/images/arrow-right.png"></img>
|
||||
</h2>
|
||||
|
||||
</article>
|
||||
|
||||
<?php include("index/includes/aside.php"); ?>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<?php include("index/includes/footer.php"); ?>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
62
ccln.php
Normal file
|
@ -0,0 +1,62 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="http://www.achilletoupin.com/pem2t/style.css" />
|
||||
<title>PEM2T</title>
|
||||
<link rel="shortcut icon" href="index/images/favicon.png"/>
|
||||
|
||||
<!-- GALLERY -->
|
||||
<meta name="viewport" content="width=720">
|
||||
<!-- jQuery, -->
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
|
||||
<link href="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.css" rel="stylesheet">
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.js"></script>
|
||||
|
||||
<!-- MATHJAX -->
|
||||
<script type="text/javascript" async
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML" async>
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include("index/includes/header.php"); ?>
|
||||
|
||||
<section>
|
||||
|
||||
<article>
|
||||
|
||||
<p> Au terme de ce projet, nous pouvons clairement affirmer qu’il nous a permis d’avoir un aspect concret des travaux réalisés dans le cadre de notre formation. En effet, nous avons pu utiliser les compétences acquises au cours de l’année, notamment en conception, en productique et méthodes, en mécanique, en OPI, en sciences des matériaux… Cela nous a donc montré de multiples applications réelles en rapport avec la théorie vue auparavant. Ce fut donc une réelle aide dans l’assimilation de certaines notions.</p>
|
||||
|
||||
<p> Ce projet nous a beaucoup appris à propos de la gestion de projets, et notamment, l’importance de la mise en place d’un protocole précis. Bien que l’ampleur de notre entreprise ne justifie pas l’utilisation d’une technique de gestion de projet aussi complète et complexe, nous pouvons maintenant imaginer à quel point tout projet de taille ne peut pas être mené à bien sans une discipline et une méthode détaillée permettant le suivi et la bonne réalisation de ce dernier.</p>
|
||||
|
||||
<p> Somme toute, nous avons réellement apprécié étudier ce moteur 2 temps. L’étude de ce type de moteur avec un système d’embrayage centrifuge tel que le nôtre a permis d’améliorer notre culture technologique, à travers la découverte, par exemple, de nouveaux procédés ou de nouvelles solutions technologiques, mais aussi la recherche d’informations permettant d’approfondir l’étude de notre système.</p>
|
||||
|
||||
<div class="fotorama" data-nav="thumbs" data-thumbwidth="150px" data-allowfullscreen="true">
|
||||
|
||||
<img src="index/images/cassos.jpg">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<h2>
|
||||
<a href="sources.php">Page suivante - Sources et remerciements</a>
|
||||
<img id="arrowRight" src="index/images/arrow-right.png"></img>
|
||||
</h2>
|
||||
|
||||
</article>
|
||||
|
||||
<?php include("index/includes/aside.php"); ?>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<?php include("index/includes/footer.php"); ?>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
381
choixtech.php
Normal file
|
@ -0,0 +1,381 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="http://www.achilletoupin.com/pem2t/style.css" />
|
||||
<title>PEM2T</title>
|
||||
<link rel="shortcut icon" href="index/images/favicon.png"/>
|
||||
|
||||
<!-- GALLERY -->
|
||||
<meta name="viewport" content="width=720">
|
||||
<!-- jQuery, -->
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
|
||||
<link href="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.css" rel="stylesheet">
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.js"></script>
|
||||
|
||||
<!-- MATHJAX -->
|
||||
<script type="text/javascript" async
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML" async>
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include("index/includes/header.php"); ?>
|
||||
|
||||
<section>
|
||||
|
||||
<article>
|
||||
|
||||
<h1>Choix technologiques</h1>
|
||||
|
||||
<p>Cette partie étant relativement longue, voici un menu avec des liens :</p>
|
||||
<ol>
|
||||
<li><p><a href="#moteur">Pourquoi ce moteur ?</a></p></li>
|
||||
<li><p><a href="#rotation">Étude d'un guidage en rotation</a></p></li>
|
||||
<li><p><a href="#complete">Liaison complète</a></p></li>
|
||||
|
||||
</ol>
|
||||
|
||||
<h2 id="moteur">Pourquoi ce moteur ?</h2>
|
||||
|
||||
<h3>Moteur 2T :</h3>
|
||||
|
||||
<ul>
|
||||
<li>Plus léger et moins encombrant</li>
|
||||
<li>Plus puissant à cylindrée égale qu’un 4T</li>
|
||||
<li>Plus simple 4T → moins cher et plus facile d’entretien</li>
|
||||
<li>Cylindrée : 40 cm<sup>3</sup> → Suffisant pour tailler des ronciers ou des herbes hautes (conseil.manomano.fr)</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<table style="border:none;border-collapse:collapse">
|
||||
<colgroup>
|
||||
<col width="233" />
|
||||
<col width="552" />
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr style="height:0pt">
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Choix technologique</span></p>
|
||||
</td>
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Justification</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height:0pt">
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Accélérateur (poignée gaz)</span></p>
|
||||
</td>
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Réglage du débit du mélange sortant du carburateur (via une valve papillon)</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height:0pt">
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Ailettes sur le cylindre</span></p>
|
||||
</td>
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Augmente la surface de contact entre l’air et le cylindre pour faciliter le refroidissement</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height:0pt">
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Embrayage centrifuge</span></p>
|
||||
</td>
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Assurer la transmission de la rotation entre moteur et arbre de sortie (voir étude embrayage)</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height:0pt">
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Ailettes sur le volant magnétique</span></p>
|
||||
</td>
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Créer un flux d’air dans le moteur, à la manière d’un ventilateur</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height:0pt">
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Lanceur</span></p>
|
||||
</td>
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Système de corde enroulée avec roue libre pour éviter l'entraînement du moteur dans le mauvais sens</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height:0pt">
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Segmentation</span></p>
|
||||
</td>
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Cercle de métal très dur fixé dans une rainure du piston et permettant de le maintien de la pression dans la chambre de compression, tout en limitant les frottements</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height:0pt">
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Masselottes</span></p>
|
||||
</td>
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Maintien de la rotation entre deux explosions grâce au principe d’inertie</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height:0pt">
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Joints à lèvre et joints plats</span></p>
|
||||
</td>
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Assurer l’étanchéité en empêchant le mélange de sortir du cylindre</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height:0pt">
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Carter</span></p>
|
||||
</td>
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Protections pour protéger l’utilisateur du moteur (risque de brûlure), en plastique pour ne pas trop alourdir le rotofil</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height:0pt">
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Réservoir</span></p>
|
||||
</td>
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Contenant pour le carburant : 0,6L pour assurer une autonomie suffisante</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height:0pt">
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Roulements à billes à contact radial (vilebrequin-carter)</span></p>
|
||||
</td>
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Rapport qualité prix meilleur que pour les autres roulements (</span><a href="http://guidageenrotation.free.fr/roultype.php3" style="text-decoration:none;"><span style="font-size:11pt;font-family:Arial;color:#1155cc;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:underline;-webkit-text-decoration-skip:none;text-decoration-skip-ink:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">guidageenrotation.free.fr</span></a><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">)</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height:0pt">
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Roulements à aiguilles (bielle-piston et bielle-vilebrequin)</span></p>
|
||||
</td>
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Moins encombrant que des roulements à billes, pour des efforts radiaux supportés plus important</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height:24pt">
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Pot d’échappement</span></p>
|
||||
</td>
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Renferme un “labyrinthe” en métal afin de limiter le son produit sans trop limiter le flux d’air</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height:41pt">
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Bougie</span></p>
|
||||
</td>
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Créer l’explosion dans le cylindre grâce à un arc électrique afin d’enflammer le mélange</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height:0pt">
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Bobine et aimant</span></p>
|
||||
</td>
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">La bobine est parcourue par un courant induit par le champ magnétique de l’aimant qui passe devant cette dernière, ce courant servant à alimenter la bougie</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height:0pt">
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Carburateur à membrane</span></p>
|
||||
</td>
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Pompe le carburant du réservoir et fait le mélange avec l’air avant de l’envoyer vers la chambre à combustion</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height:0pt">
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Durites</span></p>
|
||||
</td>
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Tuyaux en plastiques servant à assurer le transport du carburant du réservoir jusqu’au carburateur</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height:0pt">
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Filtre à air</span></p>
|
||||
</td>
|
||||
<td style="border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;">
|
||||
<p dir="ltr" style="line-height:1.2;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;">Filtre placé sur l’arrivée d’air pour éviter que des particules indésirables entrent dans le cylindre</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h1>Etude d'un guidage en rotation</h1>
|
||||
|
||||
<p>Nous allons étudier le guidage en rotation du vilebrequin de notre système mécanique. Le vilebrequin fait office de manivelle dans le système bielle-manivelle de notre moteur 2 temps. Il est animé en rotation grâce au mouvement linéaire alternatif du piston transmis à la bielle puis au maneton du vilebrequin.</p>
|
||||
|
||||
<p>Ce guidage en rotation est réalisé grâce à 2 roulements à billes à contact radial identiques disposé de part et d’autre des masselottes. Le montage de roulement est ici à arbre tournant, les bagues intérieures sont montées avec serrage tandis que les bagues extérieures sont montées avec jeu.</p>
|
||||
|
||||
<h3>Les roulements à billes sont des KBC 6202 :</h3>
|
||||
<!-- Fotorama -->
|
||||
|
||||
<div class="fotorama" data-allowfullscreen="true" data-nav="thumbs" data-thumbwidth="150px"><img src="index/images/photoguid/vil1.PNG" /> <img src="index/images/photoguid/vil2.PNG" /> <img src="index/images/photoguid/vil3.PNG" /></div>
|
||||
<!-- © -->
|
||||
|
||||
<p>Diamètre extérieur : 35mm</p>
|
||||
|
||||
<p>Alésage : 15mm</p>
|
||||
|
||||
<p>Epaisseur : 11mm</p>
|
||||
|
||||
<p>Nombre de rangée(s) de billes : 1</p>
|
||||
|
||||
<p>Nombre de billes : 8</p>
|
||||
|
||||
<p>Poids : 44g</p>
|
||||
|
||||
<p>Etanchéité : aucune</p>
|
||||
|
||||
<p>Type de cage : acier</p>
|
||||
|
||||
<p>Matériau : GCR15 acier chromé</p>
|
||||
|
||||
<p><a href="https://www.royalsupply.com/store/pc/KBC-6202DD-Bearing-15x35x11-Sealed-Single-Row-Deep-Groove-EMQ-Ball-Bearing-p96735.htm">Charge dynamique de base : lien</a></p>
|
||||
|
||||
<h3>Blocage des translations :</h3>
|
||||
|
||||
<p>Les roulements sont bloqués en translation grâce à un épaulement à droite, un circlips à gauche et le vilebrequin empêche les autres déplacements. Ce montage de roulement peut donc être représenté par un montage rotule-rotule. Le montage a été modélisé grâce au logiciel Pyvot.</p>
|
||||
<!-- Fotorama -->
|
||||
|
||||
<div class="fotorama" data-allowfullscreen="true" data-nav="thumbs" data-thumbwidth="150px"><img src="index/images/photoguid/ens2.PNG" /> <img src="index/images/photoguid/pyvot.PNG" /></div>
|
||||
<!-- © -->
|
||||
|
||||
<h3>Etanchéité du montage :</h3>
|
||||
|
||||
<p>L’étanchéité de l’ensemble est réalisée par 2 joints à 2 lèvres disposés à chaque extrémités du montage. Ces joints d’étanchéité sont extrêmement importants car ils doivent empêcher le mélange essence-air de sortir mais aussi empêcher des corps étrangers de rentrer.</p>
|
||||
<!-- Fotorama -->
|
||||
|
||||
<div class="fotorama" data-allowfullscreen="true" data-nav="thumbs" data-thumbwidth="150px"><img src="index/images/photoguid/ens1.PNG" /> <img src="index/images/photoguid/ens3.PNG" /></div>
|
||||
<!-- © -->
|
||||
|
||||
<h2>Etude de la durée de vie du montage de roulements</h2>
|
||||
|
||||
<h3>Hypothèses de travail :</h3>
|
||||
|
||||
<p>On estime le ralenti de notre moteur à 400 tr/min et sa vitesse de coupe moyenne à 8000 tr/min. On estime que le moteur tourne 40% du temps au ralenti et 60% du temps en vitesse de coupe. On a donc une vitesse moyenne de rotation du vilebrequin de :</p>
|
||||
|
||||
<p>$$Vm = 0.4×400+0.6×8000$$<br />
|
||||
$$Vm =4960 \ tr/min$$</p>
|
||||
|
||||
<p>On suppose donc une vitesse de rotation moyenne du vilebrequin de 4960 tr/min.</p>
|
||||
|
||||
<p>On considère notre moteur comme ayant une puissance de 1.5 kW à 8000 tr/min.</p>
|
||||
|
||||
<p>On considère que nous sommes en régime établi car on travaille à vitesse constante, il n’y a donc pas d’inertie et sachant que le vilebrequin est équilibré il n’y a alors pas de vibrations.</p>
|
||||
|
||||
<p>On doit calculer la durée de vie du montage à 400 tr/min et à 8000 tr/min. On considère les forces appliquées aux roulements à 400 tr/min comme négligeables. On calcule donc seulement la durée de vie à 8000 tr/min.</p>
|
||||
|
||||
<p>On donne une valeur d'utilisation de 4h par jour afin de donner un ordre d'idée de la durée de vie de ce montage.</p>
|
||||
|
||||
<h3>Calcul de la force radial Fr appliquée sur les roulements :</h3>
|
||||
|
||||
<p>$$P = C × ω$$</p>
|
||||
|
||||
<p>$$C = {P \over ω}$$</p>
|
||||
|
||||
<p>$$C = {P \over {2 × π × N \over 60}}$$</p>
|
||||
|
||||
<p>$$C = {1500 \over {2 × π × 8000 \over 60}}$$</p>
|
||||
|
||||
<p>$$C = 1.79 \ Nm$$</p>
|
||||
|
||||
<p> D= distance bras de levier = 16 mm</p>
|
||||
<!-- Fotorama -->
|
||||
|
||||
<div class="fotorama" data-allowfullscreen="true" data-nav="thumbs" data-thumbwidth="150px"><img src="index/images/photoguid/brasdelevierzoom.PNG" /></div>
|
||||
<!-- © -->
|
||||
|
||||
<p>$$C = Fr × D$$</p>
|
||||
|
||||
<p>$$Fr = {C \over D}$$</p>
|
||||
|
||||
<p>$$Fr = {1.79 \over 0.016}$$</p>
|
||||
|
||||
<p>$$Fr = 112 \ N$$</p>
|
||||
|
||||
<h3>Calcul de la durée de vie d’un roulement pour 90% de fiabilité :</h3>
|
||||
|
||||
<p>$$L10 = ({C \over Fr})^n$$</p>
|
||||
|
||||
<p>$$L10 = ({7650 \over 112})^3$$</p>
|
||||
|
||||
<p>$$L10 = 318 \ 662 \ millions \ de \ tours $$</p>
|
||||
|
||||
<h3>Calcul de la durée de vie de l’ensemble des 2 roulements :</h3>
|
||||
|
||||
<p>$$LE10 = {({({1 \over L110})}^{1.5}+{({1 \over L110})}^{1.5})}^{(-{1 \over 1.5})}$$</p>
|
||||
|
||||
<p>$$LE10 = {({({1 \over 318 \ 662})}^{1.5}+{({1 \over 318 \ 662})}^{1.5})}^{(-{1 \over 1.5})}$$</p>
|
||||
|
||||
<p>$$LE10 = 200 \ 744 \ millions \ de \ tours $$</p>
|
||||
|
||||
<h3>Calcul de la durée de vie de l’ensemble :</h3>
|
||||
|
||||
<p>$$L10H = {LE10 × 10^6 \over 60×N}$$</p>
|
||||
|
||||
<p>$$L10H = {200 \ 744 × 10^6 \over 60×8000}$$</p>
|
||||
|
||||
<p>$$L10H = 418 \ 000 \ heures\ de \ fonctionnement$$</p>
|
||||
|
||||
<h3>Calcul de la durée de vie de l’ensemble pour 4h par jour à 8000tr/min :</h3>
|
||||
|
||||
<p>$$L10A = {L10H \over hrs/jrs×nmbre \ de \ jrs/an}$$</p>
|
||||
|
||||
<p>$$L10A = {418 \ 000 \over 4×365.25}$$</p>
|
||||
|
||||
<p>$$L10A = 286 \ années\ de \ fonctionnement$$</p>
|
||||
|
||||
<p>Nous avions estimé que notre moteur tournait 40% du temps au ralenti et 60% du temps en vitesse de coupe, pour une vitesse moyenne de rotation de 4960 tr/min. Etant donné nos résultats pour nos roulements avec une vitesse de rotation de 8000 tr/min pendant 4h chaque jour, nous avons obtenu une durée de vie de 286 années. Etudier la durée de vie du montage de roulements à 4960 tr/min est donc inutile car même si on supposait une utilisation 24/24 notre montage aurait une durée de vie supposée de 47 années.</p>
|
||||
|
||||
<p>Ces résultats qui peuvent sembler énormes se justifient par le fait qu'un moteur de rotofil entraîne en rotation un arbre qui entraîne à la fin un fil afin de couper des plantes, le couple nécessaire est extrêmement faible ainsi les roulements ne s'usent que peu. Le prix d'un roulement est relativement faible, en effet à l'unité un KBC 6202 peut s'acheter sur internet moins de 2$, une entreprise fabriquant plusieurs milliers de moteurs peut diminuer les coûts en négociant avec son fournisseur et probablement obtenir un prix à l'unité inférieur à 0.50$. Il serait donc absurde de ne pas surdimensionner les roulements sachant que le coût est négligeable et que le montage est alors assuré de ne pas casser à cet endroit là. Enfin, un gros roulement permet d'avoir un gros vilebrequin par conséquent plus robuste.</p>
|
||||
|
||||
<p>On peut donc conclure que d’autres pièces du moteur auront cassées bien avant que notre montage ne soit hors service et que nos roulements n’auront même pas le temps de prouver leur résistance.</p>
|
||||
|
||||
|
||||
|
||||
<h1 id="complete">Liaison complète : Volant magnétique - arbre moteur</h1>
|
||||
|
||||
<p> Comme on peut le voir ci-dessous, l’arrêt en rotation du volant magnétique par rapport à l’arbre moteur est réalisé par une clavette disque. <br />
|
||||
L’arrêt en translation est réalisé à droite par un écrou et une rondelle frein, et à gauche par la forme conique de l’arbre moteur, sur laquelle le volant magnétique vient s’appuyer, via un alésage conique également.</p>
|
||||
|
||||
|
||||
<div class="fotorama" data-nav="thumbs" data-thumbwidth="150px" data-allowfullscreen="true">
|
||||
<img src="index/images/liaisoncomp/liaicomp.png">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>
|
||||
<a href="procedes.php">Page suivante - Matériaux et procédés</a>
|
||||
<img id="arrowRight" src="index/images/arrow-right.png"></img>
|
||||
</h2>
|
||||
|
||||
</article>
|
||||
|
||||
<?php include("index/includes/aside.php"); ?>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<?php include("index/includes/footer.php"); ?>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
60
code.php
Normal file
|
@ -0,0 +1,60 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="http://www.achilletoupin.com/pem2t/style.css" />
|
||||
<title>PEM2T</title>
|
||||
<link rel="shortcut icon" href="index/images/favicon.png"/>
|
||||
|
||||
<!-- GALLERY -->
|
||||
<meta name="viewport" content="width=720">
|
||||
<!-- jQuery, -->
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
|
||||
<link href="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.css" rel="stylesheet">
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.js"></script>
|
||||
|
||||
<!-- MATHJAX -->
|
||||
<script type="text/javascript" async
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML" async>
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include("index/includes/header.php"); ?>
|
||||
|
||||
<section>
|
||||
|
||||
<article>
|
||||
|
||||
<pre id="line1">
|
||||
<span class="comment"><!-- Fotorama --></span><span>
|
||||
</span><span><<span class="start-tag">div</span> <span class="attribute-name">class</span>="<a class="attribute-value">fotorama</a>" <span class="attribute-name">data-nav</span>="<a class="attribute-value">thumbs</a>" <span class="attribute-name">data-thumbwidth</span>="<a class="attribute-value">150px</a>" <span class="attribute-name">data-allowfullscreen</span>="<a class="attribute-value">true</a>"></span><span>
|
||||
</span><span><<span class="start-tag">img</span> <span class="attribute-name">src</span>="<a class="attribute-value">index/images/gantt/gantt-02-11.PNG</a>"></span><span>
|
||||
</span><span><<span class="start-tag">img</span> <span class="attribute-name">src</span>="<a class="attribute-value">index/images/gantt/gantt-02-24.PNG</a>"></span><span>
|
||||
</span><span>
|
||||
</span><span></<span class="end-tag">div</span>></span><span>
|
||||
|
||||
</span><span class="comment"><!-- © --></span><span>
|
||||
</span><span><<span class="start-tag">p</span>></span><span>Galerie par </span><span><<span class="start-tag">a</span> <span class="attribute-name">href</span>="<a class="attribute-value">http://unsplash.com/</a>"></span><span>Unsplash</span><span></<span class="end-tag">a</span>></span><span></<span class="end-tag">p</span>></span></pre>
|
||||
|
||||
|
||||
<h2>
|
||||
<a href="page2.php">Page suivante - Analyses technologiques</a>
|
||||
<img id="arrowRight" src="index/images/arrow-right.png"></img>
|
||||
</h2>
|
||||
|
||||
</article>
|
||||
|
||||
<?php include("index/includes/aside.php"); ?>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<?php include("index/includes/footer.php"); ?>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
106
foncembr.php
Normal file
|
@ -0,0 +1,106 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="http://www.achilletoupin.com/pem2t/style.css" />
|
||||
<title>PEM2T</title>
|
||||
<link rel="shortcut icon" href="index/images/favicon.png"/>
|
||||
|
||||
<!-- GALLERY -->
|
||||
<meta name="viewport" content="width=720">
|
||||
<!-- jQuery, -->
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
|
||||
<link href="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.css" rel="stylesheet">
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.js"></script>
|
||||
|
||||
<!-- MATHJAX -->
|
||||
<script type="text/javascript" async
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML" async>
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include("index/includes/header.php"); ?>
|
||||
|
||||
<section>
|
||||
|
||||
<article>
|
||||
|
||||
<h1>Fonctionnement de l'embrayage</h1>
|
||||
|
||||
<p> L’embrayage de ce moteur est un embrayage particulier car dit « centrifuge ». Pour l’anecdote, c’est ce type d’embrayage que l’on trouve sur les Citroën 2 CV.</p>
|
||||
|
||||
<p> Comme son nom l’indique, le principe de fonctionnement de cet embrayage se base sur la force centrifuge. Celui-ci est composé de deux parties :</p>
|
||||
|
||||
|
||||
<p> 1) La cloche, qui est solidaire à l’axe relié au fil servant à couper l’herbe ;</p>
|
||||
|
||||
<div class="fotorama" data-nav="thumbs" data-thumbwidth="150px" data-allowfullscreen="true">
|
||||
<img src="index/images/photosembrayage/sw1.png">
|
||||
<img src="index/images/photosembrayage/ph1a.png">
|
||||
<img src="index/images/photosembrayage/ph1b.png">
|
||||
</div>
|
||||
|
||||
<!-- © -->
|
||||
|
||||
<p></br></p>
|
||||
|
||||
<p> 2) Le tripale avec les patins, le tripale étant le « porte-patins », solidaire à l’axe de sortie du moteur. Chaque patin est en liaison glissière avec une pale du tripale et est maintenu en position serrée par un ressort circulaire qui passe dans chacun d’entre eux.</p>
|
||||
|
||||
<!-- Fotorama -->
|
||||
<div class="fotorama" data-nav="thumbs" data-thumbwidth="150px" data-allowfullscreen="true">
|
||||
<img src="index/images/photosembrayage/sw2.png">
|
||||
<img src="index/images/photosembrayage/ph2.png">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<p></br></p>
|
||||
|
||||
<p> L’ensemble tripale / patins est situé à l’intérieur de la cloche.</p>
|
||||
|
||||
<!-- Fotorama -->
|
||||
<div class="fotorama" data-nav="thumbs" data-thumbwidth="150px" data-allowfullscreen="true">
|
||||
<img src="index/images/photosembrayage/sw3.png">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- © -->
|
||||
|
||||
<p> Lorsqu’on démarre le moteur, il tourne à une vitesse de ralenti, que nous avons estimé à 400 tr/min. Plus on accélère, plus la force centrifuge des patins augmente et finit par dépasser la force de rappel du ressort. À partir de ce moment les patins commencent à se déplacer vers l’extérieur jusqu’à entrer en contact avec la cloche et à appliquer une force de frottement sur celle-ci. C’est de cette façon que la cloche est entrainée en rotation. Le couple est donc transmis uniquement par frottement.</p>
|
||||
|
||||
<p> On peut voir ci-dessous le schéma cinématique de l’embrayage lorsque le moteur est à l’arrêt ou en vitesse de ralenti puis lorsqu’il est en vitesse de coupe.</p>
|
||||
|
||||
<!-- Fotorama -->
|
||||
<div class="fotorama" data-nav="thumbs" data-thumbwidth="150px" data-allowfullscreen="true">
|
||||
<img src="index/images/photosembrayage/sch1.PNG">
|
||||
<img src="index/images/photosembrayage/sch2.PNG">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- © -->
|
||||
|
||||
<p> L’objectif est maintenant de déterminer la force de rappel exercée par le ressort, dans le but final de déterminer la vitesse d’embrayage du rotofil.</p>
|
||||
|
||||
|
||||
<h2>
|
||||
<a href="ressortdroit.php">Page suivante - Étude du ressort droit</a>
|
||||
<img id="arrowRight" src="index/images/arrow-right.png"></img>
|
||||
</h2>
|
||||
|
||||
</article>
|
||||
|
||||
<?php include("index/includes/aside.php"); ?>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<?php include("index/includes/footer.php"); ?>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
215
foncmoteur.php
Normal file
|
@ -0,0 +1,215 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="http://www.achilletoupin.com/pem2t/style.css" />
|
||||
<title>PEM2T</title>
|
||||
<link rel="shortcut icon" href="index/images/favicon.png"/>
|
||||
|
||||
<!-- GALLERY -->
|
||||
<meta name="viewport" content="width=720">
|
||||
<!-- jQuery, -->
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
|
||||
<link href="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.css" rel="stylesheet">
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.js"></script>
|
||||
|
||||
<!-- MATHJAX -->
|
||||
<script type="text/javascript" async
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML" async>
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include("index/includes/header.php"); ?>
|
||||
|
||||
<section>
|
||||
|
||||
<article>
|
||||
|
||||
|
||||
|
||||
<h1>Principe général de fonctionnement d'un moteur 2 temps</h1>
|
||||
|
||||
|
||||
<p>   Comme la plupart des moteurs thermiques modernes, notre moteur se base sur un système bielle-manivelle. La bielle entraînée par le mouvement linéaire alternatif du piston provoque la rotation continue du vilebrequin. Le système bielle-manivelle appliqué à notre moteur 2 temps peut être représenté ainsi par des schémas cinématiques :</p>
|
||||
|
||||
|
||||
<div class="fotorama" data-allowfullscreen="true" data-nav="thumbs" data-thumbwidth="150px"><img src="index/images/photosfonctmot/in1.PNG" /> <img src="index/images/photosfonctmot/in2.PNG" /></div>
|
||||
|
||||
|
||||
<h2>La mobilité du mécanisme :</h2>
|
||||
|
||||
<p>mu (mobilité utile du sytème) = 1</p>
|
||||
|
||||
<p>mi (mobilité interne du système) = 0</p>
|
||||
|
||||
<p>$$ m = mu + mi$$<br />
|
||||
$$ m = 1$$</p>
|
||||
|
||||
<h3>Le degré d'hypertstatisme de ce système manivelle-bielle-piston s'établit grâce aux calculs suivants :</h3>
|
||||
|
||||
<p>$$h = m +\sum Ns -6(n-1)$$</p>
|
||||
|
||||
<p>h est le degré d'hyperstatisme</p>
|
||||
|
||||
<p>Ns est le nombre d'inconnues statiques</p>
|
||||
|
||||
<p>n est le nombre de classes d'équivalences cinématiques (CEC)</p>
|
||||
|
||||
<p>m est la mobilité du mécanisme</p>
|
||||
|
||||
<p>Nous avons modélisé notre système en nous basant sur ce que nous avons observé en le démontant. Nous avons donc 3 liaisons pivot glissant (Ns = 4) et une liaison pivot (Ns = 5). Il y a 4 classes d'équivalences cinématiques.</p>
|
||||
|
||||
<p>$$h = 1 +(pivot(5)+3×pivot \ glissant (4)) -6(4-1)$$<br />
|
||||
$$h = 1 +17 -18$$<br />
|
||||
$$h = 0$$</p>
|
||||
|
||||
<p>Le système modélisé ainsi a un degré d'hyperstatisme de 0, on dit qu'il est isostatique.</p>
|
||||
|
||||
<p> Le moteur 2 temps est un type de moteur thermique dont le cycle de combustion se produit en 2 mouvements linéaires du piston dans le cylindre, d’où l’appellation « 2 temps ». Comme un moteur à 4 temps, il comprend 4 phases : admission, compression, combustion-détente et échappement.</p>
|
||||
|
||||
<p> Il est nécessaire de poser certains termes et conventions utilisés ci-après afin d’appréhender sereinement l’explication d’un cycle de combustion :</p>
|
||||
|
||||
|
||||
<div class="fotorama" data-allowfullscreen="true" data-nav="thumbs" data-thumbwidth="150px">
|
||||
<img src="index/images/photosfonctmot/des3.PNG" />
|
||||
<img src="index/images/photosfonctmot/des1.PNG" />
|
||||
<img src="index/images/photosfonctmot/des2.PNG" />
|
||||
<img src="index/images/photosfonctmot/des4.PNG" />
|
||||
<img src="index/images/photosfonctmot/exp1.PNG" />
|
||||
</div>
|
||||
|
||||
<p> Le moteur étudié ici est un moteur 2 temps monocylindre de 40cm<sup>3</sup> refroidi par air. Il possède 4 lumières : 2 de transfert, 1 d'admission et 1 d'échappement. Le moteur possède un carburateur à membrane fonctionnant avec un mélange SP98-huile (96-4%).</p>
|
||||
|
||||
|
||||
<h2>Un cycle de combustion peut se décomposer ainsi :</h2>
|
||||
|
||||
<h3>Premier mouvement :</h3>
|
||||
|
||||
<p> On commence notre cycle lorsque le piston est à son point le plus bas. Lors de sa descente il a comprimé le mélange situé dans le carter et l’a fait monter vers le haut du cylindre (par la lumière de transfert), provoquant par la même occasion l’échappement des gaz brûlés lors de l’explosion précédente (par la lumière d’échappement).</p>
|
||||
|
||||
|
||||
<div class="fotorama" data-allowfullscreen="true" data-nav="thumbs" data-thumbwidth="150px"><img src="index/images/photosfonctmot/im1.PNG" /> <img src="index/images/photosfonctmot/im2.PNG" /></div>
|
||||
|
||||
|
||||
<p> Par inertie le vilebrequin entraîne alors la bielle qui entraîne le piston vers le haut, ce dernier commence alors à remonter dans le cylindre en fermant successivement les lumières de transfert et d’échappement tout en comprimant le mélange.</p>
|
||||
|
||||
|
||||
<div class="fotorama" data-allowfullscreen="true" data-nav="thumbs" data-thumbwidth="150px"><img src="index/images/photosfonctmot/im3.PNG" /> <img src="index/images/photosfonctmot/im5.PNG" /></div>
|
||||
|
||||
|
||||
<h3>Second mouvement :</h3>
|
||||
|
||||
<p> Le piston a continué sa montée et est donc à son point le plus haut, dans la chambre de combustion, en étant positionné ainsi, il libère la lumière d’admission liée au carburateur et permet au mélange air-essence de rentrer dans le carter sous le piston. </p>
|
||||
|
||||
|
||||
<div class="fotorama" data-allowfullscreen="true" data-nav="thumbs" data-thumbwidth="150px"><img src="index/images/photosfonctmot/im4.PNG" /></div>
|
||||
|
||||
|
||||
<p> Il amorce ensuite sa redescente toujours grâce à l’inertie du vilebrequin. Lorsque la bielle et le maneton forme un angle d’environ 90°, un arc électrique est créé par la bougie d’allumage grâce à la bobine et au volant magnétique lié au vilebrequin qui ont créé un courant électrique. Cet arc électrique enflamme le mélange et provoque une explosion contrôlée.</p>
|
||||
|
||||
|
||||
<div class="fotorama" data-allowfullscreen="true" data-nav="thumbs" data-thumbwidth="150px"><img src="index/images/photosfonctmot/im6.PNG" /> <img src="index/images/photosfonctmot/im7.PNG" /></div>
|
||||
|
||||
|
||||
<p> Le mélange brûlé produit des gaz qui en se détendant provoquent la descente du piston.</p>
|
||||
|
||||
|
||||
<div class="fotorama" data-allowfullscreen="true" data-nav="thumbs" data-thumbwidth="150px"><img src="index/images/photosfonctmot/im6bis.PNG" /></div>
|
||||
|
||||
|
||||
<p> Lors de cette descente, les lumières d’échappement et de transfert sont à nouveau ouvertes et la lumière d’admission est refermée. Le piston finit sa descente et est alors à son point le plus bas, un cycle de combustion vient d’avoir lieu.</p>
|
||||
|
||||
|
||||
<div class="fotorama" data-allowfullscreen="true" data-nav="thumbs" data-thumbwidth="150px"><img src="index/images/photosfonctmot/im8.PNG" /> <img src="index/images/photosfonctmot/im2.PNG" /></div>
|
||||
|
||||
<p> Ce cycle de combustion se produit près de 130 fois par seconde à la vitesse maximale de notre moteur soit 8000 tours par minute. Grâce à cette simplicité de fonctionnement, les moteurs 2 temps fonctionnant comme le nôtre sont aujourd'hui extrêmement répandus dans le monde. Cependant ils ne sont pas utilisés dans tous les domaines car ils font face aux moteurs 4 temps.</p>
|
||||
|
||||
<h2 class="fotorama" data-allowfullscreen="true" data-nav="thumbs" data-thumbwidth="150px">Avantages/inconvénients d'un moteur 2 temps face à un moteur 4 temps :</h2>
|
||||
|
||||
<h3>Avantages :</h3>
|
||||
|
||||
<p> - à cylindrée égale, un moteur 2T est 1.5 à 1.6 fois plus puissant qu'un moteur 4T</p>
|
||||
|
||||
<p> - poids moindre à puissance égale</p>
|
||||
|
||||
<p> - plus grand régularité du couple moteur</p>
|
||||
|
||||
<p> - meilleur ralenti en charge</p>
|
||||
|
||||
<p> - moins de pertes de calories par les parois, les gaz chauds ne restant que pendant une seule course du piston</p>
|
||||
|
||||
<p> - pas de réglage des soupapes à effectuer puisqu’il n’y en a pas</p>
|
||||
|
||||
<p> -simplicité de construction et d’entretien, robuste, bas coût</p>
|
||||
|
||||
<h3>Inconvénients :</h3>
|
||||
|
||||
<p> - rendement moins bon donc à consommation égale un moteur 4T donnera plus de puissance</p>
|
||||
|
||||
<p> - pollue plus notamment parce qu'une partie du mélange essence-air n’est pas brûlé</p>
|
||||
|
||||
<p> - certaines pièces s’usent vite (le piston subit 2 fois plus d’explosion que le piston d’un moteur 4T, le(s) segment(s) frotte(nt) contre les lumières ce qui peut provoquer sa/leurs casse(s) surtout à haut régime)</p>
|
||||
|
||||
<p> - s’encrasse vite</p>
|
||||
|
||||
<p> - fonctionnement bruyant</p>
|
||||
|
||||
<p> On peut donc comprendre pourquoi un moteur 2 temps ne sera généralement pas utilisé dans les mêmes domaines qu'un moteur 4 temps, chacun ayant ses particularités.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h1>Analyse statique</h1>
|
||||
|
||||
<p> Après avoir vu, en cours de mécanique, une méthode d’analyse graphique permettant de trouver la vitesse linéaire d’un piston à un instant t, nous avons décidé d’appliquer cela à notre moteur.</p>
|
||||
|
||||
<p> Pour cela, il a donc fallu modéliser, sur SolidWorks, un schéma du système comprenant la bielle, la manivelle (vilebrequin), et le piston, tout cela mis aux dimensions réelles de notre moteur.</p>
|
||||
|
||||
|
||||
<div class="fotorama" data-allowfullscreen="true" data-nav="thumbs" data-thumbwidth="150px"><img src="index/images/analysegraph/swpiston.JPG" /></div>
|
||||
|
||||
|
||||
<p> Concernant la vitesse de rotation, nous avons choisi de faire notre étude à 8000 tr/min, régime max estimé au début du projet. En modifiant l’angle entre la manivelle et l’horizontale, et en appliquant la méthode d’équiprojectivité, nous avons donc pu trouver la vitesse linéaire du piston pour chaque valeur d’angle.</p>
|
||||
|
||||
|
||||
<div class="fotorama" data-allowfullscreen="true" data-nav="thumbs" data-thumbwidth="150px"><img src="index/images/analysegraph/tableaupiston.JPG" /></div>
|
||||
|
||||
|
||||
<p> On trouve donc une vitesse maximale de 13.69 m/s. Par dérivation graphique, nous avons pu calculer l’accélération du piston. Comme mis en valeur dans le tableau, on trouve une accélération maximum de 14 208 m/s², soit quasiment 1500g. Ce résultat pourrait paraître extrême, mais il semble pertinent puisque cette accélération est subie par le piston le temps de quelques millièmes de seconde.</p>
|
||||
|
||||
<p> A partir de ce tableau, on peut donc tracer la courbe d’évolution de la vitesse linéaire en fonction du temps.</p>
|
||||
|
||||
|
||||
<div class="fotorama" data-allowfullscreen="true" data-nav="thumbs" data-thumbwidth="150px"><img src="index/images/analysegraph/courbepiston.JPG" /></div>
|
||||
|
||||
|
||||
<p> On constate ainsi que cette courbe n’est pas une sinusoïde parfaite, ce qui induit que la vitesse moyenne n’est pas nulle. Cette affirmation est confirmée par le calcul de la vitesse moyenne réalisé dans le tableau.</p>
|
||||
|
||||
<p> Cette analyse nous a permis de mieux constater le comportement du piston lors de la rotation du moteur.</p>
|
||||
|
||||
|
||||
|
||||
<h2>
|
||||
<a href="foncembr.php">Page suivante - Fonctionnement de l'embrayage</a>
|
||||
<img id="arrowRight" src="index/images/arrow-right.png"></img>
|
||||
</h2>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<?php include("index/includes/aside.php"); ?>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<?php include("index/includes/footer.php"); ?>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
233
fraisage.php
Normal file
|
@ -0,0 +1,233 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="http://www.achilletoupin.com/pem2t/style.css" />
|
||||
<title>PEM2T</title>
|
||||
<link rel="shortcut icon" href="index/images/favicon.png"/>
|
||||
|
||||
<!-- GALLERY -->
|
||||
<meta name="viewport" content="width=720">
|
||||
<!-- jQuery, -->
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
|
||||
<link href="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.css" rel="stylesheet">
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include("index/includes/header.php"); ?>
|
||||
|
||||
<section>
|
||||
|
||||
<article>
|
||||
<h1>Fraisage</h1>
|
||||
|
||||
<p> On veut ici reproduire de A à Z le procédé d’usinage d’une pièce (fraisage)</p>
|
||||
|
||||
|
||||
<h2>Pourquoi utiliser l’usinage dans ce cas ?</h2>
|
||||
|
||||
<h3>Avantages</h3>
|
||||
|
||||
<ul>
|
||||
<li>Bon état de surface & précision</li>
|
||||
<p>Les surfaces fonctionnelles importantes se trouvent sur le cylindre (contact avec le carter, le piston, les roulements. Une précision lors de l'usinage est donc nécessaire.</p>
|
||||
|
||||
<li>Il y a des formes plus complexes et fines (filets, rainures, gorges).</li>
|
||||
<p>Ces formes complexes ne peuvent être obtenues facilement et précisément qu'en utilisant l'usinage.</p>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<h3>Inconvénients</h3>
|
||||
|
||||
<ul>
|
||||
|
||||
|
||||
<p>Le coût est relativement élevé.</p>
|
||||
<p>Les outils et machines coûteux, la main d'oeuvre qualifiée nécessaire et le temps d'usinage rendent ce procédé onéreux.</p>
|
||||
|
||||
</ul>
|
||||
|
||||
<h2>Liste des surfaces</h2>
|
||||
|
||||
<p> On commence par définir et nommer les surfaces que l’on souhaite usiner.</p>
|
||||
|
||||
<div class="fotorama" data-nav="thumbs" data-thumbwidth="150px" data-allowfullscreen="true">
|
||||
|
||||
<img src="index/images/listesurfaces.png">
|
||||
</div>
|
||||
<!--
|
||||
<figure alt="Liste des surfaces">
|
||||
<img src="index/images/listesurfaces.png" />
|
||||
<figcaption>
|
||||
<p> Liste des surfaces</p>
|
||||
</figcaption>
|
||||
</figure>
|
||||
-->
|
||||
<p> Ici,</p>
|
||||
|
||||
<ul>
|
||||
<li>P représente une surface plane.</li>
|
||||
<li>CY représente une surface cylindrique.</li>
|
||||
<li>X représente une surface complexe (un filetage, par exemple).</li>
|
||||
</ul>
|
||||
|
||||
<p> On place ensuite la liste des surfaces dans un tableau, auxquelles on associe une opération d’usinage et un outil.</p>
|
||||
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Surface</th>
|
||||
<th>Procédé</th>
|
||||
<th>Outil</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>P1</td>
|
||||
<td>Surfaçage</td>
|
||||
<td>Tourteau D60</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>P3</td>
|
||||
<td>Surfaçage</td>
|
||||
<td>Tourteau D60</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>P8</td>
|
||||
<td>Surfaçage</td>
|
||||
<td>Fraise 2T D10</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>P9</td>
|
||||
<td>Surfaçage</td>
|
||||
<td>Tourteau D60</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>CY1</td>
|
||||
<td>Contournage</td>
|
||||
<td>Fraise 2T D20</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>CY2</td>
|
||||
<td>Perçage</td>
|
||||
<td>inutile</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>CY3, CY5, CY6, CY7, CY9</td>
|
||||
<td>Alésage</td>
|
||||
<td>train de fraises</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>CY8</td>
|
||||
<td>Alésage</td>
|
||||
<td>Alésoir D40</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>X1</td>
|
||||
<td>Perçage + Taraudage</td>
|
||||
<td>Foret D4 + Taraud M4</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>X2</td>
|
||||
<td>Perçage + Taraudage</td>
|
||||
<td>Foret D4 + Taraud M4</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>X3</td>
|
||||
<td>Perçage + Taraudage</td>
|
||||
<td>Foret D12+ Taraud M12×1,75</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>X4</td>
|
||||
<td>Perçage + Taraudage</td>
|
||||
<td>Foret D4 + Taraud M4</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>X5</td>
|
||||
<td>Perçage + Taraudage</td>
|
||||
<td>Foret D4 + Taraud M4</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>X6</td>
|
||||
<td>Perçage + Taraudage</td>
|
||||
<td>Foret D4 + Taraud M4</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>X7</td>
|
||||
<td>Perçage + Taraudage</td>
|
||||
<td>Foret D4 + Taraud M4</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>X8</td>
|
||||
<td>Perçage + Taraudage</td>
|
||||
<td>Foret D4 + Taraud M4</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>X9</td>
|
||||
<td>Perçage + Taraudage</td>
|
||||
<td>Foret D4 + Taraud M4</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2>Antériorités</h2>
|
||||
|
||||
<p> Ensuite, à l’aide d’un graphe des antériorités, on définit l’ordre d’usinage des différentes surfaces.</p>
|
||||
|
||||
|
||||
<div class="fotorama" data-nav="thumbs" data-thumbwidth="150px" data-allowfullscreen="true">
|
||||
|
||||
<img src="index/images/anteriorites.png">
|
||||
|
||||
</div>
|
||||
|
||||
<p> Ici on a défini les 3 étapes d’usinage :</p>
|
||||
|
||||
<ol>
|
||||
<li>CY3, CY5, CY6, CY7, P9</li>
|
||||
<li>P1, P3, CY1</li>
|
||||
<li>P8, X4 à X9</li>
|
||||
<li>CY2, CY8, X1, X2, X3</li>
|
||||
</ol>
|
||||
|
||||
<p> On pourra choisir l’ordre des opérations dans chaque étape.</p>
|
||||
|
||||
<p>Ci-après, les contrats pour chaque phase.</p>
|
||||
|
||||
<h3>Contrats de phase</h3>
|
||||
|
||||
|
||||
<div class="fotorama" data-nav="thumbs" data-thumbwidth="150px" data-allowfullscreen="false">
|
||||
|
||||
<img src="index/images/gammes/contratphase1.png">
|
||||
<img src="index/images/gammes/contratphase2.png">
|
||||
<img src="index/images/gammes/contratphase3.png">
|
||||
<img src="index/images/gammes/contratphase4.png">
|
||||
|
||||
</div>
|
||||
|
||||
<h2>
|
||||
<a href="gdp.php">Page suivante - Explication de la gestion de projet</a>
|
||||
<img id="arrowRight" src="index/images/arrow-right.png"></img>
|
||||
</h2>
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<?php include("index/includes/aside.php"); ?>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<?php include("index/includes/footer.php"); ?>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
87
gdp.php
Normal file
|
@ -0,0 +1,87 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="http://www.achilletoupin.com/pem2t/style.css" />
|
||||
<title>PEM2T</title>
|
||||
<link rel="shortcut icon" href="index/images/favicon.png"/>
|
||||
|
||||
<!-- GALLERY -->
|
||||
<meta name="viewport" content="width=720">
|
||||
<!-- jQuery, -->
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
|
||||
<link href="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.css" rel="stylesheet">
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.js"></script>
|
||||
|
||||
<!-- MATHJAX -->
|
||||
<script type="text/javascript" async
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML" async>
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include("index/includes/header.php"); ?>
|
||||
|
||||
<section>
|
||||
|
||||
<article>
|
||||
|
||||
<h1>Gestion de projet</h1>
|
||||
|
||||
<p> Dans le cadre de ce projet, nous avons eu un enseignement nous apprenant les bases la gestion de projet, à l’aide de la méthode 3P.</p>
|
||||
|
||||
<p> Dans ce contexte, nous avons eu un nombre de livrables à écrire et rendre, pour décrire l’avancée, et les décisions du projet. Ces livrables nous aident à garder un cap clair, et bien organiser notre temps et nos ressources.</p>
|
||||
|
||||
<p> Nous vous présentons ici une partie de nos livrables ainsi que leur évolution, qui décrivent l’évolution de notre échéancier ainsi que les problèmes et solutions appliquées.</p>
|
||||
|
||||
<p> A chaque étape du projet, lorsque nous effectuions des réunions, nous rédigions des comptes rendus de réunion qui nous servaient de journal de bord et de base pour les questions à poser à nos professeurs.</p>
|
||||
|
||||
<p>Méthode 3P : Préparer - Piloter - Progresser</p>
|
||||
|
||||
<h2>Préparer</h2>
|
||||
|
||||
<ul>
|
||||
<li>Définir le but du projet, en accord avec le commanditaire (ici, notre enseignant responsable des projets).</li>
|
||||
<li>Choix du mécanisme</li>
|
||||
<li>Liste des analyses à effectuer</li>
|
||||
<li>Choix du média utilisé pour le rendu</li>
|
||||
<li>Créer la première ébauche de planning prévisionnel (à l’aide d’un diagramme GANTT)</li>
|
||||
<li>Créer une grille des freins prévisionnelle (qui décrit les problèmes éventuels et leurs solutions)</li>
|
||||
</ul>
|
||||
|
||||
<h2>Piloter</h2>
|
||||
|
||||
<ul>
|
||||
<li>Rendre compte de l’avancée du projet à intervalles réguliers (3 semaines environ) dans les cycles de reporting qui contiennent :</li>
|
||||
<li>Un planning prévisionnel mis à jour</li>
|
||||
<li>Une grille des freins mise à jour</li>
|
||||
<li>Une fiche de reporting qui donne l’état actuel des tâches (avancée, problèmes, solutions)</li>
|
||||
<li>Prévision de la marche à suivre jusqu'à la prochaine échéance</li>
|
||||
</ul>
|
||||
|
||||
<h2>Progresser</h2>
|
||||
|
||||
<p>Créer une fiche bilan, qui rend compte des facilités et difficultés rencontrées lors du projet et de sa gestion (en général).</p>
|
||||
|
||||
|
||||
|
||||
<h2>
|
||||
<a href="gdpexemples.php">Page suivante - Exemples de livrables</a>
|
||||
<img id="arrowRight" src="index/images/arrow-right.png"></img>
|
||||
</h2>
|
||||
|
||||
</article>
|
||||
|
||||
<?php include("index/includes/aside.php"); ?>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<?php include("index/includes/footer.php"); ?>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
156
gdpexemples.php
Normal file
|
@ -0,0 +1,156 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="http://www.achilletoupin.com/pem2t/style.css" />
|
||||
<title>PEM2T</title>
|
||||
<link rel="shortcut icon" href="index/images/favicon.png"/>
|
||||
|
||||
<!-- GALLERY -->
|
||||
<meta name="viewport" content="width=720">
|
||||
<!-- jQuery, -->
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
|
||||
<link href="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.css" rel="stylesheet">
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.js"></script>
|
||||
|
||||
<!-- MATHJAX -->
|
||||
<script type="text/javascript" async
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML" async>
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include("index/includes/header.php"); ?>
|
||||
|
||||
<section>
|
||||
|
||||
<article>
|
||||
|
||||
<h1>Exemples de Livrables</h1>
|
||||
|
||||
<h2>Evolution de nos plannings prévisionnels GANTT</h2>
|
||||
|
||||
<p>Dans l’ordre :</p>
|
||||
|
||||
<ol>
|
||||
<li>11/02</li>
|
||||
<li>24/02</li>
|
||||
<li>28/02</li>
|
||||
<li>11/03</li>
|
||||
<li>04/04</li>
|
||||
<li>29/04</li>
|
||||
</ol>
|
||||
|
||||
<div class="fotorama" data-nav="thumbs" data-thumbwidth="150px" data-allowfullscreen="true">
|
||||
|
||||
<img src="index/images/gantt/gantt-02-11.PNG">
|
||||
<img src="index/images/gantt/gantt-02-24.PNG">
|
||||
<img src="index/images/gantt/gantt-02-28.PNG">
|
||||
<img src="index/images/gantt/gantt-03-11.PNG">
|
||||
<img src="index/images/gantt/gantt-04-04.PNG">
|
||||
<img src="index/images/gantt/gantt-04-29.PNG">
|
||||
</div>
|
||||
|
||||
<h2>Evolution de nos grilles des freins</h2>
|
||||
|
||||
<p>Dans l’ordre :</p>
|
||||
|
||||
<ol>
|
||||
<li>15/03</li>
|
||||
<li>5/05</li>
|
||||
<li>29/05</li>
|
||||
|
||||
</ol>
|
||||
<div class="fotorama" data-nav="thumbs" data-thumbwidth="150px" data-allowfullscreen="true">
|
||||
|
||||
<img src="index/images/gdp/grillefreins1.JPG">
|
||||
<img src="index/images/gdp/grillefreins2.JPG">
|
||||
<img src="index/images/gdp/grillefreins.JPG">
|
||||
|
||||
</div>
|
||||
|
||||
<h2>Exemple de compte rendu de réunion</h2>
|
||||
|
||||
<div class="fotorama" data-nav="thumbs" data-thumbwidth="150px" data-allowfullscreen="true">
|
||||
|
||||
<img src="index/images/gdp/cr.JPG">
|
||||
|
||||
</div>
|
||||
|
||||
<h2>Exemple de fiche de reporting</h2>
|
||||
|
||||
<div class="fotorama" data-nav="thumbs" data-thumbwidth="150px" data-allowfullscreen="true">
|
||||
|
||||
<img src="index/images/gdp/fichereporting1.JPG">
|
||||
<img src="index/images/gdp/fichereporting2.JPG">
|
||||
|
||||
</div>
|
||||
|
||||
<h2>Bilan de la gestion de projet</h2>
|
||||
|
||||
<table>
|
||||
<th>
|
||||
<th></th>
|
||||
<th>Éléments analysés<br></th>
|
||||
<th>Causes</th>
|
||||
<th>Plan d'action</th>
|
||||
</th>
|
||||
<tr>
|
||||
<td>Ce qui a bien marché</td>
|
||||
<td>
|
||||
1. Créneau fixe de 4h par semaine<br/>
|
||||
2. Compte-rendus de réunions très utiles pour le déroulement du projet<br/>
|
||||
3. Répartition des tâches<br/>
|
||||
4. Respect des dates imposées
|
||||
</td>
|
||||
<td>
|
||||
1. Projet interne au DUT donc temps fourni<br/>
|
||||
2. Permet de cadrer le projet<br/>
|
||||
3. Pas de hiérarchie dans le groupe, remise en question perpétuelle de la répartition <br/>
|
||||
4. Sérieux dans le travail et le respect des dates
|
||||
</td>
|
||||
<td>
|
||||
1. Essayer de maintenir les créneaux chaque semaine<br/>
|
||||
2. Les réaliser toujours mieux<br/>
|
||||
3. Remise en question perpétuelle<br/>
|
||||
4. Etre prêt plus tôt que la date limite
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ce qui peut être amélioré</td>
|
||||
<td>
|
||||
1. Temps de gestion de projet trop long par rapport au temps accordé au projet en lui-même<br/>
|
||||
2. Planning prévisionnel
|
||||
</td>
|
||||
<td>
|
||||
1. 4h de projet par semaine<br/>
|
||||
2. Projet de petite envergure, la grande majorité des tâches sont indépendantes les unes des autres, ainsi il est difficile d’établir un planning
|
||||
</td>
|
||||
<td>
|
||||
1. Travailler plus vite<br/>
|
||||
2. Mieux organiser les tâches
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>
|
||||
<a href="ccln.php">Page suivante - Conclusion</a>
|
||||
<img id="arrowRight" src="index/images/arrow-right.png"></img>
|
||||
</h2>
|
||||
|
||||
</article>
|
||||
|
||||
<?php include("index/includes/aside.php"); ?>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<?php include("index/includes/footer.php"); ?>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
61
graphe.php
Normal file
|
@ -0,0 +1,61 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="http://www.achilletoupin.com/pem2t/style.css" />
|
||||
<title>PEM2T</title>
|
||||
<link rel="shortcut icon" href="index/images/favicon.png"/>
|
||||
|
||||
<!-- GALLERY -->
|
||||
<meta name="viewport" content="width=720">
|
||||
<!-- jQuery, -->
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
|
||||
<link href="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.css" rel="stylesheet">
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.js"></script>
|
||||
|
||||
<!-- MATHJAX -->
|
||||
<script type="text/javascript" async
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML" async>
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include("index/includes/header.php"); ?>
|
||||
|
||||
<section>
|
||||
|
||||
<article>
|
||||
|
||||
<h1>Graphe de démontage</h1>
|
||||
|
||||
<h2>Détails auxquels il faut faire attention lors du montage ou du démontage du moteur :</h2>
|
||||
<ul>
|
||||
<li>Le filetage présent sur le vilebrequin et permettant de bloquer le volant magnétique grâce à un écrou est un filetage en pas à gauche</li>
|
||||
<li>La rotation de l’axe du piston est assurée dans la bielle par une sorte de roulement à aiguilles qui ont tendance à tomber lorsque l’axe est retiré</li>
|
||||
</ul>
|
||||
|
||||
<h2>Vidéo</h2>
|
||||
|
||||
<iframe width="auto" height="315" src="https://www.youtube.com/embed/p5qmNqCmT5w" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
|
||||
<h2>
|
||||
<a href="choixtech.php">Page suivante - Analyses technologiques</a>
|
||||
<img id="arrowRight" src="index/images/arrow-right.png"></img>
|
||||
</h2>
|
||||
|
||||
</article>
|
||||
|
||||
<?php include("index/includes/aside.php"); ?>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<?php include("index/includes/footer.php"); ?>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
91
index.php
Normal file
|
@ -0,0 +1,91 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="http://www.achilletoupin.com/pem2t/style.css" />
|
||||
<title>PEM2T</title>
|
||||
<link rel="shortcut icon" href="index/images/favicon.png"/>
|
||||
|
||||
|
||||
<!-- GALLERY -->
|
||||
<meta name="viewport" content="width=720">
|
||||
<!-- jQuery, -->
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
|
||||
<link href="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.css" rel="stylesheet">
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include("index/includes/header.php"); ?>
|
||||
|
||||
<section>
|
||||
|
||||
<article>
|
||||
|
||||
|
||||
<h1>Le projet de semestre 2 du DUT GMP</h1>
|
||||
|
||||
|
||||
|
||||
<h2>Contexte</h2>
|
||||
|
||||
<p> Dans le cadre de notre DUT GMP, nous avons été amenés à entreprendre et gérer un projet d'étude de mécanisme.</p>
|
||||
|
||||
<p> Le but de ce projet est d'étudier sous forme de projet un mécanisme, conformément au programme.</p>
|
||||
|
||||
<p> Ce travail en groupe s'articule sur les thèmes évoqués dans le programme :</p>
|
||||
|
||||
<p> Analyser un système existant en étudiant :</p>
|
||||
|
||||
<ul>
|
||||
<li>Sa fonction globale,</li>
|
||||
<li>Ses fonctions principales,</li>
|
||||
<li>Les solutions technologiques retenues,</li>
|
||||
<li>Les modes de mise en forme, les matériaux.</li>
|
||||
</ul>
|
||||
|
||||
<p> Il nous est imposé un nombre de points à aborder obligatoirement :</p>
|
||||
|
||||
<ul>
|
||||
<li>Planning prévisionnel, définition des objectifs et répartition des tâches.</li>
|
||||
<li>Analyse fonctionnelle précise du système existant, mise en situation du produit (contexte),</li>
|
||||
<li>Utilisation d’un logiciel de « carte mentale » recommandée (Freeplane, Xmind, …).</li>
|
||||
<li>Graphe de démontage / montage précis.</li>
|
||||
<li>Explication du fonctionnement global (schémas cinématiques, Sysml, vidéos, photos, vues éclatées…).</li>
|
||||
<li>Analyse d’au moins un guidage en translation et/ou un guidage en rotation.</li>
|
||||
<li>Analyse d’une liaison complète.</li>
|
||||
<li>Justification des matériaux, modes d’obtention (relation produit-procédé).</li>
|
||||
<li>Citation des sources, notamment liens internet.</li>
|
||||
</ul>
|
||||
|
||||
<h2>Notre projet</h2>
|
||||
|
||||
<p> <b>P</b>rojet d'<b>E</b>tude d'un <b>M</b>oteur <b>2</b> <b>T</b>emps</p>
|
||||
|
||||
<p> Ce site internet présente tous nos travaux réalisés lors du semestre.</p>
|
||||
<p> Vous pouvez trouver dans le <a href="plan.php">plan du site</a> l'ensemble des parties et de notre travail, organisé en parties et sous-parties, liées directement aux pages correspondantes.</p>
|
||||
<p>Vous pouvez aussi lire le contenu de ce site à l'aide des liens "Page suivante" disponibles à la fin de chaque page.</p>
|
||||
|
||||
<p> Ce site a été développé pour fonctionner optimalement avec <b>Firefox</b>, pour une utilisation sans erreurs, merci d'utiliser ce navigateur.</p>
|
||||
|
||||
|
||||
<h2><a href="presentation.php">Page suivante - Présentation du moteur</a><img id="arrowRight" src="index/images/arrow-right.png"></img></h2>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<?php include("index/includes/aside.php"); ?>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<?php include("index/includes/footer.php"); ?>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
BIN
index/3dModels/ModelePEM2T.rar
Normal file
BIN
index/3dModels/piston.stl
Normal file
BIN
index/fonts/ABZ.otf
Normal file
BIN
index/fonts/rubik.ttf
Normal file
BIN
index/images/analysegraph/courbepiston.JPG
Normal file
After Width: | Height: | Size: 59 KiB |
BIN
index/images/analysegraph/swpiston.JPG
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
index/images/analysegraph/tableaupiston.JPG
Normal file
After Width: | Height: | Size: 104 KiB |
BIN
index/images/anteriorites.png
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
index/images/arrow-right.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
index/images/banner.jpg
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
index/images/beteAcornes.png
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
index/images/cassos.jpg
Normal file
After Width: | Height: | Size: 782 KiB |
BIN
index/images/contratphase2.png
Normal file
After Width: | Height: | Size: 4.3 MiB |
BIN
index/images/downloadarrow.png
Normal file
After Width: | Height: | Size: 125 KiB |
BIN
index/images/favicon.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
index/images/fleche_orange.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
index/images/fleche_orange_bas.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
index/images/gallerie1/cylindre.PNG
Normal file
After Width: | Height: | Size: 94 KiB |
BIN
index/images/gallerie1/cylindre2.PNG
Normal file
After Width: | Height: | Size: 93 KiB |
BIN
index/images/gallerie1/entierCoupe.PNG
Normal file
After Width: | Height: | Size: 198 KiB |
BIN
index/images/gallerie1/entierNonCoupe.PNG
Normal file
After Width: | Height: | Size: 193 KiB |
BIN
index/images/gammes/anteriorites.png
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
index/images/gammes/contratphase1.png
Normal file
After Width: | Height: | Size: 3.1 MiB |
BIN
index/images/gammes/contratphase2.png
Normal file
After Width: | Height: | Size: 2.8 MiB |
BIN
index/images/gammes/contratphase3.png
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
index/images/gammes/contratphase4.png
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
index/images/gammes/surfaces.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
index/images/gantt/gantt-02-11.PNG
Normal file
After Width: | Height: | Size: 93 KiB |
BIN
index/images/gantt/gantt-02-24.PNG
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
index/images/gantt/gantt-02-28.PNG
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
index/images/gantt/gantt-03-11.PNG
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
index/images/gantt/gantt-04-04.PNG
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
index/images/gantt/gantt-04-29.PNG
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
index/images/gdp/cr.JPG
Normal file
After Width: | Height: | Size: 216 KiB |
BIN
index/images/gdp/fichereporting1.JPG
Normal file
After Width: | Height: | Size: 208 KiB |
BIN
index/images/gdp/fichereporting2.JPG
Normal file
After Width: | Height: | Size: 75 KiB |
BIN
index/images/gdp/grillefreins.JPG
Normal file
After Width: | Height: | Size: 152 KiB |
BIN
index/images/gdp/grillefreins1.JPG
Normal file
After Width: | Height: | Size: 140 KiB |
BIN
index/images/gdp/grillefreins2.JPG
Normal file
After Width: | Height: | Size: 121 KiB |
BIN
index/images/intro/sabrejaune.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
index/images/liaisoncomp/liaicomp.png
Normal file
After Width: | Height: | Size: 415 KiB |
BIN
index/images/list.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
index/images/listeope.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
index/images/listesurfaces.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
index/images/photoguid/brasdelevier.PNG
Normal file
After Width: | Height: | Size: 138 KiB |
BIN
index/images/photoguid/brasdelevierzoom.PNG
Normal file
After Width: | Height: | Size: 95 KiB |
5
index/images/photoguid/desktop.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[.ShellClassInfo]
|
||||
InfoTip=Ce dossier est partagé en ligne.
|
||||
IconFile=C:\Program Files\Google\Drive\googledrivesync.exe
|
||||
IconIndex=16
|
||||
|
BIN
index/images/photoguid/ens1.PNG
Normal file
After Width: | Height: | Size: 139 KiB |
BIN
index/images/photoguid/ens2.PNG
Normal file
After Width: | Height: | Size: 138 KiB |
BIN
index/images/photoguid/ens3.PNG
Normal file
After Width: | Height: | Size: 115 KiB |
BIN
index/images/photoguid/pyvot.PNG
Normal file
After Width: | Height: | Size: 104 KiB |
BIN
index/images/photoguid/vil1.PNG
Normal file
After Width: | Height: | Size: 75 KiB |
BIN
index/images/photoguid/vil2.PNG
Normal file
After Width: | Height: | Size: 139 KiB |
BIN
index/images/photoguid/vil3.PNG
Normal file
After Width: | Height: | Size: 154 KiB |
BIN
index/images/photosembrayage/ph1a.png
Normal file
After Width: | Height: | Size: 13 MiB |
BIN
index/images/photosembrayage/ph1b.png
Normal file
After Width: | Height: | Size: 4.8 MiB |
BIN
index/images/photosembrayage/ph2.png
Normal file
After Width: | Height: | Size: 3.5 MiB |
BIN
index/images/photosembrayage/sch1.PNG
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
index/images/photosembrayage/sch2.PNG
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
index/images/photosembrayage/sw1.png
Normal file
After Width: | Height: | Size: 280 KiB |
BIN
index/images/photosembrayage/sw2.png
Normal file
After Width: | Height: | Size: 112 KiB |
BIN
index/images/photosembrayage/sw3.png
Normal file
After Width: | Height: | Size: 362 KiB |
BIN
index/images/photosfonctmot/des1.PNG
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
index/images/photosfonctmot/des2.PNG
Normal file
After Width: | Height: | Size: 144 KiB |
BIN
index/images/photosfonctmot/des3.PNG
Normal file
After Width: | Height: | Size: 205 KiB |
BIN
index/images/photosfonctmot/des4.PNG
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
index/images/photosfonctmot/exp1.PNG
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
index/images/photosfonctmot/im1.PNG
Normal file
After Width: | Height: | Size: 164 KiB |
BIN
index/images/photosfonctmot/im2.PNG
Normal file
After Width: | Height: | Size: 223 KiB |
BIN
index/images/photosfonctmot/im3.PNG
Normal file
After Width: | Height: | Size: 222 KiB |
BIN
index/images/photosfonctmot/im4.PNG
Normal file
After Width: | Height: | Size: 225 KiB |
BIN
index/images/photosfonctmot/im5.PNG
Normal file
After Width: | Height: | Size: 256 KiB |
BIN
index/images/photosfonctmot/im6.PNG
Normal file
After Width: | Height: | Size: 235 KiB |
BIN
index/images/photosfonctmot/im6bis.PNG
Normal file
After Width: | Height: | Size: 252 KiB |
BIN
index/images/photosfonctmot/im7.PNG
Normal file
After Width: | Height: | Size: 302 KiB |
BIN
index/images/photosfonctmot/im8.PNG
Normal file
After Width: | Height: | Size: 249 KiB |
BIN
index/images/photosfonctmot/in1.PNG
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
index/images/photosfonctmot/in2.PNG
Normal file
After Width: | Height: | Size: 146 KiB |
BIN
index/images/photosmoteur/Capture.PNG
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
index/images/photosmoteur/IMG_2362.JPG
Normal file
After Width: | Height: | Size: 3 MiB |
BIN
index/images/photosmoteur/IMG_2365.JPG
Normal file
After Width: | Height: | Size: 2.6 MiB |
BIN
index/images/photosmoteur/IMG_2366.JPG
Normal file
After Width: | Height: | Size: 2.6 MiB |
BIN
index/images/photosmoteur/IMG_2370.JPG
Normal file
After Width: | Height: | Size: 2.7 MiB |
BIN
index/images/photosmoteur/IMG_2371.JPG
Normal file
After Width: | Height: | Size: 2.2 MiB |
BIN
index/images/photosmoteur/IMG_2372.JPG
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
index/images/photosmoteur/IMG_2373.JPG
Normal file
After Width: | Height: | Size: 2.5 MiB |
BIN
index/images/photosmoteur/IMG_2374.JPG
Normal file
After Width: | Height: | Size: 2.6 MiB |
BIN
index/images/photosmoteur/IMG_2375.JPG
Normal file
After Width: | Height: | Size: 2.6 MiB |
BIN
index/images/photosmoteur/IMG_2376.JPG
Normal file
After Width: | Height: | Size: 2.6 MiB |