Path: blob/devel/ElmerGUI/Application/fi.csc.Elmer.metainfo.xml
3196 views
<?xml version="1.0" encoding="UTF-8"?>1<component type="desktop">2<id>fi.csc.Elmer</id>3<launchable type="desktop-id">fi.csc.Elmer.desktop</launchable>4<name>Elmer</name>5<summary>Free and open source multiphysical simulation software</summary>6<metadata_license>CC0-1.0</metadata_license>7<project_license>LGPL-2.0-only</project_license>8<description>9<p>10Elmer is computational tool for multi-physics problems. Elmer includes11physical models of fluid dynamics, structural mechanics, electromagnetics,12heat transfer and acoustics, for example. These are described by partial13differential equations which Elmer solves by the Finite Element Method (FEM).14</p>15</description>16<url type="homepage">https://www.csc.fi/web/elmer</url>17<url type="help">https://www.csc.fi/web/elmer/documentation</url>18<url type="bugtracker">https://github.com/ElmerCSC/elmerfem/issues</url>19<developer_name>CSC – IT Center for Science</developer_name>20<screenshots>21<screenshot type="default">22<image>https://raw.githubusercontent.com/ElmerCSC/elmerfem-manuals/main/latex-elmergui/images/elmergui.png</image>23</screenshot>24<screenshot>25<image>https://a.fsdn.com/con/app/proj/elmerfem/screenshots/171098.jpg</image>26</screenshot>27</screenshots>28<content_rating type="oars-1.1"/>29<releases>30<release version="9.0" date="2020-11-11">31<description>32<p>New features:</p>33<ul>34<li>New vectorized and threaded Navier-Stokes solver with block preconditioning</li>35<li>Beam element module to complete structural models</li>36<li>Mixed element Poisson solver (with Hdiv basis)</li>37<li>Large number of improvements for electromagnetics</li>38<li>Coupled structural problems enables (e.g. shell-solid)</li>39<li>Enable automatic elimination of conforming BCs</li>40<li>Faster and improved view factor computation</li>41<li>Better support for parametrized runs with Run Control and inline parameters</li>42<li>And more!</li>43</ul>44</description>45</release>46</releases>47</component>484950