-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·473 lines (430 loc) · 18.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Modeling of bending-torsion couplings in active-bending structures</title>
<link href="https://fonts.googleapis.com/css?family=Droid+Serif|Roboto:300" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500|Rubik:300,400,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Archivo+Black|Rubik" rel="stylesheet">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/thesis2.css" id="theme">
<!-- <link rel="stylesheet" href="css/theme/white.css" id="theme"> -->
<link rel="stylesheet" href="plugin/title-footer/title-footer.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="./lib/css/zenburn.css">
<script src="./js/jquery-3.2.1.min.js"></script>
<script src="./js/gsap/TweenMax.min.js"></script>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.2/TweenMax.min.js"></script> -->
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? './css/print/pdf.css' : './css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<!-- FRONMATTER -->
<section>
<section class="cover center" data-state="no-title-footer" data-background-transition="fade" data-transition="fade">
<h1>Modeling of bending-torsion couplings<br>in active-bending structures</br></h1>
<br>
<h2>Application to the design of elastic gridshells</h2>
<hr style="margin:2em;">
<table class="" width="100%" style="text-align:left; vertical-align:middle;">
<!-- <tr style="height:15px;"></tr> -->
<tr>
<td width="30%" style="text-align:left; vertical-align:middle;">
<img data-src="./img/logo/enpc.svg" width="100%">
</td>
<td width="40%" style="text-align:center; vertical-align:middle;">
<p>
<small>Thèse de doctorat présentée le</small>
<br>
<small>20/12/2017</small>
<br>
<small>Lionel du Peloux</small>
</p>
</td>
<td width="30%" style="text-align:center; vertical-align:middle;">
<img data-src="./img/logo/navier.svg" >
</td>
</tr>
<tr>
<td width="30%" style="text-align:left; vertical-align:middle;">
<p>
<small>Jean-François Caron</small>
</p>
</td>
<td width="40%" style="text-align:center; vertical-align:middle;">
<p>
<small>Olivier Baverel (Dir.)</small>
</p>
</td>
<td width="30%" style="text-align:center; vertical-align:middle;">
<p>
<small>Cyril Douthe</small>
</p>
</td>
</tr>
</table>
<aside class="notes">
Merci M. le président du Jury.
<hr>
Bonjour à toutes et à tous,
<hr>
Je vais aujourd'hui vous présenter mon travail de recherche sur les structures de type gridshell élastique. En m'intéressant plus spécifiquement aux modèles de calcul dédiés à l'analyse de ces structures, qui sont fortement précontraintes du fait de leur mise en forme. On parlera de précontrainte de flexion.
<hr>
On verra que ces ouvrages sont complexes à concevoir, et que les outils d'analyse existants ne permettent pas de répondre de manière efficace aux besoins des architectes et des ingénieurs dans un contexte de projet.
<hr>
Ce travail de recherche a été réalisé sous la direction d'Olivier Baverel, avec la participation de Jean-François Caron et de Cyril Douthe.
</section>
<section class="center" data-background-transition="fade" data-transition="fade-in fade-out">
<!-- <h3> Brief </h3> -->
<p><strong>Provide new <mark>tools</mark> to help architects and engineers<br> designing and building elastic gridshells</strong></p>
<br>
<p><small>Focus : discrete beam models for nonlinear formfinding and structural analysis</small></p>
<aside class="notes">
L'objectif principal de ma thèse aura donc été de mettre au point des outils d'analyse pour faciliter et enrichir le processus de conception de ces structures.
<hr>
L'absence d'outil de design adapté est d'ailleurs souvent donné comme l'un des principaux obstacles à leur diffusion.
<hr>
Au coeur de ce travail, on trouve la mise au point d'un élement de poutre discret original, à 4 degrés de liberté et 3 noeuds qui permet de modéliser plus finement les couplages flexion-torsion ainsi que certaines discontinuités dans ces résilles de poutres.
</aside>
</section>
<section class="center" data-background-transition="none" data-transition="slide-in slide-out">
<h5>Context</h5>
<table class="imgtable" width="100%">
<tr>
<td><img data-src="./img/logo/navier.svg" ></td>
<td><img data-src="./img/logo/tess.svg" ></td>
</tr>
</table>
<p style="text-align:center"><cite>(<sup>*</sup>) Douthe 2007, Bouhaya 2010, Kotelnikova 2012, Tayeb 2015, du Peloux 2017</cite> </p>
<aside class="notes">
J'ai cherché à rentrer dans cette problématique avec une double casquette :
<hr>
La casquette de chercheur par mon activité au sein du laboratoire Navier,
<br>
Et la casquette d'ingénieur par mon activité au sein du bureau d'étude T/E/S/S.
<hr>
Je crois que cela a donné une coloration particulière à mon travail, et je voulais donc souligner cet aspect avant de rentrer dans le vif du sujet.
</aside>
</section>
<!-- <section class="plan center" data-background-transition="" data-transition="">
<h5>Plan</h5>
<ul>
<li>Introduction to the concept</li>
<li>Design process : overview</li>
<hr>
<li>Beam model : variational approach</li>
<li>Beam model : equilibrium approach</li>
<li>New discrete beam element</li>
<hr>
<li>Implementation & test case</li>
</ul>
<aside class="notes">
</aside>
</section> -->
<section class="plan center" data-background-transition="none" data-transition="">
<h5>Plan</h5>
<ul>
<li class="highlight">Introduction to the concept</li>
<li class="highlight">Design process : overview</li>
<hr>
<li>Beam model : variational approach</li>
<li>Beam model : equilibrium approach</li>
<li>New discrete beam element</li>
<hr>
<li>Implementation & test case</li>
</ul>
<aside class="notes">
Ma présentation s'organise de la façon suivante
<hr>
Dans une première partie je vais présenter le concept de gridshell élastique à partir de projets que j'ai réalisés.
<hr>
Je donnerai ensuite quelques éléments sur la méthode de conception que j'ai mise en place pour le projet de la cathédrale éphémère de créteil, en 2013.
</aside>
</section>
<section class="plan center" data-background-transition="none" data-transition="none">
<h5>Plan</h5>
<ul>
<li>Introduction to the concept</li>
<li>Design process : overview</li>
<hr>
<li class="highlight">Beam model : variational approach</li>
<li class="highlight">Beam model : equilibrium approach</li>
<li class="highlight">New discrete beam element</li>
<hr>
<li>Implementation & test case</li>
</ul>
<aside class="notes">
Dans une seconde partie je présenterai deux approches pour construire un modèle de poutre enrichi bien adapté au formfinding et à la prise en compte des couplages flexion-torsion dans les gridshells élastiques.
<hr>
Je traiterai le passage du continu au discret et cela m'amènera à formuler un nouvel élément de poutre appelé biarc.
</aside>
</section>
<section class="plan center" data-background-transition="none" data-transition="none">
<h5>Plan</h5>
<ul>
<li>Introduction to the concept</li>
<li>Design process : overview</li>
<hr>
<li>Beam model : variational approach</li>
<li>Beam model : equilibrium approach</li>
<li>New discrete beam element</li>
<hr>
<li class="highlight">Implementation & test case</li>
</ul>
<aside class="notes">
Pour finir, je parlerai de l'implémentation de cette élément dans un code de relaxation dynamique appelé Marsupilami.
<hr>
Je présenterai un comparatif avec le logiciel ABAQUS sur un cas test ...
<hr>
Avant de conclure.
</aside>
</section>
</section>
<!-- MAINMATTER -->
<section data-external="1-intro.html" data-background-transition="none" data-transition="none"> </section>
<section data-external="2-creteil.html"> </section>
<section data-external="3-model_1.html"> </section>
<section data-external="4-model_2.html"> </section>
<section data-external="5-numeric.html"> </section>
<section data-external="6-marsupilami.html"> </section>
<!-- APPENDIX -->
<!-- <section data-external="A1-creteil.html"> </section>
<section data-external="A2-model_1.html"> </section>
<section data-external="A3-model_2.html"> </section>
<section data-external="A4-numeric.html"> </section>
<section data-external="A5-marsupilami.html"> </section> -->
</div>
</div>
<!-- PINTEREST -->
<script async defer src="//assets.pinterest.com/js/pinit.js"></script>
<script src="./lib/js/head.min.js"></script>
<script src="./js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: false,
slideNumber: true,
history: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom
transitionSpeed: 'slow', // default/fast/slow
backgroundTransition: 'fade', // none/fade/slide/convex/concave/zoom
width: 1280,
height: 960,
margin: 0.1,
minScale: 0.2,
maxScale: 1.5,
center: false,
math: {
enableGlobally: true,
},
menu: {
side: 'right',
numbers: true,
titleSelector: 'h1, h3, h5, h7',
hideMissingTitles: false,
markers: true,
custom: false,
transitions: false,
openButton: false,
openSlideNumber: true,
keyboard: true,
// Specifies the themes that will be available in the themes
// menu panel. Set to 'false' to hide themes panel.
themes: [
{ name: 'Thesis', theme: 'css/theme/thesis2.css' },
{ name: 'Thesis OLD', theme: 'css/theme/thesis.css' },
{ name: 'Black', theme: 'css/theme/black.css' },
{ name: 'White', theme: 'css/theme/white.css' },
{ name: 'League', theme: 'css/theme/league.css' },
{ name: 'Sky', theme: 'css/theme/sky.css' },
{ name: 'Beige', theme: 'css/theme/beige.css' },
{ name: 'Simple', theme: 'css/theme/simple.css' },
{ name: 'Serif', theme: 'css/theme/serif.css' },
{ name: 'Blood', theme: 'css/theme/blood.css' },
{ name: 'Night', theme: 'css/theme/night.css' },
{ name: 'Moon', theme: 'css/theme/moon.css' },
{ name: 'Solarized', theme: 'css/theme/solarized.css' }
],
},
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
// Cross-browser shim that fully implements classList - https://github.com/eligrey/classList.js/
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
// Interpret Markdown in <section> elements
{ src: 'plugin/external/external.js', condition: function() { return !!document.querySelector( '[data-external]' ); } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/title-footer/title-footer.js', async: true, callback: function(){ title_footer.initialize("Modeling of bending-torsion couplings in active-bending structures", "rgba(0,0,0,0.6)")}},
// { src: 'plugin/tagcloud/tagcloud.js', async: true } ,
{ src: 'plugin/js-menu/menu.js' },
{ src: 'plugin/math-katex/math-katex.js', async: true },
{ src: 'plugin/notes/notes.js', async: true },
// Zoom in and out with Alt+click
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
// { src: 'plugin/toc-progress/toc-progress.js', async: true, callback: function() { toc_progress.initialize(); toc_progress.create(); } },
]
});
</script>
<script >
// hover projects animation
window.onload = function () { // then the container tag exists
var container = document.getElementById("container");
container.addEventListener("load", function(event) { // then the object content has been loaded
var a = document.getElementById("container");
// Get the SVG document inside the Object tag
var svgDoc = a.contentDocument;
var sf = 1.1;
var speed = 0.75;
svgDoc.getElementById('F1').onmouseover = function(e){
var paths = svgDoc.getElementById('F1').querySelector("#shape").getElementsByTagName("path");
tl = new TimelineMax();
tl.to(paths, speed, {scale:sf, ease:Back.easeOut})
tl.play();
};
svgDoc.getElementById('F1').addEventListener("mouseout", function(e){
var paths = svgDoc.getElementById('F1').querySelector("#shape").getElementsByTagName("path");
tl = new TimelineMax();
tl.to(paths, speed, {scale:1, ease:Back.easeOut})
tl.play();
}
, false);
svgDoc.getElementById('F2').onmouseover = function(e){
var paths = svgDoc.getElementById('F2').querySelector("#shape").getElementsByTagName("path");
tl = new TimelineMax();
tl.to(paths, speed, {scale:sf, ease:Back.easeOut})
tl.play();
};
svgDoc.getElementById('F2').addEventListener("mouseout", function(e){
var paths = svgDoc.getElementById('F2').querySelector("#shape").getElementsByTagName("path");
tl = new TimelineMax();
tl.to(paths, speed, {scale:1, ease:Back.easeOut})
tl.play();
}
, false);
svgDoc.getElementById('F3').onmouseover = function(e){
var paths = svgDoc.getElementById('F3').querySelector("#shape").getElementsByTagName("path");
tl = new TimelineMax();
tl.to(paths, speed, {scale:sf, ease:Back.easeOut})
tl.play();
};
svgDoc.getElementById('F3').addEventListener("mouseout", function(e){
var paths = svgDoc.getElementById('F3').querySelector("#shape").getElementsByTagName("path");
tl = new TimelineMax();
tl.to(paths, speed, {scale:1, ease:Back.easeOut})
tl.play();
}
, false);
svgDoc.getElementById('F4').onmouseover = function(e){
var paths = svgDoc.getElementById('F4').querySelector("#shape").getElementsByTagName("path");
tl = new TimelineMax();
tl.to(paths, speed, {scale:sf, ease:Back.easeOut})
tl.play();
};
svgDoc.getElementById('F4').addEventListener("mouseout", function(e){
var paths = svgDoc.getElementById('F4').querySelector("#shape").getElementsByTagName("path");
tl = new TimelineMax();
tl.to(paths, speed, {scale:1, ease:Back.easeOut})
tl.play();
}
, false);
});
};
</script>
<script>
// AUTOHIDE h7 tags for slides with data-state="autohide"
Reveal.addEventListener( 'slidechanged', function( event ) {
var pause = 3.0;
var transition = .75;
var pause = 0.75;
var element = $('section.present > h7');
tl = new TimelineMax();
tl.to(element, transition, {css:{opacity:0.9}});
tl.fromTo(element, transition, {css: {opacity:0.9}}, {css:{opacity:0}},"+="+pause);
tl.play();
} );
</script>
<script>
// from here : https://stackoverflow.com/questions/23608762/replace-image-in-reveal-js
function fadeImage($el) {
// Get image DOM element
// the fragment image will be insterted in the <img class="imgfragment"> container
$img = $el.parent().siblings('img.imgfragment');
// Fade the image out, change source and fade in again
var fade = 0;
if ($img[0].hasAttribute("fade"))
fade = $img.attr('fade');
// data attribute doesn't exist
if($img.attr('src') != $el.data('src'))
$img.fadeOut(fade, function() {
$img.attr('src', $el.data('src'));
$img.fadeIn(fade);
});
}
function fadeSVG($el) {
// Get image DOM element
// the fragment svg will be insterted in the <object class="svgfragment"> container
$svg = $el.parent().siblings('object.svgfragment');
// Fade the image out, change source and fade in again
var fade = 0;
if ($svg[0].hasAttribute("fade"))
fade = $svg.attr('fade');
// data attribute doesn't exist
if($svg.attr('data') != $el.data('src'))
$svg.fadeOut(fade, function() {
$svg.attr('data', $el.data('src'));
$svg.fadeIn(100);
});
}
Reveal.addEventListener('fragmentshown', function(event) {
// Get DOM element of current fragment
var $el = $(event.fragment);
// Check if current fragment is of 'type' imgsrc
// If yes: fade image with source of current element
if($el.hasClass('imgsrc'))
fadeImage($el);
if($el.hasClass('svgsrc'))
fadeSVG($el);
});
Reveal.addEventListener('fragmenthidden', function(event) {
// Get DOM element of current fragment
var $el = $(event.fragment);
// Check if current fragment is of 'type' imgsrc
// If yes: fade image with source of previous element
if($el.hasClass('imgsrc')) {
fadeImage($el.prev());
}
if($el.hasClass('svgsrc')) {
fadeSVG($el.prev());
}
});
</script>
<script>
// absolute centering of h7.tag above the page
jQuery.fn.center = function(parent) {
if (parent) {
parent = this.parent();
} else {
parent = window;
}
this.css({
"position": "absolute",
"top": ((($(parent).height() - this.outerHeight()) / 2) + $(parent).scrollTop() + "px"),
"left": ((($(parent).width() - this.outerWidth()) / 2) + $(parent).scrollLeft() + "px")
});
return this;
}
window.onload = function () { $("h7.tag").center(true);}
</script>
</body>
</html>