FEM: Risolutore Elmer
Questa documentazione non è completa. Si prega dare un aiuto e contribuire alla documentazione.
Vedere Draft ShapeString per avere un esempio di comando ben documentato. Comandi della Gui fornisce una panoramica sui comandi. Vedere Lista dei comandi per gli altri comandi.
Per contribuire consultare la pagina Contribuire.
Posizione nel menu |
---|
Solve → Risolutore Elmer |
Ambiente |
FEM |
Avvio veloce |
Introdotto nella versione |
- |
Vedere anche |
Risolutore Calculix, Risolutore Z88, Tutorial FEM |
Descrizione
Elmer è un software di simulazione multifisica open source sviluppato principalmente da CSC - IT Center for Science (CSC). Lo sviluppo di Elmer è stato avviato nel 1995 in collaborazione con università, istituti di ricerca e industria finlandesi. Dopo la sua pubblicazione open source nel 2005, l'uso e lo sviluppo di Elmer sono diventati internazionali.
Elmer include modelli fisici di dinamica dei fluidi, meccanica strutturale, elettromagnetica, trasferimento di calore e acustica, per esempio. Questi sono descritti da equazioni alle derivate parziali che Elmer risolve con il metodo degli elementi finiti (FEM). https://www.csc.fi/web/elmer
La creazione dell'oggetto SolverElmer nel contenitore Analysis in FreeCAD, dà accesso alle equazioni di Elmer per analisi semplici o multifisiche.
Poiché FreeCAD ha già un'ampia integrazione di Calculix e Z88 come solutori per analisi meccaniche e termo-meccaniche, Elmer sarà preferito per la fluidodinamica computazionale (CFD), il calore, l'elettrostatica, la magnetostatica e le forze elettriche. Può anche essere utilizzato per la FEA meccanica tramite l'equazione di elasticità o qualsiasi combinazione delle suddette equazioni.
Installazione
Elmer requires two components to be interfaced with FreeCAD:
- ElmerGrid is the interface handling meshes
- ElmerSolver is handling the computation.
There are standalone programs for both of these applications but their installation and usage are beyond the scope of the FreeCAD integration.
- Go to the CSC binaries resources for Elmer: https://www.nic.funet.fi/pub/sci/physics/elmer/bin/ OR https://www.csc.fi/web/elmer/binaries
- Download and install the version best suited to your Operating System (Windows 64 bits or Linux)
- In FreeCAD go to Edit → Preferences → FEM → Elmer
- Link the correct path for both
ElmerGrid
andElmerSolver
You are ready to use Elmer in FreeCAD.
Utilizzo
- Switch to the
FEM Workbench
- Create an Analysis container by pressing the
icon.
- Create a FEM Solver for Elmer, by pressing the
icon.
- Note: A successful analysis will require at least a Model (2D or 3D), a Material (Fluid or Solid), a Mesh, Equations and Boundary conditions
Above: Example of a tree view once a Solver for Elmer is activated
- Edit the parameters for the solver in the Property editor Data tab of the SolverElmer object in the model tree view
- Double-click on the
SolverElmer object to prepare an analysis run
- Select the path to write the analysis in by clicking ...
- Click Write to write the case files in the directory selected previously
- Click Run to start the analysis
About Equations
- Each type of analysis in Elmer is called an Equation (Flow, Heat, Electrostatics...)
- One or several equations can be used at once with Elmer by simply adding the Equation object under the SolverElmer object:
- Click on the
SolverElmer object in the model tree view
- Select an equation:
Notes
- Parameters for the Solver and for the Equations are independently set through the Property editor Data tab of their respective objects in the tree view.
- Each equation will have a priority, for example, if trying see the effect of a convective flow of hot air, the equation for Flow should be solved with higher priority than Heat, otherwise the solver will first solve Heat through conduction and then Flow.
Documentazione
The following link gives access to the full documentation for Elmer https://www.nic.funet.fi/pub/sci/physics/elmer/doc/ This includes the manuals as well as tutorials. Note that documentation and files appended with "gui" generally concern the usage of the Elmer GUI and not the FreeCAD implementation of Elmer.
- Materials: Solid, Fluid, Nonlinear mechanical; Material editor
- Element geometry: Beam (1D), Beam rotation (1D), Shell (2D), Fluid flow (1D)
Constraints
- Electrostatic: Potential
- Fluid: Initial velocity, Fluid boundary, Flow velocity
- Mechanical: Fixed, Displacement, Plane rotation, Contact, Transform, Force, Pressure, Self weight, Bearing, Gear, Pulley
- Thermal: Initial temperature, Heat flux, Temperature, Heat source
- Solve: Calculix tools, CalculiX, Elmer, Z88; Equations: Heat, Elasticity, Electrostatic, Fluxsolver, Flow; Solver: Solver control, Solver run
- Results: Purge, Show; Postprocessing: Apply changes, Pipeline from result, Create warp vector filter, Create scalar clip filter, Create cut filter, Create clip filter, Create data along line filter, Create linearized stresses,
Create data at point filter, Create functions
- Utilities: Clipping plane, Remove clipping planes; Mesh clear, Mesh print info
- Additional: Preferences; FEM Install, FEM Mesh, FEM Solver, FEM CalculiX, FEM Project, FEM Concrete; FEM Element Types

- Installazione: Windows, Linux, Mac; Getting started
- Base: About FreeCAD, Workbenches, Preferences, Document structure, Interface Customization, Properties, Mouse Model; Tutorials
- Ambienti: Menu di base; Arch, Draft, FEM, Image, Inspection, Mesh, OpenSCAD, Part, PartDesign, Path, Plot, Points, Raytracing, Reverse Engineering, Robot, Ship, Sketcher, Spreadsheet, Start, Surface workbench, TechDraw, Test Framework, Web
- Scripting: Introduction to Python, FreeCAD scripting tutorial, FreeCAD Scripting Basics, How to install macros, Gui Command, Units Modules: Builtin modules, Workbench creation, Installing more workbenches Meshes: Mesh Scripting, Mesh Module Parts: The Part Module, Topological data scripting, PythonOCC, Mesh to Part Coin scenegraph: The Coin/Inventor scenegraph, Pivy Qt interface: PySide, Using the FreeCAD GUI, Dialog creation Parametric objects: Scripted objects Other: Code snippets, Line drawing function, Embedding FreeCAD, FreeCAD vector math library, Power users hub, Python, Macros, FreeCAD Scripting Basics, Topological data scripting