Installing additional components/ro: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
(4 intermediate revisions by 2 users not shown)
Line 28: Line 28:
=Help files=
=Help files=


The offline documentation is not shipped with all installers, but it is available as a separate package. See the [[Installing_Helpfile|Installing Helpfile]] page for more information.
See [[Installing_Helpfile|Installing Helpfile]].


=External workbenches=
=External workbenches=
Line 36: Line 36:
</div>
</div>


<span id="Third_party_software"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
== Software extern susținut de FreeCAD ==
== Software extern susținut de FreeCAD ==
Line 45: Line 46:
==Support==
==Support==


<span id="GitPython"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===GitPython===
===GitPython===
O bibliotecă python care este utilizată pentru a interacționa cu depozitele Git. Această funcție este în prezent în stare de dezvoltare în FreeCAD. Managerul [[Addon_Manager | Addon Manager]] poate folosi această bibliotecă pentru a importa add-on-uri dintr-un depozit Git. Proiectul este găzduit pe GitHub la adresa https://github.com/gitpython-developers/GitPython.
O bibliotecă python care este utilizată pentru a interacționa cu depozitele Git. Această funcție este în prezent în stare de dezvoltare în FreeCAD. Managerul [[Std_AddonMgr|Addon Manager]] poate folosi această bibliotecă pentru a importa add-on-uri dintr-un depozit Git. Proiectul este găzduit pe GitHub la adresa https://github.com/gitpython-developers/GitPython.
</div>
</div>


