FEM CalculiX Cantilever 3D/es

Introduction

Introducción

Este ejemplo pretende mostrar cómo se ve un simple Análisis de elementos finitos (FEA) en FreeCADs FEM Workbench y cómo se pueden visualizar los resultados. Se muestra cómo activar un FEA y cómo cambiar el valor de la carga y la dirección de la carga. Además, dado que el archivo de ejemplo se proporciona con cualquier instalación de FreeCAD, es fácil verificar si el módulo FEM está configurado correctamente.

Requirements

Requisitos

  • Versión de FreeCAD = 0.16.6377 o superior.
  • Esto se puede verificar en el menú Ayuda -> acerca de FreeCAD. El número de Revisión tiene que ser superior a 6377
  • No se necesita software externo para cargar el archivo de ejemplo, ver la malla y la geometría, así como para visualizar los resultados.
  • Para volver a ejecutar el FEA, el software de resolución de problemas CalculiX debe estar instalado en su computadora. Probablemente el solucionador ya se haya instalado junto con FreeCAD. Si el solucionador CalculiX no está instalado, consulte FEM Install.

Set up the example file

Load the example file

Activate the analysis container

Analysis container and its objects

  1. a solver
  2. a material
  3. a fixed boundary condition
  4. a force load
  5. a FEM mesh

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. Double click the result object , or select it and click the Show result button in the FEM toolbar.
  4. In the task window, choose z-Displacement. It shows -86.93 mm in negative z-direction. This makes sense since the force is in negative z-direction as well.
  5. Activate the check box besides the bottom slider of displacement show.
  6. The slider can be used to alter the mesh to view the deformation in a simplified manner.
  7. Choose among the different Result types to view all in the GUI available result types.

Purging Results

  1. Be sure the analysis is activated.
  2. To remove the results: select in the icon toolbar the Purge results button.

Running the FEA

Running the FEA the fast Way

Changing Load Direction and Load Value

What next?

¿Qué sigue?

  • Ahora hemos terminado con el flujo de trabajo básico para el Módulo FEM.
  • Ahora está preparado para hacer el segundo FEM tutorial.
  • Crearemos el cantilever CalculiX por nosotros mismos y compararemos los resultados con la teoría del haz.