FEM Workbench/fr: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
Le module '''Fem Workbench''' offre une méthode moderne d'analyse d'éléments fini (Finite Element Analysis (FEA)) pour FreeCAD. Principalement, cela signifie que tous les outils servant à faire une analyse des éléments finis sont réunis en une seule interface graphique.
The '''FEM Workbench''' provides modern Finite Element Analysis (FEA) workflow for FreeCAD. Mainly this means all tools to make an Finite Element Analysis are combined in one GUI.


[[Image:FemWorkbench.jpg]]<br />
[[Image:FemWorkbench.jpg]]<br />
Line 29: Line 29:
Tutorial 3 [[FEM_Tutorial_Python | FEM Tutorial Python]]
Tutorial 3 [[FEM_Tutorial_Python | FEM Tutorial Python]]


Coupled thermal mechanical analysis tutorials [http://opensim.co.za/index.php?option=com_jdownloads&task=download.send&id=2&catid=6&m=0&Itemid=618 Zip file containing PDF's]
Coupled thermal mechanical analysis tutorials [https://opensimsa.github.io/training.html PDF's]


Video Tutorial 1 [https://forum.freecadweb.org/viewtopic.php?f=18&t=20499#p158353 Forum post with you tube link]
Video Tutorial 1 [https://forum.freecadweb.org/viewtopic.php?f=18&t=20499#p158353 Forum post with you tube link]

Revision as of 08:49, 23 March 2017

The FEM Workbench provides modern Finite Element Analysis (FEA) workflow for FreeCAD. Mainly this means all tools to make an Finite Element Analysis are combined in one GUI.


Les étapes pour faire un FEA dans FreeCAD l'atelier graphique FEM possède:

  • Prétraitement
    • La modélisation de la géométrie, dans laquelle FreeCAD est un logiciel presque à maturité.
    • Création et Analyse:
      • Création d'un Mesh FEM sur le modèle géométrique.
      • Ajouter des contraintes telles que les charges et les correctifs de soutien au modèle a analyser.
      • Ajout de matériel pour analyser le modèle
  • Résolution
    • Résolution du système d'équations à partir de l'interface de FreeCAD.
  • Post-traitement
    • Vue des résultats dans l'interface de FreeCAD.

Ce qui précède décrit principalement comment se déroule une analyse par éléments finis à l'intérieur FreeCAD FEM Workbench. Pour la documentation consulter les détail des outils de l'interface graphique décrites ci dessous.

As of FreeCAD version 0.15 the FEM-Module can be used on Windows, Mac OSX and Linux platforms. Since FEM Workbench makes use of external software, the amount of manual intervention until the FEM workbench is ready to use will depend on the OS that you are using. Check out FEM Install.

Outils

Template:FEM Tools/fr

Tutoriel

Tutoriel 1 FEM CalculiX Cantilever 3D

Tutoriel 2 FEM Tutoriel

Tutorial 3 FEM Tutorial Python

Coupled thermal mechanical analysis tutorials PDF's

Video Tutorial 1 Forum post with you tube link

Video Tutorial 2 Forum post with you tube link

Further video Tutorials Forum post with you tube link

Liens

FEM Install pour plus de détails sur comment configurer et utiliser le module FEM.

FEM Mesh Pour plus d'informations à propos de FEM Mesh dans FreeCAD

FEM CalculiX pour plus d'information entre les sur l'interface du module FEM et le solveur courant CalculiX

FEM Project pour plus de détails et d'informations sur Units, limitations et développement sur le module FEM.

Arch Module/fr
Robot Module