[https://github.com/gitpython-developers/GitPython GitPython] is a library to interact with Git repositories. The [[Std_AddonMgr|Addon Manager]] can use this library. GitPython is included in the FreeCAD installers for Windows and Mac.
[https://github.com/gitpython-developers/GitPython GitPython] is a library to interact with Git repositories. The [[Std_AddonMgr|Addon Manager]] can use this library. GitPython is included in the FreeCAD installers for Windows and Mac.


<span id="GraphViz"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===GraphViz===
===GraphViz===
Line 59: Line 62:
[https://www.graphviz.org GraphViz] is an open source graph visualization software. It is used by the [[Std_DependencyGraph|Std DependencyGraph]] tool.
[https://www.graphviz.org GraphViz] is an open source graph visualization software. It is used by the [[Std_DependencyGraph|Std DependencyGraph]] tool.


<span id="OpenCAMLib"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===OpenCAMLib===
===OpenCAMLib===
Line 66: Line 70:
[http://www.anderswallin.net/CAM OpenCAMLib] is an open source library of computer aided manufacturing (CAM) algorithms. It is used in the [[Path_Workbench|Path Workbench]]. See the [[OpenCamLib|OpenCamLib]] page for installation instructions.
[http://www.anderswallin.net/CAM OpenCAMLib] is an open source library of computer aided manufacturing (CAM) algorithms. It is used in the [[Path_Workbench|Path Workbench]]. See the [[OpenCamLib|OpenCamLib]] page for installation instructions.


<span id="OpenSCAD"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===OpenSCAD===
===OpenSCAD===
Line 77: Line 82:
All software in this section will be used by the [[Std_Import|Std Import]] or [[Std_Export|Std Export]] tools.
All software in this section will be used by the [[Std_Import|Std Import]] or [[Std_Export|Std Export]] tools.


<span id="CADExchanger"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===CAD Exchanger===
===CAD Exchanger===
Line 84: Line 90:
[https://cadexchanger.com CADExchanger] is a commercial application for exchanging various CAD file formats. There is an [https://github.com/yorikvanhavre/CADExchanger external workbench] to use this application in FreeCAD.
[https://cadexchanger.com CADExchanger] is a commercial application for exchanging various CAD file formats. There is an [https://github.com/yorikvanhavre/CADExchanger external workbench] to use this application in FreeCAD.


<span id="DXF_Importer"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
=== Importator DXF ===
=== Importator DXF ===
Line 91: Line 98:
FreeCAD has a native importer and exporter for DXF files, programmed in C++. Currently they do not implement all features of the DXF format. For those features the legacy Python importer and exporter are still available. These require the [https://github.com/yorikvanhavre/Draft-dxf-importer Draft-dxf-importer] Python library. See the [[FreeCAD_and_DXF_Import|FreeCAD and DXF Import]] page for more information.
FreeCAD has a native importer and exporter for DXF files, programmed in C++. Currently they do not implement all features of the DXF format. For those features the legacy Python importer and exporter are still available. These require the [https://github.com/yorikvanhavre/Draft-dxf-importer Draft-dxf-importer] Python library. See the [[FreeCAD_and_DXF_Import|FreeCAD and DXF Import]] page for more information.


===DWG converters===

FreeCAD cannot directly read and write DWG files. To convert DXF files to DWG files, and vice-versa, FreeCAD relies on external converters. There is built-in support for the following DWG converters:
* [https://www.gnu.org/software/libredwg LibreDWG] (open-source, lacks support for some DWG entities).
* [https://www.opendesign.com/guestfiles/oda_file_converter ODA File Converter] (free, but not open-source).
* [https://qcad.org/en/qcad-command-line-tools#dwg2dwg QCAD pro] (commercial). {{Version|0.20}}

See [[Import_Export_Preferences#DWG|Import Export Preferences]] and [[FreeCAD_and_DWG_Import|FreeCAD and DWG Import]] for more information.

<span id="IfcOpenShell"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===ifcOpenShell===
===ifcOpenShell===
Line 102: Line 119:
[https://github.com/buildingSMART/ifcJSON IfcJson] is a library required for exporting to the IFCJSON file format. IFCJSON is a new IFC format that is not yet supported by many applications.
[https://github.com/buildingSMART/ifcJSON IfcJson] is a library required for exporting to the IFCJSON file format. IFCJSON is a new IFC format that is not yet supported by many applications.


<span id="Pycollada"></span>
===LibreDWG===

Support for [https://www.gnu.org/software/libredwg LibreDWG] is still experimental. Like the ODA File Converter it can convert DWG to DXF files which FreeCAD can then import. See the [[FreeCAD_and_DWG_Import|FreeCAD and DWG Import]] page for more information.

<div class="mw-translate-fuzzy">
===ODA File Converter===
Convertorul de fișiere ODA este o aplicație proprietară, închisă, binară și disponibilă în mod gratuit pentru a importa și a exporta formate de fișiere DWG și DXF. În FreeCAD se poate utiliza din meniurile {{MenuCommand | File-> Import}} și {{MenuCommand | File-> Export}} atunci când selectați tipul de fișier {{MenuCommand | AutoDesk DWG 2D}}. Se poate descărca de la https://www.opendesign.com/guestfiles/oda_file_converter.
</div>

The [https://www.opendesign.com/guestfiles/oda_file_converter ODA File Converter] is a free application to convert between several versions of DWG and DXF files. FreeCAD requires this converter, or LibreDWG, to import DWG files. See the [[FreeCAD_and_DWG_Import|FreeCAD and DWG Import]] page for more information.

<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===pycollada===
===pycollada===
Line 128: Line 135:
[https://luxcorerender.org/history/ LuxRender] is one of the two render engines supported by the [[Raytracing_Workbench|Raytracing Workbench]]. In 2013 the project has been rebooted becoming [[LuxCoreRender]], with a major code rewriting and compatibility breaking changes. Officially the Raytracing Workbench only supports the abandoned [[LuxRender|LuxRender]] (latest version is 1.6, 2017-12-28), while the new [https://github.com/FreeCAD/FreeCAD-render Render Workbench] (intended as a future replacement of the Raytracing Workbench) supports instead LuxCoreRender and has dropped the support for LuxRender. Anyway, even if officially not supported, [[LuxCoreRender|LuxCoreRender]] may work with the Raytracing Workbench, it might be worth to give it a try. See the [[LuxRender|LuxRender]] page for more information and installation instructions, and the [[LuxCoreRender|LuxCoreRender]] if you want to try a more modern software.
[https://luxcorerender.org/history/ LuxRender] is one of the two render engines supported by the [[Raytracing_Workbench|Raytracing Workbench]]. In 2013 the project has been rebooted becoming [[LuxCoreRender]], with a major code rewriting and compatibility breaking changes. Officially the Raytracing Workbench only supports the abandoned [[LuxRender|LuxRender]] (latest version is 1.6, 2017-12-28), while the new [https://github.com/FreeCAD/FreeCAD-render Render Workbench] (intended as a future replacement of the Raytracing Workbench) supports instead LuxCoreRender and has dropped the support for LuxRender. Anyway, even if officially not supported, [[LuxCoreRender|LuxCoreRender]] may work with the Raytracing Workbench, it might be worth to give it a try. See the [[LuxRender|LuxRender]] page for more information and installation instructions, and the [[LuxCoreRender|LuxCoreRender]] if you want to try a more modern software.


<span id="POV-Ray"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===POVRay===
===POVRay===
Line 137: Line 145:
==Finite element==
==Finite element==


<span id="CalculiX"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===CalculiX===
===CalculiX===
Line 143: Line 152:


[http://calculix.de CalculiX] is a suite of two finite element packages: CalculiX CrunchiX, a FEM solver, and
[http://calculix.de CalculiX] is a suite of two finite element packages: CalculiX CrunchiX, a FEM solver, and
CalculiX GraphiX, a GUI frontend. Only the solver is supported by FreeCAD. It is used by the [[FEM_SolverCalculiX|Solver CalculiX]] tool.
CalculiX GraphiX, a GUI frontend. Only the solver is supported by FreeCAD. It is used by the [[FEM_SolverCalculixCxxtools|FEM SolverCalculixCxxtools]] tool.


<span id="Gmsh"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===Gmsh===
===Gmsh===
Line 152: Line 162:
[http://gmsh.info Gmsh] is an automatic finite element mesh generator. it is used by the [[FEM_MeshGmshFromShape|FEM MeshGmshFromShape]] and [[Mesh_FromPartShape|Mesh FromPartShape]] tools.
[http://gmsh.info Gmsh] is an automatic finite element mesh generator. it is used by the [[FEM_MeshGmshFromShape|FEM MeshGmshFromShape]] and [[Mesh_FromPartShape|Mesh FromPartShape]] tools.


<span id="Elmer"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===Elmer===
===Elmer===
Line 159: Line 170:
[https://www.csc.fi/web/elmer Elmer] is a multi-physics simulation software, which was open sourced in 2005. In FreeCAD its Grid and Solver modules are used by the [[FEM_SolverElmer|FEM SolverElmer]] tool.
[https://www.csc.fi/web/elmer Elmer] is a multi-physics simulation software, which was open sourced in 2005. In FreeCAD its Grid and Solver modules are used by the [[FEM_SolverElmer|FEM SolverElmer]] tool.


<span id="FEniCS"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===FEniCS===
===FEniCS===
Line 166: Line 178:
[https://fenicsproject.org FEniCS] is a computing platform to solve partial differential equations (PDEs), which are widely used when solving FEM problems. It is used by the [[FEM_Workbench|FEM workbench]]
[https://fenicsproject.org FEniCS] is a computing platform to solve partial differential equations (PDEs), which are widely used when solving FEM problems. It is used by the [[FEM_Workbench|FEM workbench]]


<span id="Z88"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
===Z88===
===Z88===
Line 173: Line 186:
[https://en.z88.de Z88] is another FEM program, containing a mesher, a solver and converters. It is used by the [[FEM_SolverZ88|FEM SolverZ88]] tool. FreeCAD requires the open source Z88OS package.
[https://en.z88.de Z88] is another FEM program, containing a mesher, a solver and converters. It is used by the [[FEM_SolverZ88|FEM SolverZ88]] tool. FreeCAD requires the open source Z88OS package.


<span id="OpenFOAM"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
O bibliotecă pentru exploatarea și manipularea câmpului (FOAM), care este necesară simulărilor de computational Fluid Dynamics (CFD). Ca atare, OpenFOAM este necesar de către [[FEM_Workbench|FEM Workbench]] al FreeCAD. Puteți accesa acest lucru prin intermediul submeniului {{MenuCommand|Model-> Fluid constraints}}. Proiectul se află la https://openfoam.org.
O bibliotecă pentru exploatarea și manipularea câmpului (FOAM), care este necesară simulărilor de computational Fluid Dynamics (CFD). Ca atare, OpenFOAM este necesar de către [[FEM_Workbench|FEM Workbench]] al FreeCAD. Puteți accesa acest lucru prin intermediul submeniului {{MenuCommand|Model-> Fluid constraints}}. Proiectul se află la https://openfoam.org.

Revision as of 16:53, 9 October 2023

Introduction

Selectați sistemul de operare

FreeCAD este cu adevarat o aplicație multi-platformă, dezvoltată folosind renumitul pachet Qt. Asta inseamna ca FreeCAD arata si se comporta la fel in Windows, Linux si Mac. Totusi, procedura de instalare difera usor pentru fiecare sistem de operare. Selectati mai jos sistemul de operare pentru mai multe detalii despre procedura de instalare.

'Windows' 'Linux' 'Mac'
Instalare in Windows Instalare in Linux/Unix Instalare in Mac

Help files

See Installing Helpfile.

External workbenches

În afara de implicitul workbenches împreună cu FreeCAD, există o colecție tot mai mare de ateliere suplimentare de lucru și module, create de membrii comunității, fiind disponibile pe web. Mai multe eforturi sunt în curs de desfășurare pentru a le aduna și a le pune la dispoziția dvs. într-un mod convenabil. Acestea sunt enumerate mai jos.

Software extern susținut de FreeCAD

FreeCAD suportă o mulțime de pachete software externe din cutie. Aceasta înseamnă că trebuie să instalați software-ul și acesta va fi disponibil automat, data viitoare când îl porniți. Nu este nevoie să-l recompilați. Această secțiune își propune să furnizeze o listă a tuturor acestor pachete software, împreună cu unele informații despre locul în care este folosit în FreeCAD și unde le puteți lua.

FreeCAD supports several third party software packages out of the box. In many cases all you need to do is install the software, and when FreeCAD is restarted it will automatically find and be able to use it. This section aims to provide a list of such software packages, together with some information about where they are used in FreeCAD and where they can be downloaded.

Support

GitPython

O bibliotecă python care este utilizată pentru a interacționa cu depozitele Git. Această funcție este în prezent în stare de dezvoltare în FreeCAD. Managerul Addon Manager poate folosi această bibliotecă pentru a importa add-on-uri dintr-un depozit Git. Proiectul este găzduit pe GitHub la adresa https://github.com/gitpython-developers/GitPython.

GitPython is a library to interact with Git repositories. The Addon Manager can use this library. GitPython is included in the FreeCAD installers for Windows and Mac.

GraphViz

GraphViz este un software de vizualizare grafic open source. În FreeCAD este folosit pentru a genera grafice de dependență prin Tools-> Dependency Graph ... Pagina principală este la https://www.graphviz.org

GraphViz is an open source graph visualization software. It is used by the Std DependencyGraph tool.

OpenCAMLib

Aceasta este o bibliotecă open source cu scopul de a oferi algoritmi de producție asistată de calculator (CAM). Este folosit în FreeCAD în workbench path. Pagina de pornire este la http://www.anderswallin.net/CAM/.

OpenCAMLib is an open source library of computer aided manufacturing (CAM) algorithms. It is used in the Path Workbench. See the OpenCamLib page for installation instructions.

OpenSCAD

Programatorul Solid 3D CAD Modeller este un alt software CAD, bazat pe Geometrie Solidă Constructivă (CSG). Aceasta înseamnă că nu poate manipula ochiurile, dar acționează exclusiv pe o geometrie solidă. FreeCAD poate importa și exporta fișiere create de OpenSCAD prin meniurile File-> Import și File-> Export prin selectarea formatului OpenSCAD CSG sau format OpenSCAD tipuri de fișiere. Puteți obține OpenSCAD de la https://www.openscad.org.

OpenSCAD is a solid 3D modeller. The OpenSCAD Workbench depends on this software and the Mesh Workbench uses it for its Boolean tools. It is also required for the import of SCAD files with the Std Import tool.

File formats

All software in this section will be used by the Std Import or Std Export tools.

CAD Exchanger

O aplicație de tip proprietate, cu sursă închisă, pentru schimbarea diferitelor formate de fișiere folosite în CAD. Puteți să-l utilizați pentru a converti proprietăți, formate proprietar într-un format accesibil prin FreeCAD. Pagina de pornire se află la adresa https://cadexchanger.com/ unde puteți descărca o versiune de evaluare sau puteți achiziționa o licență pentru aplicație.

CADExchanger is a commercial application for exchanging various CAD file formats. There is an external workbench to use this application in FreeCAD.

Importator DXF

FreeCAD are un importator și exportator nativ pentru fișierele DXF, programate în C ++. În prezent, acest importator nu implementează toate caracteristicile formatul DXF. Dacă vă bazați pe o caracteristică care nu este încă implementată, activați opțiunea Edit-> Preferences-> Import-Export utilizând importatorul / exportatorul bazat pe python mai vechi. Apoi, puteți alege să lăsați FreeCAD să descarce automat fișierele necesare sau să le apucați de la https://github.com/yorikvanhavre/Draft-dxf-importer. Importatorul / exportatorul ales este folosit prin selectarea File-> Import sau File-> Export si alegerea formatului fisierului AutoDesk DXF 2D.

FreeCAD has a native importer and exporter for DXF files, programmed in C++. Currently they do not implement all features of the DXF format. For those features the legacy Python importer and exporter are still available. These require the Draft-dxf-importer Python library. See the FreeCAD and DXF Import page for more information.

DWG converters

FreeCAD cannot directly read and write DWG files. To convert DXF files to DWG files, and vice-versa, FreeCAD relies on external converters. There is built-in support for the following DWG converters:

See Import Export Preferences and FreeCAD and DWG Import for more information.

ifcOpenShell

IfcOpenShell este o bibliotecă pentru a lucra cu formatul de fișiere Foundation Industry Classes (IFC) folosit în designul arhitectural. Acesta poate fi accesat din arhivă de lucru prin Arch-> Utilities-> Ifc Explorer. Pagina de pornire este la http://ifcopenshell.org

IfcOpenShell is a library for working with the Industry Foundation Classes (IFC) file format used in architectural design. The library is also used by the Arch IfcExplorer (version 0.18 and below) and BIM IfcExplorer tools. IfcOpenShell is included in the FreeCAD installers for Windows and Mac.

IfcJson

IfcJson is a library required for exporting to the IFCJSON file format. IFCJSON is a new IFC format that is not yet supported by many applications.

pycollada

Pycollada aka python-collada este o bibliotecă python pentru citirea și scrierea documentelor COLLADA, un standard pentru schimbul de scene și elemente 3D. Dacă este instalat, puteți importa și exporta scenele din și din fișierele COLLADA prin comenzile File-> Import și File-> Export prin selectarea tipului de fișier COLLADA. Proiectul este găzduit de GitHub la adresa https://pycollada.github.io/ și puteți descărca versiunile la https://github.com/pycollada/pycollada/releases/

Pycollada, also known as python-collada, is a Python library to read and write Collada (DAE) files. Pycollada is included in the FreeCAD installers for Windows and Mac.

Rendering

LuxCoreRender

LuxCoreRender is a render engine, reboot of the LuxRender project. Officially it is not supported by the Raytracing Workbench, but it might be worth to give it a try. It is officially supported by the new Render Workbench, intended as a future replacement of the Raytracing Workbench. See the LuxCoreRender page for more information and installation instructions.

LuxRender

LuxRender is one of the two render engines supported by the Raytracing Workbench. In 2013 the project has been rebooted becoming LuxCoreRender, with a major code rewriting and compatibility breaking changes. Officially the Raytracing Workbench only supports the abandoned LuxRender (latest version is 1.6, 2017-12-28), while the new Render Workbench (intended as a future replacement of the Raytracing Workbench) supports instead LuxCoreRender and has dropped the support for LuxRender. Anyway, even if officially not supported, LuxCoreRender may work with the Raytracing Workbench, it might be worth to give it a try. See the LuxRender page for more information and installation instructions, and the LuxCoreRender if you want to try a more modern software.

POVRay

POVRay este un cunoscut raytracer care poate face imagini fotorealiste. Acesta este unul dintre cei doi raytraceri susținut în prezent de FreeCAD în Atelierul de lucru raytracing. Utilizarea acestuia este descrisă în pagina raytracing workbench. Puteți descărca POVRay de la https://www.povray.org.

POV-Ray is a well-known ray-tracer which can render photo-realistic images. It is one of two render engines currently supported by the Raytracing Workbench. See the POV-Ray page for more information and installation instructions.

Finite element

CalculiX

CalculiX este o suită de două pachete de elemente finite. One, CalculiX GraphiX sau calculix-cgx, este un interfață GUI pentru a afișa rezultatele celui de-al doilea pachet, CalculiX CrunchiX, sau calculix-ccx, un solver FEM. Numai acesta din urmă este susținut de FreeCAD. Acesta poate fi accesat din FEM Workbench prin Solve-> Solver CalculiX. Există un solver standard și experimental susținut de FreeCAD. CalculiX poate fi descărcat de la http://calculix.de

CalculiX is a suite of two finite element packages: CalculiX CrunchiX, a FEM solver, and CalculiX GraphiX, a GUI frontend. Only the solver is supported by FreeCAD. It is used by the FEM SolverCalculixCxxtools tool.

Gmsh

Un generator automat 3D de elemente finite. Acesta poate fi folosit în FreeCAD din FEM Workbench prin Mesh-> FEM mesh form from gmsh. Pagina de pornire a gmsh este la http://www.geuz.org/gmsh

Gmsh is an automatic finite element mesh generator. it is used by the FEM MeshGmshFromShape and Mesh FromPartShape tools.

Elmer

Elmer este un software de simulare multifizic, care a fost deschis din 2005. În FreeCAD, modulele Grid și Solver pot fi utilizate de către FEM Workbench prin Solve->Solver Elmer. Pagina de start a proiectelor este la https://www.elmerfem.org și poate fi descărcată de la GitHub la https://github.com/ElmerCSC/elmerfem/releases.

Elmer is a multi-physics simulation software, which was open sourced in 2005. In FreeCAD its Grid and Solver modules are used by the FEM SolverElmer tool.

FEniCS

FEniCS este o platformă de calcul pentru rezolvarea ecuațiilor diferențiale cu derivate parțiale (PDE), care sunt utilizate pe scară largă în rezolvarea problemelor FEM. Ca atare, acesta poate fi utilizat de FEM Workbench. FreeCAD poate importa și exporta rețelele FEniCS prin File-> Import și File-> Export selectând formatul de fișier FEM mesh fenics. Pagina de pornire a FEniCS este la https://fenicsproject.org.

FEniCS is a computing platform to solve partial differential equations (PDEs), which are widely used when solving FEM problems. It is used by the FEM workbench

Z88

Z88 este un alt program FEM, care conține un mesher, solver și convertoare, care poate fi folosit de FEM Workbench al FreeCAD. Acesta poate fi accesat prin Solve-Solver Z88. Z88 distribuie mai multe pachete, toate disponibile în mod liber, dar sunt surse închise. Cu toate acestea, Z88OS, publicat sub licență open source, este ceea ce este necesară în FreeCAD. Pagina principală este la https://en.z88.de/. Z88OS este, de asemenea, găzduit pe GitHub la https://github.com/LSCAD/Z88OS dacă doriți să îl compilați singur.

Z88 is another FEM program, containing a mesher, a solver and converters. It is used by the FEM SolverZ88 tool. FreeCAD requires the open source Z88OS package.

O bibliotecă pentru exploatarea și manipularea câmpului (FOAM), care este necesară simulărilor de computational Fluid Dynamics (CFD). Ca atare, OpenFOAM este necesar de către FEM Workbench al FreeCAD. Puteți accesa acest lucru prin intermediul submeniului Model-> Fluid constraints. Proiectul se află la https://openfoam.org.

OpenFOAM is a large collection of libraries for computational fluid dynamics (CFD) simulations. OpenFOAM is used by the Cfd and CfdOF external workbenches.

Related pages