FEM tutorial/es: Difference between revisions

From FreeCAD Documentation
(Created page with "# Crear un nuevo documento # Activar el módulo Part # Crear un Cubo # Cambiar sus '''Dimensiones''' a las siguientes: ## Altura: 1.000 mm ## Longitud: 8.000 mm ## Ancho: 1....")
(Created page with "==== Creando el análisis ==== ===== Netgen ===== # Seleccione el modelo # Clic en 32px Nuevo Análisis Mecánico desde el men...")
Line 36: Line 36:
Ahora tenemos un modelo con el que se puede trabajar.
Ahora tenemos un modelo con el que se puede trabajar.


==== Creating the Analysis ====
==== Creando el análisis ====
===== Netgen =====
===== Netgen =====
# Select the model
# Seleccione el modelo
# Click [[Image:Fem_Analysis.svg|32px]] [[FEM Analysis|New mechanical analysis]] from the menu to create an analysis from the object that was selected
# Clic en [[Image:Fem_Analysis.svg|32px]] [[FEM Analysis/es|Nuevo Análisis Mecánico]] desde el menú para crear un análisis con el objeto seleccionado
# In the meshing dialog, click '''OK'''
# En el diálogo de mallado, dé clic en '''OK'''


You can also drag and drop a mesh to a Mechanical Analysis that does not have a mesh within the Tree View.
You can also drag and drop a mesh to a Mechanical Analysis that does not have a mesh within the Tree View.

Revision as of 18:35, 6 March 2016

Tutorial
Tema
Análisis de Elemento Finito
Nivel
Principiante
Tiempo para completar
10 minutos + tiempo del Solver
Autores
Drei
Versión de FreeCAD
0.16 o superior
Archivos de ejemplos
Ver también
None

Introducción

Este tutorial tiene como propósito el introducir al lector a la forma de trabajo básica del módulo FEM, así como a la mayoría de las herramientas disponibles para realizar un análisis estático.

Requisitos

  • FreeCAD versión 0.16 superior
  • Netgen y/o GMSH está instalado en el sistema
  • Para el caso de GMSH, se recomienda instalar el macro de psicofil's macro
  • Calculix está instalado en el sistema
  • El lector tiene el conocimiento básico para utilizar los módulo Part y PartDesign

Procedimiento

Modelado

En este ejemplo un Cubo es utilizado como objeto de estudio, pero modelos creados en los bancos de trabajo Parte y Diseño de Parte pueden ser utilizados en su lugar.

  1. Crear un nuevo documento
  2. Activar el módulo Part
  3. Crear un Cubo
  4. Cambiar sus Dimensiones a las siguientes:
    1. Altura: 1.000 mm
    2. Longitud: 8.000 mm
    3. Ancho: 1.000 mm

Ahora tenemos un modelo con el que se puede trabajar.

Creando el análisis

Netgen
  1. Seleccione el modelo
  2. Clic en Nuevo Análisis Mecánico desde el menú para crear un análisis con el objeto seleccionado
  3. En el diálogo de mallado, dé clic en OK

You can also drag and drop a mesh to a Mechanical Analysis that does not have a mesh within the Tree View.

GMSH

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

We have now meshed our object and are ready to add constraints and forces.

Constraints and Forces

  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

We now have established the restrictions and forces for our static study.

Final preparations

  1. Select File:Fem Material.svg 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 File:Fem NewAnalysis.svg 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 File:Fem QuickAnalysis.svg Quick Analysis.

Analyzing Results

  1. From the Object Tree, select the Results object
  2. Select File:Fem Result.svg 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 File:Fem PurgeResults.png Purge results
Comparison to previous example file

If you select the Z diplacement result type, you can see that the obtained value is almos 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.