]> gerrit.simantics Code Review - simantics/platform.git/blob - docs/Developer/Overview/UsefulLinks.md
Mapped dev-wiki conversion situation for situational awareness
[simantics/platform.git] / docs / Developer / Overview / UsefulLinks.md
1 ## Simulation Software
2
3 * [Apros](http://www.apros.fi/): A system modelling and simulation software for mainly process dynamics simulation; commercial.
4 * [Balas](https://info.vttresearch.com/balas): A system modelling and simulation software for mainly process steady state simulation; commercial.
5 * [Elmer](https://www.csc.fi/web/elmer): A finite element method (FEM) based multiphysics modelling and simulation software; open source (GPL).
6 * [OpenModelica](https://www.openmodelica.org/): A generic system modelling and simulation software based on Modelica modelling language; open source (strict GPL).
7 * [OpenFOAM](https://www.openfoam.com/): A fully featured, generic control volume based computational fluid dynamics (CFD) software; open source (GPL).
8 * [Code_Aster](https://www.code-aster.org/V2/spip.php?rubrique2): A finite element method (FEM) based structural analysis modelling and simulation software; open source (GPL).
9 * [Code_Saturne](https://www.code-saturne.org/cms/): A control volume method (CVM) based computational fluid dynamics (CFD) software; open source (GPL).
10 * [Octave](http://www.gnu.org/software/octave/): a high-level language, primarily intended for numerical computations, mostly compatible with Matlab; open source (GPL).
11 * [Scilab](https://www.scilab.org/): A scientific software package for numerical computations; open source (CeCILL, <u>Ce</u>a <u>C</u>nrs <u>I</u>nria <u>L</u>ogiciel <u>L</u>ibre).
12
13 ## Pre-Processing and Mesh Generation
14
15 * [SALOME](https://www.salome-platform.org/): A free software that provides a generic platform for Pre and Post-Processing for numerical simulation. It is based on an open and flexible architecture made of reusable components available as free software; open source (LGPL).
16 * [Gmsh](http://gmsh.info/): An automatic 3D finite element grid generator with a built-in CAD engine and post-processor; open source (GPL).
17 * [Netgen](https://ngsolve.org/): an automatic 3d tetrahedral mesh generator; open source (LGPL)
18 * [TetGen](https://www.berlios.de/software/tetgen/): a program to generate tetrahedral meshes of any 3D polyhedral domain; free for research and non-commercial uses, for any commercial use a commercial license is required.
19
20 ## Scientific Visualisation Software
21
22 * [Paraview](https://www.paraview.org/): A multi-platform data analysis and visualization application based on VTK visualisation library; open source (ParaView License Version 1.2).
23 * [VisIt](https://wci.llnl.gov/codes/visit/): A multi-platform data analysis and visualization application based on VTK visualisation library; open source (BSD license).
24
25 ## Eclipse Related
26
27 * [Eclipse.org](http://www.eclipse.org/): Eclipse project home page.
28 * [Eclipse Corner Articles](http://www.eclipse.org/articles/): An archive of eclipse development tutorials.
29 * [A Comparison of Eclipse Extensions and OSGi Services](http://eclipse.dzone.com/articles/comparison-eclipse-extensions-and-osgi-services)
30 * Eclipse [SWT](http://www.eclipse.org/swt) widgets:
31   * [Eclipse SWT FAQ](http://www.eclipse.org/swt/faq.php)
32   * [SWT Snippets](http://www.eclipse.org/swt/snippets)
33   * [Highly recommended examples for getting to know how SWT works](https://git.eclipse.org/c/platform/eclipse.platform.swt.git/tree/examples)
34 * JFace:
35   * [JFace Wiki](http://wiki.eclipse.org/index.php/JFace)
36   * [JFace Snippets](http://wiki.eclipse.org/JFaceSnippets)
37
38 * [Eclipsepedia](http://wiki.eclipse.org/index.php/Main_Page), Eclipse's own Wiki. Also check out the [Eclipsepedia FAQ's](http://wiki.eclipse.org/index.php/Main_Page#Frequently_Asked_Questions)
39
40 * Eclipse conferences:
41   * [EclipseCon 2007](http://www.eclipsecon.org/2007/)
42     * [Contributing to Menus with the new API](http://www.eclipsecon.org/2007/index.php?page=sub/&id=3692)
43   * [EclipseCon 2008](http://www.eclipsecon.org/2008/)
44     * [Contributing to Menus](http://www.eclipsecon.org/2008/sub/attachments/Using_Commands_and_Menu_Contributions.ppt)
45
46 * Eclipse articles:
47   * [Workbench Selections](http://www.eclipse.org/articles/Article-WorkbenchSelections/article.html)
48   * [Eclipse Jobs API](http://www.eclipse.org/articles/Article-Concurrency/jobs-api.html)
49
50 * OSGi articles:
51   * [OSGi and classpath](http://blog.springsource.com/2009/01/19/exposing-the-boot-classpath-in-osgi/)
52
53 ## Graphics and Geometry Related
54
55 * [W3C SVG](http://www.w3.org/Graphics/SVG/)
56 * [Batik SVG Toolkit](http://xmlgraphics.apache.org/batik/)
57 * [jMonkey Engine](http://www.jmonkeyengine.com/)
58 * [Open CASCADE](http://www.opencascade.org/)
59 * [VTK](https://vtk.org/)
60 * [Silk icon collection](http://www.famfamfam.com/lab/icons/silk/)