FEM Solver/it: Difference between revisions

From FreeCAD Documentation
(Created page with "=== FastHenry e FasterCap ===")
(Updating to match new version of source page)
 
(71 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{TOCright}}

<span id="Preface"></span>
== Prefazione ==
== Prefazione ==

<div class="mw-translate-fuzzy">
Questa pagina raccoglie le informazioni sui risolutori di elementi finiti utilizzati dall'ambiente [[FEM Workbench|FEM]]. L'interfaccia tra un solutore e FreeCAD in pre-elaborazione e post-elaborazione viene eseguita tramite file di testo. Ciò significa che in teoria qualsiasi solutore che può essere configurato e controllato tramite un file di testo è in grado di lavorare con FreeCAD; affinché questa comunicazione funzioni devono essere programmati un parser e uno scrittore appropriati dei file di input e di output.
Questa pagina raccoglie le informazioni sui risolutori di elementi finiti utilizzati dall'ambiente [[FEM Workbench|FEM]]. L'interfaccia tra un solutore e FreeCAD in pre-elaborazione e post-elaborazione viene eseguita tramite file di testo. Ciò significa che in teoria qualsiasi solutore che può essere configurato e controllato tramite un file di testo è in grado di lavorare con FreeCAD; affinché questa comunicazione funzioni devono essere programmati un parser e uno scrittore appropriati dei file di input e di output.
</div>


