-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrain.html
More file actions
31 lines (28 loc) · 1.2 KB
/
Copy pathtrain.html
File metadata and controls
31 lines (28 loc) · 1.2 KB
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
<html>
<head>
<title>Train</title>
<link rel="stylesheet" href="train.css">
</head>
<body>
<div class="team-section">
<div class="ps">
<a href="#p5">RADI</a>
<a href="#p6">CFD</a>
</div>
<div class="section" id="p5">
<span class="name">Thermal Radiation</span>
<p>It is a transmission of energy from a heat source to the atmosphere in the form of an electromagnetic
wave. The necessity of research in thermal radiation is very much important as we encounter radiation
from suns nuclear fusion to rockets high-speed exhaust velocity.
<a href="https://www.iitr.ac.in/">Read more.</a></p></p>
</div>
<div class="section" id="p6">
<span class="name">CFD</span>
<p>Computational Fluid Dynamics (CFD) is a numerical scheme that solves Navier–Stokes equations
to answer real-world problems related to fluid flows. The usage is majorly on aerospace industry,
weather environmental modeling, heat transfer, biomedical, engines, combustion.
<a href="https://en.wikipedia.org/wiki/Computational_fluid_dynamics">Read more.</a></p>
</div>
</div>
</body>
</html>