FEM CalculiX Cantilever 3D: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 65: Line 65:
# The slider can be used to alter the mesh to view the deformation in a simplified manner.
# The slider can be used to alter the mesh to view the deformation in a simplified manner.
# Choose among the different Result types to view all in the GUI available result types.
# Choose among the different Result types to view all in the GUI available result types.

# To remove the results select [[Image:Fem_PurgeResults.png|32px]] [[FEM PurgeResults|Purge results]]

==== Purging Results ==== <!--T:17-->
# To remove the results select in the icon toolbar [[Image:Fem_PurgeResults.png|32px]] [[FEM PurgeResults|Purge results]]


==== Constraints ==== <!--T:19-->
==== Constraints ==== <!--T:19-->

Revision as of 16:44, 3 February 2016

Tutorial
Topic
{{{Topic}}}
Level
Beginner
Time to complete
10 minutes
Authors
Bernd
FreeCAD version
0.16.6377 or above
Example files
See also
None

! DO NOT TRANSLATE AT THE MOMENT !

Introduction

This example is meant to show how a simple Finite Element Analysis (FEA) in FreeCADs FEM_Module does look like and how the results can be visualized. Furthermore it is shown how to change the load value and how to trigger FEA. Thus with this example file provided by any FreeCAD installation it is easy to check if the FEM module is set up properly.

Requirements

  • FCVersion=0.16.6377 or above.
  • This could be checked at the menu Help --> about FreeCAD --> Revisionnumber which has to be bigger than 6377
  • No external software is needed for loading the example file, viewing the mesh and geometry as well as for visualizing the results.


Set up the example file

Load Start Workbench

  1. Start FreeCAD
  2. The Start Workbench should be loaded

Load the example file

  1. Go to the example projects and click on "Load an FEM analysis example"
  2. If due to further operations some geometry, constraints or the results are broken or deleted just repeat the steps above.


Activate the analysis container

  1. To work with an analysis the analysis has to be activated.
  2. In tree view right click on the analysis --> activate analysis


Analysis container and its objects

  1. If the analysis is activated FreeCAD itself will change to the FEM Workbench.
  2. There are at least the following 5 objects needed to make an static mechanical analysis:
    1. a solver
    2. a material
    3. a fixed constraint
    4. a force constraint
    5. a FEM mesh
  3. Since in the example here the results are included as well, there is a sixth object results.

Visualizing Results

  1. Be sure the analysis is activated !
  2. Be sure the analysis still contains the result object, if not just reload the example file.
  3. Click in icon toolbar on File:Fem Result.svg Show result
  4. In task window choose z-Displacement. It shows -88.443 mm in negative z-Direction.
  5. This makes sense since the force is in negative z-Direction as well.
  6. Activate the check box besides the bottom slider of displacement show.
  7. The slider can be used to alter the mesh to view the deformation in a simplified manner.
  8. Choose among the different Result types to view all in the GUI available result types.


Purging Results

  1. To remove the results select in the icon toolbar File:Fem PurgeResults.png Purge results

Constraints

from here still ToDO

  1. What needed next is to add some fixed and force constraints to our model.

FEM Mesh

  1. The two possibilities by either the build in mesher Netgen and the external mesher GMSH will be shown in this tutorial. There are various
Netgen
  1. Select the shape you wish to mesh, in this case our Cube and click on File:Fem FemMesh.svg Create FEM mesh.
GMSH
  1. If FreeCADs build in mesher Netgen is not available the usage of Macro_GMSH is recommended, and is used for this example.

Running the Solver

  1. Select the solver object of the analysis in tree view and press File:Fem QuickAnalysis.svg Quick Analysis from the icon tool bar
  2. The analysis will be made and the result object should be created.


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