Wikipedia [https://en.wikipedia.org/wiki/List_of_finite_element_software_packages elenca molti pacchetti software ad elementi finiti] che potenzialmente potrebbero funzionare con FreeCAD in futuro. Un confronto è disponibile su [https://feacompare.com/ feacompare.com].

<span id="Available_solvers_in_various_Linux_distributions"></span>
=== Risolutori disponibili in varie distribuzioni Linux ===
=== Risolutori disponibili in varie distribuzioni Linux ===

<div class="mw-translate-fuzzy">
Il repository [https://github.com/luzpaz/FreeCAD-dependencies FreeCAD-dependencies] tiene traccia delle dipendenze di FreeCAD su molte distribuzioni Linux. La pagina [https://github.com/luzpaz/FreeCAD-dependencies/blob/master/FC-Workbenches/FEM.md FEM.md] esamina i risolutori FEA open source che potrebbero essere utilizzati con [[FEM Workbench/it|FEM]]. La pagina mostra la versione di un particolare solutore nel repository di una particolare distribuzione Linux. Questa informazione è utile per sapere se un risolutore è aggiornato o non lo è e deve essere aggiornato.
Il repository [https://github.com/luzpaz/FreeCAD-dependencies FreeCAD-dependencies] tiene traccia delle dipendenze di FreeCAD su molte distribuzioni Linux. La pagina [https://github.com/luzpaz/FreeCAD-dependencies/blob/master/FC-Workbenches/FEM.md FEM.md] esamina i risolutori FEA open source che potrebbero essere utilizzati con [[FEM Workbench/it|FEM]]. La pagina mostra la versione di un particolare solutore nel repository di una particolare distribuzione Linux. Questa informazione è utile per sapere se un risolutore è aggiornato o non lo è e deve essere aggiornato.
</div>


Le informazioni sono anche discusse nel forum: [https://forum.freecadweb.org/viewtopic.php?f=18&t=26326&start=10#p270325 supported and not supported Solver].
Le informazioni sono anche discusse nel forum: [https://forum.freecadweb.org/viewtopic.php?f=18&t=26326&start=10#p270325 supported and not supported Solver].


<span id="Solvers_with_an_interface_in_FreeCAD"></span>
== Solver con un'interfaccia in FreeCAD ==
== Solver con un'interfaccia in FreeCAD ==


Questi solutori sono ben integrati in FreeCAD, il che significa che è possibile impostare ed eseguire un progetto di simulazione dall'interfaccia grafica e dai pulsanti nell'ambiente FEM.
Questi solutori sono ben integrati in FreeCAD, il che significa che è possibile impostare ed eseguire un progetto di simulazione dall'interfaccia grafica e dai pulsanti nell'ambiente FEM.


=== CalculiX ===

<div class="mw-translate-fuzzy">
=== CalculiX ===
=== CalculiX ===
Questo è il primo solutore che è stato integrato per funzionare con FEM. CalculiX è progettato principalmente per analisi statiche, termomeccaniche e modali. Ulteriori informazioni su questo risolutore sono disponibili in [[FEM CalculiX/it|FEM CalculiX]].
Questo è il primo solutore che è stato integrato per funzionare con FEM. CalculiX è progettato principalmente per analisi statiche, termomeccaniche e modali. Ulteriori informazioni su questo risolutore sono disponibili in [[FEM CalculiX/it|FEM CalculiX]].
</div>


=== Elmer ===
=== Elmer ===


<div class="mw-translate-fuzzy">
Il solutore multifisico Elmer è stato integrato in FreeCAD come progetto di [[Google Summer of Code 2017]]: [https://www.csc.fi/web/elmer main website], [http://www.elmerfem.org./ community portal], [https://github.com/ElmerCSC/elmerfem code repository], [https://forum.freecadweb.org/viewtopic.php?f=18&t=22576 Elmer Integration (GSoC) - Activity Log] (discussione nel forum).
Il solutore multifisico Elmer è stato integrato in FreeCAD come progetto di [[Google Summer of Code 2017]]: [https://www.csc.fi/web/elmer main website], [http://www.elmerfem.org./ community portal], [https://github.com/ElmerCSC/elmerfem code repository], [https://forum.freecadweb.org/viewtopic.php?f=18&t=22576 Elmer Integration (GSoC) - Activity Log] (discussione nel forum).
</div>

=== Mystran ===

Mystran is a structural analysis program that uses the Nastran input file format. It is released under MIT license which means that it's open-source. See [https://www.mystran.com/ main website], [https://github.com/dr-bill-c/MYSTRAN code repository] and [https://forum.freecadweb.org/viewtopic.php?t=46171 Mystran-FreeCAD-forum (forum topic)].


=== Z88 ===
=== Z88 ===


<div class="mw-translate-fuzzy">
Il solutore Z88 è progettato per simulazioni statiche lineari con particolare attenzione all'insegnamento del metodo degli elementi finiti. È stato il secondo risolutore ad essere [https://forum.freecadweb.org/viewtopic.php?f=18&t=15568 integrato in FreeCAD]. Successivamente, l'integrazione è stata migliorata come progetto [[Google Summer of Code 2017]].
Il solutore Z88 è progettato per simulazioni statiche lineari con particolare attenzione all'insegnamento del metodo degli elementi finiti. È stato il secondo risolutore ad essere [https://forum.freecadweb.org/viewtopic.php?f=18&t=15568 integrato in FreeCAD]. Successivamente, l'integrazione è stata migliorata come progetto [[Google Summer of Code 2017]].
</div>


<div class="mw-translate-fuzzy">
Vedere le informazioni:
Vedere le informazioni:
* [https://en.z88.de/z88os/ Main website], [https://en.z88.de/download-z88os/ download page], [https://github.com/LSCAD/Z88OS source code repository] (and precompiled binaries).
* [https://en.z88.de/z88os/ Main website], [https://en.z88.de/download-z88os/ download page], [https://github.com/LSCAD/Z88OS source code repository] (e binari precompilati).
* Release notes: [https://forum.z88.de/viewtopic.php?f=18&t=885 Z88os V15 released 17.07.2017], [https://forum.z88.de/viewtopic.php?t=90 Z88os V13 released 20.05.2009] (version in Debian Jessie 8, Stretch 9, Buster 10).
* Note di rilascio: [https://forum.z88.de/viewtopic.php?f=18&t=885 Z88os V15 released 17.07.2017], [https://forum.z88.de/viewtopic.php?t=90 Z88os V13 released 20.05.2009] (version in Debian Jessie 8, Stretch 9, Buster 10).
* [https://forum.freecadweb.org/viewtopic.php?t=23318 Come usare Z88 in FEM?] (forum thread).
* [https://forum.freecadweb.org/viewtopic.php?t=23318 Come usare Z88 in FEM?] (forum thread).
</div>


<div class="mw-translate-fuzzy">
Ci sono due versioni, Z88OS è l'edizione open source, mentre Z88Aurora è freeware e include un'interfaccia grafica e metodi di soluzione aggiuntivi.
Ci sono due versioni, Z88OS è l'edizione open source, mentre Z88Aurora è freeware e include un'interfaccia grafica e dei metodi di soluzione aggiuntivi.
</div>


<span id="Solvers_implemented_as_external_workbenches"></span>
== Solver implementati come ambienti esterni ==
== Solver implementati come ambienti esterni ==


<div class="mw-translate-fuzzy">
Questi solutori non sono integrati nell'ambiente [[FEM Workbench/it|FEM]], il che significa che hanno bisogno di un'interfaccia separata per impostare un progetto di simulazione. Ciò si ottiene attraverso le [[macros/it|macro]] o gli [[external workbenches/it|ambienti esterni]].
Questi solutori non sono integrati nell'ambiente [[FEM Workbench/it|FEM]], il che significa che hanno bisogno di un'interfaccia separata per impostare un progetto di simulazione. Ciò si ottiene attraverso le [[macros/it|macro]] o gli [[external workbenches/it|ambienti esterni]].
</div>


=== OpenFoam ===
=== DualSPHysics ===


[https://dual.sphysics.org/ DualSPHysics] è un set di librerie C++, CUDA, e Java che usa il modello [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics idrodinamica a particelle levigate] (SPH) denominato [https://wiki.manchester.ac.uk/sphysics/index.php/Main_Page SPHysics] per studiare i fenomeni di flusso a superficie libera come le onde che si infrangono.
[https://openfoam.org/ OpenFoam] è un potente framework per la simulazione [https://en.wikipedia.org/wiki/Computational_fluid_dynamics fluidodinamica computazionale] (CFD), distribuito come una serie di librerie C++.


<div class="mw-translate-fuzzy">
OpenFoam è disponibile in FreeCAD attraverso due ambienti esterni:
DesignSPHysics è un ambiente esterno integrato in FreeCAD che fornisce un'interfaccia utente grafica per DualSPHysics: [https://design.sphysics.org/ main website], [https://github.com/dualsphysics/DesignSPHysics code repository], [https://forum.freecadweb.org/viewtopic.php?f=18&t=20595 Interesting project: DesignSPHysics fluid simulator] (discussione nel forum).
* [https://github.com/qingfengxia/Cfd Cfd], originato da Qingfeng Xia.
</div>
* [https://github.com/jaheyns/CfdOF CfdOF], una biforcazione di Cfd che finalizzata alla facilità d'uso.


<div class="mw-translate-fuzzy">
Mentre Cfd è concepito come funzionalità completa per utenti avanzati, CfdOF è pensato per gli utenti che stanno iniziando con CFD e OpenFoam.
DesignSPHysics può essere installato tramite [[Std_AddonMgr/it|Addon manager]].
</div>


<span id="FastHenry_and_FasterCap"></span>
Per Cfd: [https://forum.freecadweb.org/viewtopic.php?f=18&t=13699 update on FreeCAD + OpenFOAM fluid dynamic computation] (forum thread), [https://forum.freecadweb.org/viewtopic.php?f=37&t=22993 Progress of the general Computational Fluid Dynamics (CFD) workbench: CfdWorkbench] (old thread).
=== FastHenry e FasterCap ===


FastHenry e FasterCap sono risolutori di campi di capacità e induttanza-resistenza sviluppati da FastFieldSolvers: [https://www.fastfieldsolvers.com/default.asp main website], [https://www.fastfieldsolvers.com/download.htm download page] (binary and source code), [https://www.fastfieldsolvers.com/forum/ forum].
Per CfdOF: [https://forum.freecadweb.org/viewtopic.php?f=18&t=21576 Computational Fluid Dynamics (CFD) workbench using OpenFOAM] (forum thread), [http://opensim.co.za/training.html training material].


<div class="mw-translate-fuzzy">
Entrambi gli ambienti possono essere installati tramite [[AddonManager/it|Addon manager]], ed entrambi hanno un posto per la discussione nel subforum [https://forum.freecadweb.org/viewforum.php?f=37 CfdOF / CFD subforum].
[[EM Workbench/it|EM]] è un ambiente di lavoro esterno che è stato creato per servire da front-end per questi risolutori elettromagnetici. FastHenry è completamente supportato per l'analisi di impedenza magneto-quasistatica 3D, mentre FasterCap è accessibile attraverso alcune macro Python.
</div>


<div class="mw-translate-fuzzy">
=== DualSPHysics ===
Vedere: [https://forum.freecadweb.org/viewtopic.php?f=9&t=33372 ElectroMagnetic Workbench] (discussione principale), [https://forum.freecadweb.org/viewtopic.php?f=18&t=31920 Electromagnetic Workbench - again..], [https://forum.freecadweb.org/viewtopic.php?f=18&t=5400 FreeCAD for ElectroMagnetics], [https://github.com/ediloren/EM-Workbench-for-FreeCAD repository del codice] per l'ambiente.
</div>


<div class="mw-translate-fuzzy">
[https://dual.sphysics.org/ DualSPHysics] è un set di librerie C++, CUDA, e Java che usa il modello [https://en.wikipedia.org/wiki/Smoothed-particle_hydrodynamics idrodinamica a particelle levigate] (SPH) denominato [https://wiki.manchester.ac.uk/sphysics/index.php/Main_Page SPHysics] per studiare i fenomeni di flusso a superficie libera come le onde che si infrangono.
L'ambiente EM può essere installato tramite [[Std_AddonMgr/it|Addon manager]].
</div>


=== fcFEM ===
DesignSPHysics è un ambiente esterno integrato in FreeCAD che fornisce un'interfaccia utente grafica per DualSPHysics: [https://design.sphysics.org/ main website], [https://github.com/dualsphysics/DesignSPHysics code repository], [https://forum.freecadweb.org/viewtopic.php?f=18&t=20595 Interesting project: DesignSPHysics fluid simulator] (discussione nel forum).


fcFEM è un risolutore di elementi finiti per studi strutturali e meccanici, implementato in Python e che può essere eseguito direttamente da FreeCAD senza chiamare solutori binari esterni. Pertanto, può essere considerato il risolutore interno di FreeCAD.
DesignSPHysics può essere installato tramite [[AddonManager/it|Addon manager]].


fcFEM è stato progettato per superare alcune limitazioni di altri solutori, come CalculiX, al fine di eseguire vari studi di ingegneria strutturale.
=== FastHenry e FasterCap ===


<div class="mw-translate-fuzzy">
FastHenry and FasterCap are inductance-resistance and capacitance field solvers developed by FastFieldSolvers: [https://www.fastfieldsolvers.com/default.asp main website], [https://www.fastfieldsolvers.com/download.htm download page] (binary and source code), [https://www.fastfieldsolvers.com/forum/ forum].
Alcuni dei problemi che dovrebbero essere risolti da questo risolutore includono
* Analisi di mesh miste (solidi-shell) per la gestione di colonne composite o componenti architettonici prefabbricati: [https://forum.freecadweb.org/viewtopic.php?f=18&t=21029&p=216682&hilit=sandwich#p216682 FEM object types].
* Elementi travi e lastre migliorati, poiché gli elementi trave di CalculiX sembrano dare risultati errati: [https://forum.freecadweb.org/viewtopic.php?f=18&t=27903&hilit=beam#p226038 CalculiX 3-node Beam Element], [https://forum.freecadweb.org/viewtopic.php?f=18&t=21029&start=100 FEM object types], [https://forum.freecadweb.org/viewtopic.php?f=18&t=16044 Example for 1D analysis].
* Controllo della lunghezza dell'arco per superare i punti limite per l'analisi del collasso elasto-plastico: [https://forum.freecadweb.org/viewtopic.php?f=24&t=26921&hilit=riks#p215325 FEM - Tubular Connection with Shell Elements].
* Elementi di interfaccia a spessore zero per varie applicazioni, come il calcestruzzo post-tensionato con attrito: [https://forum.freecadweb.org/viewtopic.php?f=18&t=30286&hilit=classical&start=20#p259636 pre-stressed pre/post-tensioned concrete bridge].
</div>


<div class="mw-translate-fuzzy">
The [[EM Workbench|EM Workbench]] is an external workbench that was created to serve as the front-end for these electromagnetic solvers. FastHenry, for 3D magneto-quasistatic impedance analysis, is fully supported, while FasterCap is accessible through some Python macros.
L'autore considera FreeCAD una buona piattaforma di prototipazione per configurare, testare e visualizzare rapidamente diversi problemi strutturali, quindi avere un solutore integrato ma flessibile è molto utile. Vedere la discussione principale, [https://forum.freecadweb.org/viewtopic.php?f=18&t=33974 fcFEM - FEA from start to finish].
</div>


<div class="mw-translate-fuzzy">
See: [https://forum.freecadweb.org/viewtopic.php?f=9&t=33372 ElectroMagnetic Workbench] (main thread), [https://forum.freecadweb.org/viewtopic.php?f=18&t=31920 Electromagnetic Workbench - again..], [https://forum.freecadweb.org/viewtopic.php?f=18&t=5400 FreeCAD for ElectroMagnetics], [https://github.com/ediloren/EM-Workbench-for-FreeCAD code repository] for the workbench.
fcFEM è impacchettato come una libreria python e una macro e può essere scaricato dal [https://github.com/HarryvL/fcFEM github repository]. Alla fine sarà disponibile dal [[Std_AddonMgr/it|Addon manager]], o sarà distribuito come parte di FreeCAD stesso.
</div>


=== OpenFoam ===
The EM Workbench can be installed through the [[AddonManager]].


[https://openfoam.org/ OpenFoam] è un potente framework per la simulazione [https://en.wikipedia.org/wiki/Computational_fluid_dynamics fluidodinamica computazionale] (CFD), distribuito come una serie di librerie C++.
=== fcFEM ===


OpenFoam è disponibile in FreeCAD attraverso due ambienti esterni:
fcFEM is a finite element solver for structural and mechanical studies, implemented in Python, and which can be run directly from FreeCAD without calling external binary solvers. Therefore, it can be considered FreeCAD's own internal solver.
* [https://github.com/qingfengxia/Cfd Cfd], originario di Qingfeng Xia.
* [https://github.com/jaheyns/CfdOF CfdOF], una biforcazione di Cfd che è finalizzata alla facilità d'uso.


<div class="mw-translate-fuzzy">
fcFEM was designed to overcome certain limitations from other solvers, such as CalculiX, in order to perform various structural engineering studies.
Mentre Cfd è concepito come funzionalità completa per utenti avanzati, CfdOF è pensato per gli utenti che stanno iniziando con CFD e OpenFoam.
</div>


<div class="mw-translate-fuzzy">
Some of the problems that are intended to be overcome by this solver include
Per Cfd: [https://forum.freecadweb.org/viewtopic.php?f=18&t=13699 update on FreeCAD + OpenFOAM fluid dynamic computation] (forum thread), [https://forum.freecadweb.org/viewtopic.php?f=37&t=22993 Progress of the general Computational Fluid Dynamics (CFD) workbench: CfdWorkbench] (old thread).
* Mixed mesh analyses (solid-shell) for dealing with composite columns or prefabricated architectural components: [https://forum.freecadweb.org/viewtopic.php?f=18&t=21029&p=216682&hilit=sandwich#p216682 FEM object types].
</div>
* Improved beam and shell elements, as CalculiX's beam elements seem to give wrong results: [https://forum.freecadweb.org/viewtopic.php?f=18&t=27903&hilit=beam#p226038 CalculiX 3-node Beam Element], [https://forum.freecadweb.org/viewtopic.php?f=18&t=21029&start=100 FEM object types], [https://forum.freecadweb.org/viewtopic.php?f=18&t=16044 Example for 1D analysis].
* Arc-length control for overcoming limit points for elastic-plastic collapse analysis: [https://forum.freecadweb.org/viewtopic.php?f=24&t=26921&hilit=riks#p215325 FEM - Tubular Connection with Shell Elements].
* Zero-thickness interface elements for various applications, like post-tensioned concrete with friction: [https://forum.freecadweb.org/viewtopic.php?f=18&t=30286&hilit=classical&start=20#p259636 pre-stressed pre/post-tensioned concrete bridge].


<div class="mw-translate-fuzzy">
The author considers FreeCAD a good prototyping platform to quickly set up, test, and visualize different structural problems, so having an integrated yet flexible solver is very helpful. See the main thread, [https://forum.freecadweb.org/viewtopic.php?f=18&t=33974 fcFEM - FEA from start to finish].
Per CfdOF: [https://forum.freecadweb.org/viewtopic.php?f=18&t=21576 Computational Fluid Dynamics (CFD) workbench using OpenFOAM] (forum thread), [http://opensim.co.za/training.html training material].
</div>


<div class="mw-translate-fuzzy">
fcFEM is packaged as a python library and a macro, and can be downloaded from the [https://github.com/HarryvL/fcFEM github repository]. It will eventually be available from the [[AddonManager]], or will be distributed as part of FreeCAD itself.
Entrambi gli ambienti possono essere installati tramite [[Std_AddonMgr/it|Addon manager]], ed entrambi hanno un posto per la discussione nel subforum [https://forum.freecadweb.org/viewforum.php?f=37 CfdOF / CFD].
</div>


<span id="Implementation_in_progress"></span>
== Implementation in progress ==
<div class="mw-translate-fuzzy">
== Implementazioni in corso ==
=== FEniCS ===
=== FEniCS ===
</div>


=== FEniCS ===
FEniCS is a computing framework for solving partial differential equations (PDEs), with high-level programming interfaces in Python and C++. It can be used to establish scientific problems in finite element formulations that then can be solved numerically.


FEniCS è un framework di calcolo per la risoluzione di equazioni differenziali alle derivate parziali (PDE), con interfacce di programmazione di alto livello in Python e C++. Può essere usato per stabilire problemi scientifici nelle formulazioni di elementi finiti che possono essere risolti numericamente.
See: [https://fenicsproject.org/ main website], [https://forum.freecadweb.org/viewtopic.php?f=18&t=4677 Fenics as Solver] (forum thread).


<div class="mw-translate-fuzzy">
[https://github.com/qingfengxia/FenicsSolver FenicsSolver] is a simulation platform to deal with multi-body, multi-physics (coupled), multi-scale problems. It hopes to integrate the FEniCS solver into both the [[FEM Workbench]] and the Cfd [[external workbenches|external workbench]], so the resulting system functions like a free alternative to Comsol or Moose. FenicsSolver is being developed by the same author of Cfd.
Vedere: [https://fenicsproject.org/ main website], [https://forum.freecadweb.org/viewtopic.php?f=18&t=4677 Fenics as Solver] (forum thread).
</div>

<div class="mw-translate-fuzzy">
[https://github.com/qingfengxia/FenicsSolver FenicsSolver] è una piattaforma di simulazione per affrontare problemi multi-corpo, multi-fisica (accoppiati) e multi-scala. Si spera di integrare il solutore FEniCS sia in [[FEM Workbench/it|FEM]] che nell'[[external workbenches/it|ambiente esterno]] Cfd , quindi il sistema risultante funziona come un'alternativa gratuita a Comsol o Moose. FenicsSolver è sviluppato dallo stesso autore di Cfd.
</div>


=== OOFEM ===
=== OOFEM ===
[http://www.oofem.org/ OOFEM] is an object oriented FEM program by the Czech Technical University, for solving mechanical, transport and fluid mechanics problems.


<div class="mw-translate-fuzzy">
It was mentioned as having some advantages over CalculiX, like interface elements ([https://forum.freecadweb.org/viewtopic.php?f=18&t=30286&start=20#p260275 pre-stressed pre/post-tensioned concrete bridge]), and arc-length control for elastic-plastic collapse analysis ([https://forum.freecadweb.org/viewtopic.php?f=24&t=26921&hilit=Arc#p215325 FEM - Tubular Connection with Shell Elements]).
=== OOFEM ===
[http://www.oofem.org/ OOFEM] è un programma FEM orientato agli oggetti realizzato dall'Università Tecnica Ceca, per risolvere problemi meccanici, di trasporto e di meccanica dei fluidi.
</div>


<div class="mw-translate-fuzzy">
Preliminary integration into the FEM Workbench has been done. See: [https://forum.freecadweb.org/viewtopic.php?f=18&t=31288 OOFem] (main thread), [https://forum.freecadweb.org/viewtopic.php?t=15568&start=20#p126338 test request, multiple solvers].
È stato detto che presenta alcuni vantaggi rispetto a CalculiX, come gli elementi dell'interfaccia ([https://forum.freecadweb.org/viewtopic.php?f=18&t=30286&start=20#p260275 pre-stressed pre/post-tensioned concrete bridge]), e controllo della lunghezza dell'arco per l'analisi del collasso elasto-plastico ([https://forum.freecadweb.org/viewtopic.php?f=24&t=26921&hilit=Arc#p215325 FEM - Tubular Connection with Shell Elements]).
</div>


<div class="mw-translate-fuzzy">
Until the solver integration is completed and the new code is merged into the main FreeCAD repository, the required files for using the solver in the FEM Workbench can be downloaded from a [https://github.com/berndhahnebach/FreeCAD_bhb/tree/femoofem/src/Mod/Fem/ forked FreeCAD branch].
L'integrazione preliminare in FEM è stata eseguita. Vedere: [https://forum.freecadweb.org/viewtopic.php?f=18&t=31288 OOFem] (main thread), [https://forum.freecadweb.org/viewtopic.php?t=15568&start=20#p126338 test request, multiple solvers].
</div>


<div class="mw-translate-fuzzy">
== Solvers not integrated ==
Fino a quando l'integrazione del solutore non viene completata e il nuovo codice non viene unito al repository principale di FreeCAD, i file necessari per l'utilizzo del solutore in FEM possono essere scaricati da [https://github.com/berndhahnebach/FreeCAD_bhb/tree/femoofem/src/Mod/Fem/ forked FreeCAD branch]. Per una panoramica dell'implementazione, dai un'occhiata alla cronologia dei commit https://github.com/berndhahnebach/FreeCAD_bhb/commits/femoofem
</div>


=== MBDyn ===
The following solvers have not been integrated into FreeCAD but they have garnered some interest by the user community. If a developer wishes to create a communication bridge for a particular solver, he or she should refer to the [https://forum.freecadweb.org/viewforum.php?f=18 FEM subforum] for advice and assistance.


* OpenSource general purpose Multibody Dynamics analysis software
The following articles may be outdated, but the information they contain may still be useful to understand how to integrate solvers into FreeCAD
* [https://www.mbdyn.org/ MBDyn]
* [[Extend FEM Module]]
* [https://forum.freecadweb.org/viewtopic.php?f=18&t=39165 FreeCAD as pre-post processor for MBDyn (forum topic)]
* [[Add FEM Equation Tutorial]]
* [[Add FEM Constraint Tutorial]]


<span id="Solvers_not_integrated"></span>
Wikipedia [https://en.wikipedia.org/wiki/List_of_finite_element_software_packages lists many finite element software packages] that potentially could be made to work with FreeCAD in the future.
== Solutori non integrati ==

<div class="mw-translate-fuzzy">
I seguenti solutori non sono stati integrati in FreeCAD ma hanno suscitato un certo interesse da parte della comunità degli utenti. Se uno sviluppatore desidera creare un ponte di comunicazione per un determinato risolutore, deve fare riferimento al [https://forum.freecadweb.org/viewforum.php?f=18 subforum FEM] per consigli e assistenza.
</div>

<div class="mw-translate-fuzzy">
I seguenti articoli potrebbero essere obsoleti, ma le informazioni che contengono potrebbero comunque essere utili per capire come integrare i solutori in FreeCAD
* [[Extend FEM Module/it|Estendere il modulo FEM]]
* [[Add FEM Equation Tutorial/it|Tutorial Aggiungere equazioni FEM]]
* [[Add FEM Constraint Tutorial/it|Tutorial Aggiungere vincoli FEM]]
</div>

=== ADAPy ===

See [https://github.com/Krande/adapy/ ADAPy] and [https://forum.freecadweb.org/viewtopic.php?f=18&t=64929 ADA - Assembly for Design & Analysis (forum topic)].


=== Agros2D and Hermes ===
=== Agros2D and Hermes ===

[http://www.agros2d.org/ Agros2D] is a multiplatform graphical program designed for solving different physical problems. Internally it uses the [http://www.hpfem.org/hermes/ Hermes] C++ libraries for the solution of simple and complex time-dependent nonlinear partial differential equation (PDE) systems using a general version of the finite element method [https://en.wikipedia.org/wiki/Hp-FEM (hp-FEM)]. Main code [https://github.com/hpfem/hermes repository], and [https://github.com/hpfem/hermes-tutorial tutorials].
<div class="mw-translate-fuzzy">
=== Agros2D e Hermes ===
[http://www.agros2d.org/ Agros2D] è un programma grafico multipiattaforma progettato per risolvere diversi problemi fisici. Internamente utilizza le librerie C++ [http://www.hpfem.org/hermes/ Hermes] per la soluzione di sistemi di equazioni alle derivate parziali non lineari (PDE) semplici e complessi dipendenti dal tempo che utilizzano una versione generale del metodo degli elementi finiti [https://en.wikipedia.org/wiki/Hp-FEM (hp-FEM)]. Codice principale [https://github.com/hpfem/hermes repository], e [https://github.com/hpfem/hermes-tutorial tutorials].
</div>


=== Code-Aster and Code-Saturne ===
=== Code-Aster and Code-Saturne ===
[https://www.code-aster.org/ Code-Aster] is an open source multiphysics solver; together with the Salomé-Meca pre-processor they form a simulation platform developed by EDF-GDF, France's biggest energy company. It was an early package considered for inclusion in FreeCAD: [https://forum.freecadweb.org/viewtopic.php?t=2839 FreeCAD and Code-Aster/Salome-Meca] (forum thread).


<div class="mw-translate-fuzzy">
[https://www.code-saturne.org/cms/ Code-Saturne] is a free, open-source software developed and released by EDF to solve computational fluid dynamics (CFD).
=== Code-Aster e Code-Saturne ===
[https://www.code-aster.org/ Code-Aster] è un solutore multiphysics open source; insieme al pre-processore Salomé-Meca formano una piattaforma di simulazione sviluppata da EDF-GDF, la più grande compagnia energetica francese. Era un primo pacchetto considerato per l'inclusione in FreeCAD: [https://forum.freecadweb.org/viewtopic.php?t=2839 FreeCAD and Code-Aster/Salome-Meca] (discussione nel forum).
</div>

[https://www.code-saturne.org/cms/ Code-Saturne] è un software open source gratuito sviluppato e rilasciato da EDF per risolvere la fluidodinamica computazionale (CFD).

=== FElt ===


<div class="mw-translate-fuzzy">
=== FElt ===
=== FElt ===
[http://felt.sourceforge.net/ FElt] is a finite element package to solve linear static and dynamic structural analysis problems. The [https://sourceforge.net/projects/felt/ original code] is outdated, so it was forked to a [https://github.com/Sudhanshu-Dubey14/felt new repository] to revive the project and make it compile in a modern system.
[http://felt.sourceforge.net/ FElt] è un pacchetto di elementi finiti per risolvere problemi di analisi strutturale lineare statica e dinamica. Il [https://sourceforge.net/projects/felt/ codice originale] è obsoleto, quindi è stato biforcato in un [https://github.com/Sudhanshu-Dubey14/felt nuovo repository] per far rivivere il progetto e renderlo compilabile in un sistema moderno.
</div>


<div class="mw-translate-fuzzy">
It was suggested in the forums to perform reinforced concrete frames analysis (beam and column assemblies) using 1D beam elements: [https://forum.freecadweb.org/viewtopic.php?f=18&t=17061&start=20#p268503 Automation in Design], [https://forum.freecadweb.org/viewtopic.php?f=18&t=33463 Felt in FEM Workbench].
Nei forum è stato suggerito di eseguire l'analisi dei rinforzi del cemento armato (assemblaggi di travi e colonne) utilizzando elementi trave 1D: [https://forum.freecadweb.org/viewtopic.php?f=18&t=17061&start=20#p268503 Automation in Design], [https://forum.freecadweb.org/viewtopic.php?f=18&t=33463 Felt in FEM Workbench].
</div>


=== Frame3DD ===
=== Frame3DD ===


<div class="mw-translate-fuzzy">
[http://frame3dd.sourceforge.net/ Frame3DD] is a software package for static and dynamic structural analysis of 2D and 3D frames and trusses, [https://github.com/pslack/frame3dd main repository]. A preliminary reader for input files was announced in the forums:
[http://frame3dd.sourceforge.net/ Frame3DD] è un pacchetto software per l'analisi strutturale statica e dinamica di strutture 2D e 3D, [https://github.com/pslack/frame3dd repository principale]. Un lettore preliminare per i file di input è stato annunciato nei forum:
[https://forum.freecadweb.org/viewtopic.php?f=24&t=19428 Test read data from Frame3DD file.]
[https://forum.freecadweb.org/viewtopic.php?f=24&t=19428 Test read data from Frame3DD file.] Argomento generale del forum in FEM
https://forum.freecadweb.org/viewtopic.php?f=18&t=43389 .
</div>


=== Impact FEM ===

<div class="mw-translate-fuzzy">
=== Impact FEM ===
=== Impact FEM ===
* http://www.impact-fem.org/ (broken link)
* http://www.impact-fem.org/ (broken link)
</div>


=== libMesh ===
=== libMesh ===
[https://libmesh.github.io/ libMesh] is a c++ finite element library for the numerical solution of partial differential equations, with a major goal to provide support for adaptive mesh refinement (AMR) computations in parallel: [https://github.com/libMesh/libmesh code repository].


<div class="mw-translate-fuzzy">
It was suggested to integrate this library into FreeCAD as part of a [[Google Summer of Code]] [https://forum.freecadweb.org/viewtopic.php?f=8&t=35493 project].
=== libMesh ===
[https://libmesh.github.io/ libMesh] è una libreria di elementi finiti C++ per la soluzione numerica di equazioni alle derivate parziali, con l'obiettivo principale di fornire supporto per calcoli di affinamento reticolare adattivo (AMR) in parallelo: [https://github.com/libMesh/libmesh code repository].
</div>

<div class="mw-translate-fuzzy">
È stato suggerito di integrare questa libreria in FreeCAD come parte di un [https://forum.freecadweb.org/viewtopic.php?f=8&t=35493 progetto] [[Google Summer of Code]].
</div>

=== Modelica ===


<div class="mw-translate-fuzzy">
=== Modelica ===
=== Modelica ===
[https://www.modelica.org/ Modelica] is a language to model and optimize complex, and interconnected physical systems, for example, mechanical, electrical, thermal, hydraulic, and others. The language itself and its standard libraries are open source. Some simulation environments based on Modelica, like Catia's Dymola, are proprietary, but there are also free implementations like [https://openmodelica.org/ OpenModelica] and [https://jmodelica.org/ JModelica].
[https://www.modelica.org/ Modelica] è un linguaggio per modellare e ottimizzare sistemi fisici complessi e interconnessi, ad esempio meccanici, elettrici, termici, idraulici e altri. Il linguaggio stesso e le sue librerie standard sono open source. Alcuni ambienti di simulazione basati su Modelica, come Catia's Dymola, sono proprietari, ma ci sono anche implementazioni free come [https://openmodelica.org/ OpenModelica] and [https://jmodelica.org/ JModelica].
</div>


With FreeCAD, Modelica was suggested to help perform animations, but more broadly it could be used in mechanical and building engineering to solve equations and optimize a particular design: [https://forum.freecadweb.org/viewtopic.php?f=18&t=32556 Modelica] (forum thread).
With FreeCAD, Modelica was suggested to help perform animations, but more broadly it could be used in mechanical and building engineering to solve equations and optimize a particular design: [https://forum.freecadweb.org/viewtopic.php?f=18&t=32556 Modelica (forum topic)].


The [https://pypi.org/project/PyFMI/ PyFMI] package contains Python bindings to work with FMU models, which are standardized models in binary format produced by compliant Modelica environments, including Dymola, OpenModelica, and JModelica. It was suggested that this library could help FreeCAD connect to a [https://forum.freecadweb.org/viewtopic.php?f=18&t=32556#p272632 Modelica system] (forum post).
The [https://pypi.org/project/PyFMI/ PyFMI] package contains Python bindings to work with FMU models, which are standardized models in the binary format produced by compliant Modelica environments, including Dymola, OpenModelica, and JModelica. It was suggested that this library could help FreeCAD connect to a [https://forum.freecadweb.org/viewtopic.php?f=18&t=32556#p272632 Modelica system] (forum topic).


=== Mumps ===
=== Mumps ===

[http://mumps-solver.org/ Mumps] is a generic solver for massive systems of equations, which generally deals with factorizing and operating on sparse matrices. It was mentioned in the forum: [https://forum.freecadweb.org/viewtopic.php?t=15568&start=20#p126087 test request, multiple solvers].
[http://mumps-solver.org/ Mumps] is a generic solver for massive systems of equations, which generally deals with factorizing and operating on sparse matrices. It was mentioned in the forum: [https://forum.freecadweb.org/viewtopic.php?t=15568&start=20#p126087 Test request, multiple solvers (forum topic)].


It does not perform finite element analysis directly, but it may be used internally by other packages like Code-Aster.
It does not perform finite element analysis directly, but it may be used internally by other packages like Code-Aster.


=== Nastran ===
=== Nastran ===
Nastran is a structural analysis program developed by NASA in the 1970s. Modern versions of it are commercial products and closed source; however, older versions of it, [https://github.com/nasa/NASTRAN-93 Nastran-93] and [https://github.com/nasa/NASTRAN-95 Nastran-95] were released as open source in 2015. Forum post: [https://forum.freecadweb.org/viewtopic.php?f=18&t=12753 Nastran].


Nastran is a structural analysis program developed by NASA in the 1970s. Modern versions of it are commercial products and closed source; however, older versions of it, [https://github.com/nasa/NASTRAN-93 Nastran-93] and [https://github.com/nasa/NASTRAN-95 Nastran-95] were released as open-source in 2015. Forum post: [https://forum.freecadweb.org/viewtopic.php?f=18&t=12753 Nastran (forum topic)].
There is no technical support for the open source code, and it is probably difficult to compile in a modern system.

There is no technical support for the open-source code, and it is probably difficult to compile in a modern system.


=== OpenSees ===
=== OpenSees ===

[http://opensees.berkeley.edu/ OpenSees] is a software framework for developing applications to simulate structural and geotechnical systems mainly in the field of earthquake engineering.
[https://opensees.berkeley.edu/ OpenSees] is a software framework for developing applications to simulate structural and geotechnical systems mainly in the field of earthquake engineering. [https://forum.freecadweb.org/viewtopic.php?f=18&t=20745 OpenSees, the Open System for Earthquake Engineering Simulation (forum topic)] and [https://forum.freecadweb.org/viewtopic.php?f=18&t=31922 Relicensing of OpenSees (forum topic)].

=== PolyFEM ===

[https://polyfem.github.io/ PolyFEM] is a simple C++ and Python finite element library. We provide a wide set of common partial differential equations including Laplace, Helmholtz, Linear Elasticity, Saint-Venant Elasticity, Neo-Hookean Elasticity and Stokes. [https://forum.freecadweb.org/viewtopic.php?f=18&t=42857 PolyFEM (forum topic)].

=== Sparselizard ===

[http://www.sparselizard.org/ Sparselizard] is a fast, general, multiphysics, p-adaptive, open-source C++ finite element library running on Linux, Mac and Windows. It is used to design next-generation microdevices (ultrasound transducers, micromirrors, microvalves, comb drives,...) and it is carefully validated against analytical solutions, third-party software and measurements of the fabricated devices. It looks like it is developed by the team of gmsh mesh generator.


=== SU2 ===
=== SU2 ===
Line 163: Line 294:
[https://su2code.github.io/ SU2] is a collection of software tools developed in C++ and Python for the solution of [https://en.wikipedia.org/wiki/Partial_differential_equation partial differential equations] (PDE) and PDE-constrained optimization problems on unstructured meshes. It is particularly used in the fields of aerodynamics and computational fluid dynamics (CFD).
[https://su2code.github.io/ SU2] is a collection of software tools developed in C++ and Python for the solution of [https://en.wikipedia.org/wiki/Partial_differential_equation partial differential equations] (PDE) and PDE-constrained optimization problems on unstructured meshes. It is particularly used in the fields of aerodynamics and computational fluid dynamics (CFD).


=== Technog ===
=== Tochnog ===
Technog Professional is a closed source program to perform geotechnical simulations such as landslides, driving piles, slope stability, and civil engineering calculations (masonry and earthquake response), [http://www.feat.nl/ website] (broken link).


Tochnog Professional is a closed-source program to perform geotechnical simulations such as landslides, driving piles, slope stability, and civil engineering calculations (masonry and earthquake response), [https://www.tochnogprofessional.nl/ website].
Technog was successfully used in FreeCAD as a substitute of CalculiX, although the trial version is limited in the number of elements it can handle: [https://forum.freecadweb.org/viewtopic.php?f=18&t=26772 Integration of tochnog solver in FreeCAD FEM] (forum thread).

Tochnog was successfully used in FreeCAD as a substitute of CalculiX, although the trial version is limited in the number of elements it can handle: [https://forum.freecadweb.org/viewtopic.php?f=18&t=26772 Integration of tochnog solver in FreeCAD FEM (forum topic)].


=== XC ===
=== XC ===
[http://www.xcengineering.xyz/ XC] is a FEA program designed to solve structural problems in civil engineering like real beam shell analysis. Internally it uses the OpenSees libraries: [https://github.com/xcfem/xc main repository], [https://forum.freecadweb.org/viewtopic.php?f=18&t=31262 XC, opensource structural engineering FEM code] (forum thread).


[http://www.xcengineering.xyz/ XC] is a FEA program designed to solve structural problems in civil engineering like real beam shell analysis. Internally it uses the OpenSees libraries: [https://github.com/xcfem/xc main repository], [https://forum.freecadweb.org/viewtopic.php?f=18&t=31262 XC, opensource structural engineering FEM code (forum topic)].
{{FEM Tools navi}}

{{Userdocnavi}}

{{FEM Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 12:58, 6 January 2024

Prefazione

Questa pagina raccoglie le informazioni sui risolutori di elementi finiti utilizzati dall'ambiente FEM. L'interfaccia tra un solutore e FreeCAD in pre-elaborazione e post-elaborazione viene eseguita tramite file di testo. Ciò significa che in teoria qualsiasi solutore che può essere configurato e controllato tramite un file di testo è in grado di lavorare con FreeCAD; affinché questa comunicazione funzioni devono essere programmati un parser e uno scrittore appropriati dei file di input e di output.

Wikipedia elenca molti pacchetti software ad elementi finiti che potenzialmente potrebbero funzionare con FreeCAD in futuro. Un confronto è disponibile su feacompare.com.

Risolutori disponibili in varie distribuzioni Linux

Il repository FreeCAD-dependencies tiene traccia delle dipendenze di FreeCAD su molte distribuzioni Linux. La pagina FEM.md esamina i risolutori FEA open source che potrebbero essere utilizzati con FEM. La pagina mostra la versione di un particolare solutore nel repository di una particolare distribuzione Linux. Questa informazione è utile per sapere se un risolutore è aggiornato o non lo è e deve essere aggiornato.

Le informazioni sono anche discusse nel forum: supported and not supported Solver.

Solver con un'interfaccia in FreeCAD

Questi solutori sono ben integrati in FreeCAD, il che significa che è possibile impostare ed eseguire un progetto di simulazione dall'interfaccia grafica e dai pulsanti nell'ambiente FEM.

CalculiX

CalculiX

Questo è il primo solutore che è stato integrato per funzionare con FEM. CalculiX è progettato principalmente per analisi statiche, termomeccaniche e modali. Ulteriori informazioni su questo risolutore sono disponibili in FEM CalculiX.

Elmer

Il solutore multifisico Elmer è stato integrato in FreeCAD come progetto di Google Summer of Code 2017: main website, community portal, code repository, Elmer Integration (GSoC) - Activity Log (discussione nel forum).

Mystran

Mystran is a structural analysis program that uses the Nastran input file format. It is released under MIT license which means that it's open-source. See main website, code repository and Mystran-FreeCAD-forum (forum topic).

Z88

Il solutore Z88 è progettato per simulazioni statiche lineari con particolare attenzione all'insegnamento del metodo degli elementi finiti. È stato il secondo risolutore ad essere integrato in FreeCAD. Successivamente, l'integrazione è stata migliorata come progetto Google Summer of Code 2017.

Vedere le informazioni:

Ci sono due versioni, Z88OS è l'edizione open source, mentre Z88Aurora è freeware e include un'interfaccia grafica e dei metodi di soluzione aggiuntivi.

Solver implementati come ambienti esterni

Questi solutori non sono integrati nell'ambiente FEM, il che significa che hanno bisogno di un'interfaccia separata per impostare un progetto di simulazione. Ciò si ottiene attraverso le macro o gli ambienti esterni.

DualSPHysics

DualSPHysics è un set di librerie C++, CUDA, e Java che usa il modello idrodinamica a particelle levigate (SPH) denominato SPHysics per studiare i fenomeni di flusso a superficie libera come le onde che si infrangono.

DesignSPHysics è un ambiente esterno integrato in FreeCAD che fornisce un'interfaccia utente grafica per DualSPHysics: main website, code repository, Interesting project: DesignSPHysics fluid simulator (discussione nel forum).

DesignSPHysics può essere installato tramite Addon manager.

FastHenry e FasterCap

FastHenry e FasterCap sono risolutori di campi di capacità e induttanza-resistenza sviluppati da FastFieldSolvers: main website, download page (binary and source code), forum.

EM è un ambiente di lavoro esterno che è stato creato per servire da front-end per questi risolutori elettromagnetici. FastHenry è completamente supportato per l'analisi di impedenza magneto-quasistatica 3D, mentre FasterCap è accessibile attraverso alcune macro Python.

L'ambiente EM può essere installato tramite Addon manager.

fcFEM

fcFEM è un risolutore di elementi finiti per studi strutturali e meccanici, implementato in Python e che può essere eseguito direttamente da FreeCAD senza chiamare solutori binari esterni. Pertanto, può essere considerato il risolutore interno di FreeCAD.

fcFEM è stato progettato per superare alcune limitazioni di altri solutori, come CalculiX, al fine di eseguire vari studi di ingegneria strutturale.

Alcuni dei problemi che dovrebbero essere risolti da questo risolutore includono

L'autore considera FreeCAD una buona piattaforma di prototipazione per configurare, testare e visualizzare rapidamente diversi problemi strutturali, quindi avere un solutore integrato ma flessibile è molto utile. Vedere la discussione principale, fcFEM - FEA from start to finish.

fcFEM è impacchettato come una libreria python e una macro e può essere scaricato dal github repository. Alla fine sarà disponibile dal Addon manager, o sarà distribuito come parte di FreeCAD stesso.

OpenFoam

OpenFoam è un potente framework per la simulazione fluidodinamica computazionale (CFD), distribuito come una serie di librerie C++.

OpenFoam è disponibile in FreeCAD attraverso due ambienti esterni:

  • Cfd, originario di Qingfeng Xia.
  • CfdOF, una biforcazione di Cfd che è finalizzata alla facilità d'uso.

Mentre Cfd è concepito come funzionalità completa per utenti avanzati, CfdOF è pensato per gli utenti che stanno iniziando con CFD e OpenFoam.

Entrambi gli ambienti possono essere installati tramite Addon manager, ed entrambi hanno un posto per la discussione nel subforum CfdOF / CFD.

Implementazioni in corso

FEniCS

FEniCS

FEniCS è un framework di calcolo per la risoluzione di equazioni differenziali alle derivate parziali (PDE), con interfacce di programmazione di alto livello in Python e C++. Può essere usato per stabilire problemi scientifici nelle formulazioni di elementi finiti che possono essere risolti numericamente.

Vedere: main website, Fenics as Solver (forum thread).

FenicsSolver è una piattaforma di simulazione per affrontare problemi multi-corpo, multi-fisica (accoppiati) e multi-scala. Si spera di integrare il solutore FEniCS sia in FEM che nell'ambiente esterno Cfd , quindi il sistema risultante funziona come un'alternativa gratuita a Comsol o Moose. FenicsSolver è sviluppato dallo stesso autore di Cfd.

OOFEM

OOFEM

OOFEM è un programma FEM orientato agli oggetti realizzato dall'Università Tecnica Ceca, per risolvere problemi meccanici, di trasporto e di meccanica dei fluidi.

È stato detto che presenta alcuni vantaggi rispetto a CalculiX, come gli elementi dell'interfaccia (pre-stressed pre/post-tensioned concrete bridge), e controllo della lunghezza dell'arco per l'analisi del collasso elasto-plastico (FEM - Tubular Connection with Shell Elements).

L'integrazione preliminare in FEM è stata eseguita. Vedere: OOFem (main thread), test request, multiple solvers.

Fino a quando l'integrazione del solutore non viene completata e il nuovo codice non viene unito al repository principale di FreeCAD, i file necessari per l'utilizzo del solutore in FEM possono essere scaricati da forked FreeCAD branch. Per una panoramica dell'implementazione, dai un'occhiata alla cronologia dei commit https://github.com/berndhahnebach/FreeCAD_bhb/commits/femoofem

MBDyn

Solutori non integrati

I seguenti solutori non sono stati integrati in FreeCAD ma hanno suscitato un certo interesse da parte della comunità degli utenti. Se uno sviluppatore desidera creare un ponte di comunicazione per un determinato risolutore, deve fare riferimento al subforum FEM per consigli e assistenza.

I seguenti articoli potrebbero essere obsoleti, ma le informazioni che contengono potrebbero comunque essere utili per capire come integrare i solutori in FreeCAD

ADAPy

See ADAPy and ADA - Assembly for Design & Analysis (forum topic).

Agros2D and Hermes

Agros2D e Hermes

Agros2D è un programma grafico multipiattaforma progettato per risolvere diversi problemi fisici. Internamente utilizza le librerie C++ Hermes per la soluzione di sistemi di equazioni alle derivate parziali non lineari (PDE) semplici e complessi dipendenti dal tempo che utilizzano una versione generale del metodo degli elementi finiti (hp-FEM). Codice principale repository, e tutorials.

Code-Aster and Code-Saturne

Code-Aster e Code-Saturne

Code-Aster è un solutore multiphysics open source; insieme al pre-processore Salomé-Meca formano una piattaforma di simulazione sviluppata da EDF-GDF, la più grande compagnia energetica francese. Era un primo pacchetto considerato per l'inclusione in FreeCAD: FreeCAD and Code-Aster/Salome-Meca (discussione nel forum).

Code-Saturne è un software open source gratuito sviluppato e rilasciato da EDF per risolvere la fluidodinamica computazionale (CFD).

FElt

FElt

FElt è un pacchetto di elementi finiti per risolvere problemi di analisi strutturale lineare statica e dinamica. Il codice originale è obsoleto, quindi è stato biforcato in un nuovo repository per far rivivere il progetto e renderlo compilabile in un sistema moderno.

Nei forum è stato suggerito di eseguire l'analisi dei rinforzi del cemento armato (assemblaggi di travi e colonne) utilizzando elementi trave 1D: Automation in Design, Felt in FEM Workbench.

Frame3DD

Frame3DD è un pacchetto software per l'analisi strutturale statica e dinamica di strutture 2D e 3D, repository principale. Un lettore preliminare per i file di input è stato annunciato nei forum: Test read data from Frame3DD file. Argomento generale del forum in FEM https://forum.freecadweb.org/viewtopic.php?f=18&t=43389 .

Impact FEM

Impact FEM

libMesh

libMesh

libMesh è una libreria di elementi finiti C++ per la soluzione numerica di equazioni alle derivate parziali, con l'obiettivo principale di fornire supporto per calcoli di affinamento reticolare adattivo (AMR) in parallelo: code repository.

È stato suggerito di integrare questa libreria in FreeCAD come parte di un progetto Google Summer of Code.

Modelica

Modelica

Modelica è un linguaggio per modellare e ottimizzare sistemi fisici complessi e interconnessi, ad esempio meccanici, elettrici, termici, idraulici e altri. Il linguaggio stesso e le sue librerie standard sono open source. Alcuni ambienti di simulazione basati su Modelica, come Catia's Dymola, sono proprietari, ma ci sono anche implementazioni free come OpenModelica and JModelica.

With FreeCAD, Modelica was suggested to help perform animations, but more broadly it could be used in mechanical and building engineering to solve equations and optimize a particular design: Modelica (forum topic).

The PyFMI package contains Python bindings to work with FMU models, which are standardized models in the binary format produced by compliant Modelica environments, including Dymola, OpenModelica, and JModelica. It was suggested that this library could help FreeCAD connect to a Modelica system (forum topic).

Mumps

Mumps is a generic solver for massive systems of equations, which generally deals with factorizing and operating on sparse matrices. It was mentioned in the forum: Test request, multiple solvers (forum topic).

It does not perform finite element analysis directly, but it may be used internally by other packages like Code-Aster.

Nastran

Nastran is a structural analysis program developed by NASA in the 1970s. Modern versions of it are commercial products and closed source; however, older versions of it, Nastran-93 and Nastran-95 were released as open-source in 2015. Forum post: Nastran (forum topic).

There is no technical support for the open-source code, and it is probably difficult to compile in a modern system.

OpenSees

OpenSees is a software framework for developing applications to simulate structural and geotechnical systems mainly in the field of earthquake engineering. OpenSees, the Open System for Earthquake Engineering Simulation (forum topic) and Relicensing of OpenSees (forum topic).

PolyFEM

PolyFEM is a simple C++ and Python finite element library. We provide a wide set of common partial differential equations including Laplace, Helmholtz, Linear Elasticity, Saint-Venant Elasticity, Neo-Hookean Elasticity and Stokes. PolyFEM (forum topic).

Sparselizard

Sparselizard is a fast, general, multiphysics, p-adaptive, open-source C++ finite element library running on Linux, Mac and Windows. It is used to design next-generation microdevices (ultrasound transducers, micromirrors, microvalves, comb drives,...) and it is carefully validated against analytical solutions, third-party software and measurements of the fabricated devices. It looks like it is developed by the team of gmsh mesh generator.

SU2

SU2 is a collection of software tools developed in C++ and Python for the solution of partial differential equations (PDE) and PDE-constrained optimization problems on unstructured meshes. It is particularly used in the fields of aerodynamics and computational fluid dynamics (CFD).

Tochnog

Tochnog Professional is a closed-source program to perform geotechnical simulations such as landslides, driving piles, slope stability, and civil engineering calculations (masonry and earthquake response), website.

Tochnog was successfully used in FreeCAD as a substitute of CalculiX, although the trial version is limited in the number of elements it can handle: Integration of tochnog solver in FreeCAD FEM (forum topic).

XC

XC is a FEA program designed to solve structural problems in civil engineering like real beam shell analysis. Internally it uses the OpenSees libraries: main repository, XC, opensource structural engineering FEM code (forum topic).