-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
142 lines (131 loc) · 5.09 KB
/
index.html
File metadata and controls
142 lines (131 loc) · 5.09 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
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
<!DOCTYPE HTML>
<!--
Hielo by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>iSALE</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header" class="alt">
<div class="logo"><a href="index.html">iSALE</a></div>
<a href="#menu">Menu</a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="access.html">Apply</a></li>
<li><a href="https://github.com/isale-code/isale-wiki/wiki">Wiki</a></li>
<li><a href="terms-of-use.html">Terms of Use</a></li>
<li><a href="https://github.com/isale-code/isale-wiki/wiki/About-iSALE">Learn more</a></li>
<li><a href="publications.html">Publications</a></li>
</ul>
</nav>
<!-- Banner -->
<section class="banner full">
<article>
<img src="images/slide01.png" alt="" />
<div class="inner">
<header>
<p>A multi-material, multi-rheology shock physics
code for simulating impact processes</p>
<h2>iSALE</h2>
</header>
<a href="access.html" class="button">Apply</a>
</div>
</article>
<article>
<img src="images/slide02.png" alt="" />
<div class="inner">
<header>
<p>Shock processing of geologic materials</p>
<h2>iSALE</h2>
</header>
<a href="access.html" class="button">Apply</a>
</div>
</article>
<article>
<img src="images/slide04.jpg" alt="" />
<div class="inner">
<header>
<p>Planetary collisions in the early solar system</p>
<h2>iSALE</h2>
</header>
<a href="access.html" class="button">Apply</a>
</div>
</article>
<article>
<img src="images/slide05.png" alt="" />
<div class="inner">
<header>
<p>Crater formation processes</p>
<h2>iSALE</h2>
</header>
<a href="access.html" class="button">Apply</a>
</div>
</article>
<!--article>
<img src="images/slide05.png" alt="" />
<div class="inner">
<header>
<p>Violent geological processes</p>
<h2>iSALE</h2>
</header>
</div>
</article-->
</section>
<!-- One -->
<section id="one" class="wrapper style4">
<div class="inner">
<div class="box">
<h2>iSALE shock physics code</h2>
<p><span class="image right"><img src="images/slide02.gif" alt="" /></span>iSALE (impact-SALE) is a multi-material, multi-rheology shock physics code based on the SALE hydrocode (Simplified Arbitrary Lagrangian Eulerian).
iSALE is a well-established, world-class tool for studying impacts, which has been used in pioneering studies of the formation of large impact craters on the Earth and the influence of target property variations on crater formation, the influence of a water layer on crater formation, as well as investigating the mobility of large rock avalanches.
iSALE includes constitutive and porous-compaction models specifically developed for impact simulations. The porous-compaction model has been extensively validated against laboratory experiments and used to show, for the first time in numerical simulations, the important effect of friction and porosity on crater growth in granular materials.
iSALE includes extensions, corrections and enhancements to the original SALE code made by several workers since the early 1990s. The code is now developed and maintained by research groups at the Museum für Naturkunde, Berlin and Imperial College London.
</p>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style3">
<div class="inner">
<header class="align-center">
<p>Finite-difference
solver for high strainrate, multi-material,
complex rheology flows
</p>
<h2>iSALE</h2>
</header>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="icons">
<li><a href="@DrGarethCollins" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<!--li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li-->
<!--li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li-->
<li><a href="mailto:isale@imperial.ac.uk" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
</div>
<div class="copyright">
© iSALE Developers. |
All rights reserved. | Design by <a href="http://templated.co">TEMPLATED</a>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>