FEM: Tutorial MEF

From FreeCAD Documentation
Revision as of 13:04, 9 September 2018 by Luc (talk | contribs) (Created page with "==== finalul Pregătirilor ==== # Select 16px Mechanical material... and choose Calculix as the material # Click '''OK'''")
Tutorial
Topic
Finite Element Analysis
Level
Beginner
Time to complete
10 minutes + Solver time
Authors
Drei
FreeCAD version
0.16.6700 or above
Example files
See also
None

Introducere

Acest tutorial are rolul de a introduce cititorul în fluxul de lucru de bază al Atelierului MEF, precum și majoritatea instrumentelor disponibile pentru a efectua o analiză statică.

Cerințe

  • FreeCAD version 0.16.6700 sau mai modernă
  • Netgen and/or GMSH este instalat în sistem
  • In cazul GMSH, instalarea este recomandată psicofil's macro
  • Calculix este instalat în sistem
  • Cititorul are cunoștințele de bază pentru a utiliza Atelierele Piese (Part) PartDesign

Procedură

Modelarea

În acest exemplu, un Cub este folosit ca obiect de studiu, dar modelele create în atelierele de lucru Part sau PartDesign pot fi folosite în schimb.

  1. Create a new document
  2. Activate the Part Workbench
  3. Create a Cube
  4. Change its Dimensions to the following:
    1. Height: 1.000 mm
    2. Length: 8.000 mm
    3. Width: 1.000 mm

Acum avem un model cu care să lucrăm.

Crearea Analizei

Netgen
  1. Select the model
  2. Click New mechanical analysis from the menu to create an analysis from the object that was selected
  3. In the meshing dialog, click OK

Puteți, de asemenea, să glisați și să plasați o plasă într-o Analiză Mecanică care nu are o plasă în Vederea Arborescentă(Tree View).

GMSH

Gmsh este finite-element mesh generator The usage of psicofil's macro is recommended, and is used for this example.

  1. Activate the macro
  2. Select the object you wish to use, in this case our Cube
  3. Check the box Create Mechanical Analysis from mesh
  4. Click OK

Ne-am discretizat într-o plasă cu ochiuri acum obiectul și suntem gata să adăugăm constrângeri și forțe.

Constrângeri și Forțe

  1. Hide the mesh from the Tree View.
  2. Show the original model
  3. Select Create FEM fixed constraint
  4. Select the back face of the Cube (face on the YZ axis) and click OK
  5. Select Create FEM force constraint
  6. Select the front face of the Cube (the face parallel to the back face) and set the Area load value to 9000000.00
  7. Set the Direction to -Z by selecting one of the face edges parallel to that direction.
  8. Click OK

Am stabilit restricțiile și forțele pentru studiul nostru static.

finalul Pregătirilor

  1. Select Mechanical material... and choose Calculix as the material
  2. Click OK

Running the Solver

Standard Procedure
  1. Select the solver object contained in the Mechanical Analysis
  2. Select Start calculation from the menu
  3. Select Write Calculix Input File
  4. Select Run Calculix
  5. Click Close
Quick Procedure
  1. Select the solver object contained in the Mechanical Analysis
  2. Click on Quick Analysis.

Analyzing Results

  1. From the Object Tree, select the Results object
  2. Select Show result
  3. Choose among the different Result types to view the results
  4. The slider at the bottom can be used to alter the mesh visualization. This allows us to visualize the deformation experienced by the object, keep in mind that this is an approximation.
  5. To remove the results select Purge results
Comparison to previous example file

If you select the Z displacement result type, you can see that the obtained value is almost identical to the test example provided by FreeCAD. Differences may occur due to the quality of the mesh and the number of nodes it possesses.


We are now finished with the basic workflow for the FEM Module.