-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (43 loc) · 2.25 KB
/
index.html
File metadata and controls
47 lines (43 loc) · 2.25 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
<!DOCTYPE html />
<html>
<head>
<meta charset="UTF-8" />
<link rel="icon" href="img/favicon.ico" />
<title>OpenMPS's page</title>
</head>
<body>
<article>
<h1>OpenMPS's page</h1>
<p>This is the root web page about <a href="https://github.com/OpenMps/openmps">OpenMPS</a>.</p>
<p>OpenMPS is an open-source implemention of Moving Particle Semi-implicit (MPS) method.
MPS method is one of the most popular Particle Method to solve Continuum Dynamics (e.g. Fluid Dynamics). See <a href="https://en.wikipedia.org/wiki/Moving_Particle_Semi-implicit_Method">Wikipedia</a> for more information.</p>
<img style="width: 25%" src="img/icon.PNG" />
<section>
<h2>Repositories</h2>
<ul>
<li><a href="https://github.com/OpenMps/openmps">OpenMPS</a></li>
<li><a href="https://github.com/OpenMps/openmps.github.io">OpenMPS's page</a></li>
</ul>
</section>
<section>
<h2>Documents</h2>
<section>
<h3>Presentations</h3>
<ul>
<li><a href="doc/presentations/20140222/opencaekanto36.odp">『OpenMPSみんな使ってねー』、第36回オープンCAE勉強会、2014年02月22日</a></li>
<li><a href="doc/presentations/20160730/index.html">『本当は速いOpenMPS』、第58回オープンCAE勉強会@関東(流体など)、2016年07月30日</a></li>
<li><a href="doc/presentations/20161126/index.html">『粒子法オープンソース実装OpenMPSプロジェクトの開発』、オープンCAEシンポジウム2016講演会、2016年11月26日</a></li>
<li><a href="doc/presentations/20171209/index.html">『粒子法オープンソース実装OpenMPSのV&V』、オープンCAEシンポジウム2017講演会、2017年12月09日</a></li>
</ul>
</section>
<section>
<h3>Papers</h3>
<ul>
<li><a href="doc/paper/20161126/opencae2016.pdf">『粒子法オープンソース実装OpenMPSプロジェクトの開発』、オープンCAEシンポジウム2016講演会概要集、2016年11月26日</a></li>
<li><a href="doc/paper/20171209/opencae2017.pdf">『粒子法オープンソース実装OpenMPSのV&V』、オープンCAEシンポジウム2017講演会概要集、2017年12月09日</a></li>
</ul>
</section>
</section>
</article>
</body>
</html>