This platform, developed by a partnership between EDF and CEA, sets up an environment for the various stages of a study to be carried out: from the creation of the CAD model and the mesh to the post-processing and visualization of the results, including the sequence of calculation schemes. Other functionalities such as uncertainty treatment, data assimilation are also implemented.
SALOME does not contain a physics solver but it provides the computing environment necessary for their integration. The SALOME environment serves as a basis for the creation of disciplinary platforms, such as salome_meca (containing code_aster), SALOME_CFD (with code_saturne) and SALOME-HYDRO (with TELEMAC-MASCARET). In addition, the graphical user interface of the CATHARE thermal-hydraulic code, GUITHARE, is also based on the SALOME environment[1][2].
It is also possible to create tools for specific applications (for example civil engineering, fast dynamics in pipes or rotating machines, available in salome_meca) whose specialized graphical interfaces facilitate the performance of a study.
In addition to using SALOME through its graphical interface, most of the functionalities are available through a PythonAPI. SALOME is available on its official website.[3]
A SALOME Users’ Day takes place every year, featuring presentations on studies performed with SALOME in several application domains, either at EDF, CEA or elsewhere. The presentations of previous editions are available on the official website.
History and consortium
The development of SALOME started around the year 2000 by a 9-sided partnership, including EDF, CEA and Open Cascade.[4] The SALOME acronym means "Numerical Simulation by Computing Architecture in Open Source and with Evolving Methodology" (in French, « Simulation numérique par Architecture Logicielle en Open source et à Méthodologie d'Évolution »). Since 2020, the partnership focuses on industrial applications in the energy domain and is formed by EDF and CEA.
The MED format
The MED format (Modèle d’Échange des Données in French, for Data Exchange Model) is a specialization of the HDF5 standard. It is jointly owned by EDF and CEA. MED is SALOME's data exchange model. The MED data model offers a standardized representation of meshes and result fields that is independent of the simulated physics. The MED library is developed in C and C++ and has an API in C, FORTRAN and Python.
Available features
SALOME offers many features, including a powerful open source parametric CAD modeller, a multi-algorithm mesh generator/editor, a computational code supervisor, and many data analysis and processing tools.
Most of the modules are accessible both through the GUI and Python script. However, some modules remain dedicated to a purely scripted use (via python script). Here is the list of the available modules of SALOME 9.9[5][6] and that are also accessible via Pythonscripts :
SHAPER: parametric and variational CAD generator of geometrical models for physics simulation in industrial domains, compatible with the STEP, IGES and BREP formats;
GEOM: this component provides multiple functionalities for creating, viewing and modifying geometric CAD models.
SMESH: mesh generator, compatible with the UNV, MED, STL, CGNS, SAUV and GMF formats, that contains the MeshGems suite (developed by the Distene company, under commercial license), the NetGen algorithms, mesh handling functionalities and mesh quality control operations;
SALOME is available for several UNIXoperating systems and Windows. All versions are available on the SALOME official website[6] and the disciplinary platforms’ websites.[7]