-
Notifications
You must be signed in to change notification settings - Fork 0
/
cursos.html
436 lines (368 loc) · 29.9 KB
/
cursos.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
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Cursos no GESAR</title>
<!-- Font Awesome Plugin -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<link href="css/navbar-fixed-top.css" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/navbar-style.css" rel="stylesheet">
<!-- Small page icon -->
<link rel="icon" href="images/header/gesar-logo.png">
</head>
<body>
<header class="page-header">
<h1 id="title">Cursos no GESAR</h1>
<div class="container hidden-xs">
<div class="row">
<div class="col-sm-3" >
<a href="http://www.uerj.br/">
<img src="images/Header/logouerj.png" class=" headerfiguerj" alt="UERJ"></a>
</div>
<div class="col-sm-5">
<a href="index.html">
<img src="images/Header/gesar-logo-pt.png" class=" headerfigmecan" alt="GESAR">
</a>
</div>
<div class="col-sm-3">
<a href="http://www.eng.uerj.br/">
<img src="images/Header/logofen2.png" class=" headerfigfen" alt="Faculdade de Engenharia"> </a>
</div>
</div>
</div>
<div class="container visible-xs">
<a href="index.html">
<img src="images/Header/logoPPGEM-UERJ.png" class=" headerfigmecanuerj" alt="Pós Graduação em Engenharia Mecânica - UERJ"/></a>
</div>
</header>
<nav id="navbar-main" class="navbar navbar-blue-bg2">
<div class="container">
<div class="navbar-header">
<!-- collapsed Button toggle-->
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Navbar Logo-->
<a class="navbar-brand logonavbar" href="index.html"> <img src="images/Header/gesar-logo.png" class=" headerfigmecan" Style="font-size:0.1px;" alt="GESAR"></a>
<!-- items that will show collapsed-->
<div class="visible-xs">
<a class="navbar-brand" target="_blank" href="https://www.facebook.com/"> <i class="fa fa-facebook-square" aria-hidden="true"></i></a>
<a class="navbar-brand" href="contato.html"> <span class="glyphicon glyphicon-envelope" aria-hidden="true"></span></a>
</div>
</div>
<!-- _________________________________________ -->
<!-- items that will not show collapsed -->
<!-- Items marked should be set -->
<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<!----><li id="Pesquisa" class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Pesquisa<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li><a href="pesquisa.html">Pesquisa</a></li>
<li><a href="projetos.html">Projetos</a></li>
<li><a href="sobre.html">Sobre o GESAR</a></li>
</ul>
</li>
<!----><li id="Equipe"><a href="equipe.html"> Equipe </a></li>
<!----><li id="Laboratorios"><a href="laboratorios.html"> Laboratórios </a></li>
<!----><li id="Cursos"><a href="cursos.html"> Cursos </a></li>
<!----><li id="Publicacoes" class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Publicações<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li><a href="#.html">Publicações do GESAR</a></li>
<li><a href="#">Seminários PPG-EM</a></li>
<li><a href="#">Teses</a></li>
</ul>
</li>
<!----><li id="Noticias"><a href="#.html"> Notícias </a></li>
<!----><li id="Info"><a href="info.html"> Info </a></li>
<!--<li id="Info" class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Info<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li><a href="#unidades-academicas.html">Unidades Acadêmicas</a></li>
<li><a href="#periodicos.html">Busca de Periódicos/Plataforma Lattes</a></li>
<li><a href="#agencias-fomento.html">Agências de Fomento</a></li>
<li><a href="links.html">Links úteis</a></li>
</ul>
</li>-->
<!----><li id="Servicos" class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Serviços<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li><a href="#.html">Serviços</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="#.html">Portfolio</a></li>
<li><a href="#.html">Reciclagem</a></li>
</ul>
</li>
<li id="Contato"><a href="contato.html"> <span class="glyphicon glyphicon-envelope" Style="font-size:17px; margin-bottom:-5px;" aria-hidden="true"></span> </a></li>
<li><a target="_blank" href="https://www.youtube.com/channel/UCbZFD12YYJlObVXluCAvyMg"><i class="fa fa-youtube-square "Style="font-size:17px; margin-bottom:-5px;" aria-hidden="true"></i> </a></li>
<li><a target="_blank" href="https://www.facebook.com/gesar.uerj"><i class="fa fa-facebook-square "Style="font-size:17px; margin-bottom:-5px;" aria-hidden="true"></i> </a></li>
<li class="dropdown hidden-xs">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><i class="fa fa-globe fa-lg" aria-hidden="true"></i><span class="caret"></span></a>
<ul class="dropdown-menu">
<li id="NotCollapsedEN"><a href="index-en.html">English</a></li>
<li id="NotCollapsedPT"><a href="index.html">Português</a></li>
</ul>
</li>
<li class="dropdown visible-xs">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> Language / Idioma <span class="caret"></span></a>
<ul class="dropdown-menu">
<li id="CollapsedEN" class="english"><a href="index-en.html">English</a></li>
<li id="CollapsedPT"><a href="index.html">Português</a></li>
</ul>
</li>
</ul>
<!-- Right menu that will only show not collapsed-->
<ul class="nav navbar-nav navbar-right hidden-xs" Style="font-size:17px; margin-bottom:-5px;">
<li><a target="_blank" href="https://www.facebook.com/"><i class="fa fa-facebook-square " aria-hidden="true"></i> </a></li>
<li id="Contato" ><a href="contato.html"> <span class="glyphicon glyphicon-envelope" aria-hidden="true"></span> </a></li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</nav>
<!--Programa-->
<!--main containers -->
<main class="container">
<div class="container2">
<!-- ####################################################### -->
<!-- ####################################################### -->
<!-- MAIN PAGE CONTENT STARTS HERE -->
<!-- ####################################################### -->
<!-- ####################################################### -->
<p style="margin-top:-20px; font-size:14px;"style= "color:#7d2427;">
<a href="index.html"style= "color:#7d2427;">GESAR</a> >>
<a href="cursos.html"style= "color:#7d2427;">Cursos</a>
</p>
<hr>
<div id="contents">
<style>
#titulo h1 {
font-size: 175%;
padding-left: 0px;
line-height: 25px;
color: #0069;
margin: 0.1em 0em 0.1em 0em;
}
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function expand(thistag, tag) {
styleObj=document.getElementById(thistag).style;
if (styleObj.display=='none')
{
styleObj.display='';
// tag.innerHTML = "Clique Aqui.";
}
else {
styleObj.display='none';
// tag.innerHTML = "Clique Aqui.";
}
}
var nenhum = 0;
function todos_none(){
if (nenhum == 1)
nenhum = 0;
else nenhum = 1;
}
function expand2(thistag, tag) {
styleObj=document.getElementById(thistag).style;
if (nenhum==1) styleObj.display='';
else styleObj.display='none';
}
// -->
</script>
<meta name="Author" content="Maperna">
<script language="JavaScript">
<!--
todos_none();
// -->
</script>
<h3>Graduação:</h3>
<hr>
<a href="#" onclick="return false"></a></p>
<a href="#" onclick="return false" ></a></p><li><div id="div1" onclick="expand('ppgem001', this);"><a href="#" onclick="return false" style= "color:#7d2427;">Dinâmica dos Fluidos</a></div></li>
<p id="ppgem001" style="display:none; "><b>Nome:</b> Dinâmica dos Fluidos
<br><b>Código:</b> FEN03-01248 - <b>Créditos:</b> 4
- <b>Carga Horária:</b> 75 - <b> Ementa: </b><a href="http://www.ementario.uerj.br/ementas/1248.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br></p><p><a name=".ppgem00.2."></a>
<a href="#" onclick="return false" ></a></p><li><div id="div1" onclick="expand('ppgem002', this);"><a href="#" onclick="return false" style= "color:#7d2427;">Máquinas Hidráulicas I</a></div></li>
<p id="ppgem002" style="display: none;"><b>Nome:</b> Máquinas Hidráulicas I
<br><b>Código:</b> FEN03-02945 - <b>Créditos:</b> 3
- <b>Carga Horária:</b> 60 - <b>Ementa: </b><a href="http://www.ementario.uerj.br/ementas/2945.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Normas: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/maqhdr1/plano_de_estudosMH2017.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Vídeos youtube: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/maqhdr1/videos_YouTube.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Apresentação ITA 2010: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/maqhdr1/Maquinas_de_fluxoITA2010.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Apresentação USP: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/maqhdr1/uspECNelliSilva17079.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br></p><p><a name=".ppgem00.3."></a>
<a href="#" onclick="return false" ></a></p><li><div id="div1" onclick="expand('ppgem003', this);"><a href="#" onclick="return false"style= "color:#7d2427;" >Termodinâmica Aplicada II</a></div></li>
<p id="ppgem003" style="display:none; "><b>Nome:</b> Termodinâmica Aplicada II
<br><b>Código:</b> FEN03-05059 - <b>Créditos:</b> 3
- <b>Carga Horária:</b> 60 - <b>Ementa: </b><a href="http://www.ementario.uerj.br/ementas/5059.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Normas: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/termo2/info.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br></p><p><a name=".ppgem00.4."></a>
<a href="#" onclick="return false" ></a></p><li><div id="div1" onclick="expand('ppgem004', this);"><a href="#" onclick="return false" style= "color:#7d2427;">Transmissão de Calor I</a></div></li>
<p id="ppgem004" style="display:none; "><b>Nome:</b> Transmissão de Calor I
<br><b>Código:</b> FEN03-05190 - <b>Créditos:</b> 3
- <b>Carga Horária:</b> 60 - <b>Ementa: </b><a href="http://www.ementario.uerj.br/ementas/5190.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Agenda: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/transcal1/diario.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>1a. aula: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/transcal1/aula1.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Bibliografia: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/transcal1/bibliografia.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Normas: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/transcal1/normas.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Introdução ao MEF: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/transcal1/intro-mef.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Exercícios MEF: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/transcal1/exercicio-mef.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Projeto de Curso: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/transcal1/projeto.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Exercícios P1: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/transcal1/exercicios-p1.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Exercícios P2: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/transcal1/exercicios-p2.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br></p><p><a name=".ppgem00.5."></a>
<a href="#" onclick="return false" ></a></p><li><div id="div1" onclick="expand('ppgem005', this);"><a href="#" onclick="return false" style= "color:#7d2427;">Transmissão de Calor II</a></div></li>
<p id="ppgem005" style="display:none; "><b>Nome:</b> Transmissão de Calor II
<br><b>Código:</b> FEN03-05217 - <b>Créditos:</b> 3
- <b>Carga Horária:</b> 60 - <b>Ementa: </b><a href="http://www.ementario.uerj.br/ementas/5217.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Agenda: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/transcal2/diario.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>1a. aula: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/transcal2/aula1.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Bibliografia: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/transcal2/bibliografia.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Normas: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/transcal2/normas.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Notas de aula - Python: </b><a href="https://drive.google.com/file/d/0B-7t02MwIoPxOUVsV25QelJ5RU0/view" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Notas de aula -trocador de calor: </b><a href="https://drive.google.com/file/d/13PH3MyOTJZoU9Bef7PFzP06FuucRa354/view" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>1o. texto em LaTeX: </b><a href="http://www.gesar.uerj.br/media/zip/LaTeX.zip" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Projeto de Fim de Curso: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/transcal2/projeto.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Exercícios P1: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/transcal1/exercicios-p1.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Exercícios P2: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/transcal1/exercicios-p2.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br></p><p><a name=".ppgem00.6."></a>
<br></p><p></p></div>
<h3>Pós-Graduação (MSc/PhD):</h3>
<hr>
<a href="#" onclick="return false"></a></p>
<a href="#" onclick="return false" ></a></p><li><div id="div1" onclick="expand('ppgem006', this);"><a href="#" onclick="return false" style= "color:#7d2427;">EDOs e Álgebra Linear - FEN03-9232</a></div></li>
<p id="ppgem006" style="display:none; "><b>Nome:</b> EDOs e Álgebra Linear
<br><b>Área de Concentração: </b>Fenômenos dos Transportes<br><b>Código:</b> FEN03-9232 - <b>Créditos:</b> 3
- <b>Carga Horária:</b> 45
<br><b>Disciplina Eletiva</b>
<br><b>Ementa: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/ode/ementa.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>1a aula: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/ode/aula1.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Lista de Exercícios 1: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/ode/Topicos_lista1.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Lista de Exercícios 2: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/ode/Topicos_lista2.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Lista de Exercícios 3: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/ode/Topicos_lista3.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br></p><p><a name=".ppgem00.7."></a>
<a href="#" onclick="return false" ></a></p><li><div id="div1" onclick="expand('ppgem007', this);"><a href="#" onclick="return false" style= "color:#7d2427;">Escoamentos Multifásicos - FEN03711</a></div></li>
<p id="ppgem007" style="display: none;"><b>Nome:</b> Escoamentos Multifásicos
<br><b>Área de Concentração: </b>Fenômenos dos Transportes<br><b>Código:</b> FEN03711 - <b>Créditos:</b> 3
- <b>Carga Horária:</b> 45
<br><b>Disciplina Eletiva</b>
<br><b>Resumo: </b> Sistemas de escoamento multifásicos e aplicações; Classificação dos escoamentos; escoamento bifásico gás-liquido; ebulição; condensação; aerosol.
<br><b>Bibliografia: </b><br> J. G. Collier, J. R. Thome, Convecctive Boiling and Condensation, Oxford University Press, 3rd edition, 1994.<br>M. Ishi, Thermo-Fluid Dynamic Theory of Tow-Phase Flow, 1995.<br>V. P. Carey, Liquid-Vapor Phase Change, Hemisphere, 1992.<br>Dimitri Gidaspow, Multiphase flow and fluidization - Continuum and kinetic theory descriptions. Academic Press, 1993 - ISBN 0-12-282470-9
<br><b>Notas de aula:</b> <a href="http://www.gesar.uerj.br/media/pdf/courses/multiphase/notes.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Análise de Nusselt:</b> <a href="http://www.gesar.uerj.br/media/pdf/courses/multiphase/nusselt.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Projeto de fim de curso:</b> <a href="http://www.gesar.uerj.br/media/pdf/courses/multiphase/project-pt.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>1a. aula:</b> <a href="http://www.gesar.uerj.br/media/pdf/courses/multiphase/aula1.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>2a. aula:</b> <a href="http://www.gesar.uerj.br/media/pdf/courses/multiphase/aula2.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>3a. aula:</b> <a href="http://www.gesar.uerj.br/media/pdf/courses/multiphase/aula3.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>4a. aula:</b> <a href="http://www.gesar.uerj.br/media/pdf/courses/multiphase/aula4.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>6a. aula:</b> <a href="http://www.gesar.uerj.br/media/pdf/courses/multiphase/aula6.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>8a. aula:</b> <a href="http://www.gesar.uerj.br/media/pdf/courses/multiphase/aula8.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br></p><p><a name=".ppgem00.8."></a>
<a href="#" onclick="return false" ></a></p><li><div id="div1" onclick="expand('ppgem008', this);"><a href="#" onclick="return false"style= "color:#7d2427;" >Mecânica dos Fluidos - FEN03708</a></div></li>
<p id="ppgem008" style="display:none; "><b>Nome:</b> Mecânica dos Fluidos
<br><b>Área de Concentração: </b>Fenômenos dos Transportes<br><b>Código:</b> FEN03708 - <b>Créditos:</b> 3
- <b>Carga Horária:</b> 45
<br><b>Disciplina Eletiva</b>
<br><b>Resumo: </b> Conceitos e métodos fundamentais em mecânica dos fluidos; escoamento inviscido e teoremas de Bernoulli, escoamento potencial e suas aplicações; equações de Navier-Stokes; soluções exatas; teoria da camada limite; métodos de quantidade de movimento integral; introdução à turbulência.
<br><b>Bibliografia: </b><br> Ronald L. Panton, Incompressible Flow, John Wilwy & Sons, 1984.<br>Batchelor, An Introduction to Fluid Dynamics, Cambridge: Cambridge University Press, 1974.<br>Van Dyke, An Album of Fluid Motion, Stanford, California: Parabolic Press, 1982.<br>White, Viscous Fluid Flow, New York: McGraw-Hill, 1974.
<br></p><p><a name=".ppgem00.9."></a>
<a href="#" onclick="return false" ></a></p><li><div id="div1" onclick="expand('ppgem009', this);"><a href="#" onclick="return false" style= "color:#7d2427;">Mecânica dos Fluidos Computacional - FEN03716</a></div></li>
<p id="ppgem009" style="display:none; "><b>Nome:</b> Mecânica dos Fluidos Computacional
<br><b>Área de Concentração: </b>Fenômenos dos Transportes<br><b>Código:</b> FEN03716 - <b>Créditos:</b> 3
- <b>Carga Horária:</b> 45
<br><b>Disciplina Eletiva</b>
<br><b>Resumo: </b> Leis de conservação: equações de Navier-Stokes. Níveis de aproximação. Propriedades matemáticas de sistemas hiperbólicos. Choques. Aproximações por diferenças finitas, volumes finitos e elementos finitos. Consistência, estabilidade e convergência. Viscosidade artificial. Geração de malha. Métodos de Godunov, TVD e ENO. Modelos de turbulência.
<br><b>Bibliografia: </b><br> Tannehill, Anderson and Pletcher, Computational Fluid Mechanics and Heat Transfer, 2nd Ed.<br>J. D. Anderson jr., Computational Fluid Dynamics, McGraw-Hill, 1995.<br>C. Hirch, Numerical Computation of Internal and External Flows, Vol I e II, Wiley.
<br></p><p><a name=".ppgem00.10."></a>
<a href="#" onclick="return false" ></a></p><li><div id="div1" onclick="expand('ppgem0010', this);"><a href="#" onclick="return false" style= "color:#7d2427;">Seminários - FEN03705</a></div></li>
<p id="ppgem0010" style="display:none; "><b>Nome:</b> Seminários
<br><b>Código:</b> FEN03705 -
<br><b>Ementa:</b> <a href="http://www.gesar.uerj.br/media/pdf/courses/seminars/ementa.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>1a. aula:</b> <a href="http://www.gesar.uerj.br/media/pdf/courses/seminars/aula1.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Normas:</b> <a href="http://www.gesar.uerj.br/media/pdf/courses/seminars/normas.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Publicação dos trabalhos de 2015:</b> <a href="http://www.gesar.uerj.br/media/pdf/courses/seminars/book2015.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Publicação dos trabalhos de 2016:</b> <a href="http://www.gesar.uerj.br/media/pdf/courses/seminars/book2016.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>FAQ:</b> <a href="http://www.gesar.uerj.br/media/html/diversos/faq.html" style= "color:#7d2427;" target="_blank">link para pdf</a>
</p><p><a name=".ppgem00.11."></a>
<a href="#" onclick="return false" ></a></p><li><div id="div1" onclick="expand('ppgem0011', this);"><a href="#" onclick="return false" style= "color:#7d2427;">Transmissão de Calor – Condução - FEN03712</a></div></li>
<p id="ppgem0011" style="display:none; "><b>Nome:</b> Transmissão de Calor – Condução
<br><b>Área de Concentração: </b>Fenômenos dos Transportes<br><b>Código:</b> FEN03712 - <b>Créditos:</b> 3
- <b>Carga Horária:</b> 45
<br><b>Disciplina Eletiva</b>
<br><b>Resumo: </b> A equação geral da energia para um corpo rígido, equações da condução de calor, condições de contorno, problemas permanentes e transcientes, métodos matemáticos associados, aplicações.
<br><b>Bibliografia: </b><br> M. N. Osizik, Heat Conduction, John Wiley & Sons, 1993.<br>H. S. Carslaw, J. C. Jaeger, Conduction of Heat in Solids, 2000.<br>J. C. Slattery, Momentum, Energy and Mass Transfer in Continua, McGraw-Hill Kogakusha, 1972.<br>J. P. Holman, Heat Transfer, McGraw-Hill Kogakusha, 1976.
<br><b>Normas: </b><a href="http://www.gesar.uerj.br/media/pdf/courses/conduction/info.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br></p><p><a name=".ppgem00.12."></a>
<a href="#" onclick="return false" ></a></p><li><div id="div1" onclick="expand('ppgem0012', this);"><a href="#" onclick="return false" style= "color:#7d2427;">Transmissão de Calor – Convecção - FEN03713</a></div></li>
<p id="ppgem0012" style="display:none; "><b>Nome:</b> Transmissão de Calor – Convecção
<br><b>Área de Concentração: </b>Fenômenos dos Transportes<br><b>Código:</b> FEN03713 - <b>Créditos:</b> 3
- <b>Carga Horária:</b> 45
<br><b>Disciplina Eletiva</b>
<br><b>Resumo: </b> O problema de convecção. Camadas limites convectivas. As equações de conservação. Analogias entre mecanismos de transferência. Efeitos de turbulência. Coeficientes convectivos. Convecção em escoamentos externos e internos. Convecção livre. Trocadores de calor.<br>1. Fundamentos de transmissão de calor.<br>2. Equações de governo para convecção.<br>3. Aproximações para escoamentos de camada limite laminar.<br>4. Transmissão de calor em escoamentos incompressíveis de camada limite laminar.<br>5. O método integral.<br>6. Convecção forçada laminar sobre dutos e tubos.<br>7. Convecção forçada em escoamentos turbulentos.<br>8. Convecção forçada transciente em dutos.<br>9. Transmissão de calor por convecção natural.
<br><b>Bibliografia: </b><br> F.P. Incropera & D. P. DeWitt, Fundamentals of Heat and Mass Transfer, 5ª ed., John Wiley, 2001.<br>F. Kreith & M. S. Bohn, Principles of Heat Transfer, Fifth edtion, PWS Publishing Company, 1997.<br>L. Buermeister, Convective Heat Transfer, 1983.<br>Bejan, Convection Heat Transfer, Wyley Interscience.<br>Kakac e Yener, Convective Heat Transfer, CRC.
<br></p><p><a name=".ppgem00.13."></a>
<h3>Cursos Externos:</h3>
<hr>
<a href="#" onclick="return false"></a></p>
<a href="#" onclick="return false" ></a></p><li><div id="div1" onclick="expand('ppgem0013', this);"><a href="#" onclick="return false" style= "color:#7d2427;">Introdução aos Escoamentos Compressíveis - IMPA 2017</a></div></li>
<p id="ppgem0013" style="display:none; "><b>Nome:</b> Introdução aos Escoamentos Compressíveis - IMPA 2017
<br><b>31o. CBM:</b> <a href="https://impa.br/eventos-do-impa/eventos-2017/31o-coloquio-brasileiro-de-matematica/" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Resumo:</b> <a href="http://www.gesar.uerj.br/media/pdf/courses/compressibleFlow/abstract.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>1a. e 2a. aulas:</b> <a href="http://www.gesar.uerj.br/media/pdf/courses/compressibleFlow/aulasIMPA_1_e_2.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>3a. e 4a. aulas:</b> <a href="http://www.gesar.uerj.br/media/pdf/courses/compressibleFlow/aulasIMPA_3_e_4.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Aula Numérica:</b> <a href="http://www.gesar.uerj.br/media/pdf/courses/compressibleFlow/aulasIMPAnumeric.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Exercícios:</b> <a href="http://www.gesar.uerj.br/media/pdf/courses/compressibleFlow/exercicios.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Tabela - dinâmica de gases:</b> <a href="http://www.gesar.uerj.br/media/pdf/courses/compressibleFlow/Tabelas_compressivel_1D.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br><b>Intro - cálculo vetorial:</b> <a href="http://www.gesar.uerj.br/media/pdf/courses/compressibleFlow/calculoVetorial.pdf" style= "color:#7d2427;" target="_blank">link para pdf</a>
<br></p>
<p></p></div>
<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->
<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->
<!-- MAIN PAGE CONTENT ENDS HERE -->
<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->
<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->
</div> <!-- Container2 -->
</main> <!-- Main container -->
<!-- Footer -->
<footer class="footer">
<div class="container hidden-xs">
<p class="text-muted"> Grupo de Estudos e Simulações Ambientais em Reservatórios - Universidade do Estado do Rio de Janeiro <br>
Rua Fonseca Teles, 121, São Cristóvão, Rio de Janeiro, tel: +55 (21) 2332-4733
</p>
</div>
<!-- <div class="container visible-xs">
<p class="text-muted">GESAR - UERJ <br>
Rua Fonseca Teles, 121, São Cristóvão, Rio de Janeiro
</p>
</div>-->
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<!-- script to keep navbar on top-->
<script src="js/topnavbar.js"></script>
<!-- script to set the right Pt/EN links in the menu-->
<script src="js/SetLanguageLinks.js"></script>
</body>
</html>