Harman Patil (Editor)

Elmer FEM solver

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Development status
  
Active

Platform
  
Qt v4

Written in
  
Fortran 90, C and C++

Type
  
CAE

Elmer FEM solver httpsduckduckgocomice259787png

Stable release
  
8.0 / May 5, 2015; 21 months ago (2015-05-05)

Operating system
  
Linux, Microsoft Windows

Elmer is computational tool for multi-physics problems. It has been developed by CSC in collaboration with Finnish universities, research laboratories and industry. Elmer FEM solver is free and open-source software, subject to the requirements of the GNU General Public License (GPL), version 2 or any later.

Elmer includes physical models of fluid dynamics, structural mechanics, electromagnetics, heat transfer and acoustics, for example. These are described by partial differential equations which Elmer solves by the Finite Element Method (FEM).

Elmer comprises several different parts:

  • ElmerGrid – A mesh conversion tool, which can be used to convert differing mesh formats into Elmer-suitable meshes
  • ElmerGUI – A graphical interface which can be used on an existing mesh to assign physical models, this generates a "case file" which describes the problem to be solved
  • ElmerSolver – The numerical solver which performs the finite element calculations, using the mesh and case files.
  • ElmerPost – A post-processing/visualisation module.
  • The different parts of Elmer software may be used independently. Whilst the main module is the ElmerSolver tool, which includes many sophisticated features for physical model solving, the additional components are required to create a full workflow. For pre- and post-processing other tools, such as Paraview can be used to visualise the output.

    The software runs on Unix and Windows platforms and can be compiled on a large variety of compilers, using the CMake building tool. The solver can also be used in a multi-host parallel mode on platforms that support MPI.

    References

    Elmer FEM solver Wikipedia