
Developer’s Documentation¶
This chapter contains different reference manuals and other documents which can be helpful for the developers who wants to customize the SALOME platform or develop new features, modules, plugins, etc.
Modules documentation¶
This is the developer reference manual for the SALOME KERNEL module. It provides a general description of the main services implemented within the KERNEL module.
This is the developer reference manual for the SALOME GUI module. It provides a description of the basic functionalities available in the GUI module.
This section contains developer reference manual for the SALOME Shaper module. Shaper is a CAD modeler which came as a replacement for the former Geometry module.
This section contains developer reference manual for the SALOME Geometry module, the legacy CAD modeler of the SALOME platform.*
This is the developer reference manual for the SALOME Mesh module. This module can be used for generating of the meshes from the CAD model prepared in Geometry or Shaper.
This section contains developer reference manual for the SALOME YACS module.
This section contains developer reference manual for the SALOME Fields module formely known as Med module.
This section contains developer reference manual for the SALOME ParaVis module.
Guides¶
Legend | |
---|---|
![]() |
Document is not up to date |
![]() |
Document in French |
![]() |
Document in PDF format |
Architecture¶
SALOME GUI Architecture (PDF, 1 MB)
Module Development¶
- The SALOME Tutorial provides an introduction to the development of new modules and integrating them to the SALOME platform, as well as new applications based on SALOME. The tutorial can be downloaded from SALOME site.
Implement Dump Python (PDF, 67 KB)
Mesh¶
Use of SMDS API (PDF, 416 KB)
Integration of new meshing algorithm as plug-in to SALOME Mesh module (PDF, 91 KB)
Code Coupling¶
Normalisation des maillages et des champs pour le couplage (PDF, 1 MB)
Documentation of the Interface for Code Coupling / ICoCo (PDF, 1.6 MB)
Le couplage de codes paralleles dans la plateforme SALOME (PDF, 589 KB)
Démonstrateur couplage fluide structure EDF (PDF, 1.2 MB)
Installation procedure¶
- Build procedure (CMake)