-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
57 lines (51 loc) · 2.74 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
---
layout: default
title: "Goma Finite Element Program"
---
<div class="row">
<div class="col-md-6">
<h2>Recent News</h2>
<ul>
<li>Goma 7.0.0 released <a href=https://github.com/goma/goma>get from github</a></li>
</ul>
<ul>
<li>Goma is a winner of the 2014 R&D 100 Awards: <a href="http://www.rdmag.com/award-winners/2014/08/numerical-simulation-multiphysics-processes">Goma on R&D 100</a></li>
</ul>
<h2>What is Goma?</h2>
<p id="p1">Goma is an open-source, parallel, and scalable multiphysics software package
for modeling and simulation of physical processes. It solves
problems in all branches of mechanics, including fluids, solids, and thermal
analysis. Goma employs advanced numerical methods for solving problem with coupled phenomena for manufacturing and performance
applications. It also provides a flexible software development environment for
specialty physics. Goma is being used to reduce process-development time,
understand fundamental processes, and to educate the next generation of
computational mechanics experts.</p>
<p><a href="/about.html">Read more about Goma</a></p>
<h2>Purpose and Future Goals</h2>
<p>Goma has an unique feature for those who need to add new physics,
equations, and material models to evaluate their process or product. Unlike
commercial codes, Goma’s source code is available allowing easy exploration of
new algorithms, physics, and verification. Additionally, Goma takes advantage
of parallel processing architectures without extra licensing fees assessed per
processor, which is often standard practice in commercial codes. Through open
sourcing Goma, we plan to help create the next-generation of computational mechanics experts through
a hands-on development process</p>
<h2>Applications</h2>
<p>Goma has been applied to manufacturing process design and device performance
within the national laboratory system and in industry.Goma's applications range from
coating and drying, to polymer processing and joining processes.
Specific examples include flat-panel glass processing at Corning, composites such as 3M®
Aluminum Conductor Composite Reinforced materials for power lines, and porous adsorbent
media applications at Procter & Gamble. </p>
</div>
<div class="col-md-6">
<div class="row">
<iframe class="col-md-12" width="560" height="315" src="//www.youtube.com/embed/9Gd3LaEd2rg" frameborder="0" allowfullscreen></iframe>
</div>
<div class="row" style="padding-top: 3em">
<div class="col-md-12">
<img src="/files/applications.png" alt="Goma applications visualized" class="img-thumbnail img-responsive">
</div>
</div>
</div>
</div>