FEM tutorial/es: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
No edit summary
Line 39: Line 39:
===== Netgen =====
===== Netgen =====
# Seleccione el modelo
# Seleccione el modelo
# 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
# Clic en [[Image:FEM_Analysis.png|32px]] [[Fem Analysis/es|Nuevo Análisis Mecánico]] desde el menú para crear un análisis con el objeto seleccionado
# En el diálogo de mallado, dé clic en '''OK'''
# En el diálogo de mallado, dé clic en '''OK'''


Line 53: Line 53:
Hemos mallado nuestro objeto y estamos listos para agregar restricciones y fuerzas.
Hemos mallado nuestro objeto y estamos listos para agregar restricciones y fuerzas.


==== Restricciones y Fuerzas ====
==== Constraints and Forces ====
# Hide the mesh from the Tree View.
# Oculte la malla desde la Vista de Árbol
# Muestre el modelo original
# Show the original model
# Seleccione [[Image:Fem_ConstraintFixed.svg|32px]] [[FEM FixedConstraint/es|Crear una restricción FEM fija]]
# Select [[Image:FEM_FixedConstraint.png|32px]] [[Fem_ConstraintFixed|Create FEM fixed constraint]]
# Seleccione la cara trasera del Cubo (la cara ubicada en el plano '''YZ''' ) y dé clic en OK
# Select the back face of the Cube (face on the '''YZ''' axis) and click OK
# Seleccione [[Image:Fem_ConstraintForce.svg|32px]] [[FEM ForceConstraint/es|Crear una restricción FEM de fuerza]]
# Select [[Image:FEM_ForceConstraint.png|32px]] [[Fem_ConstraintForce|Create FEM force constraint]]
# Seleccione la cara frontal del Cubo (la cara paralela a la cara trasera) y especifique el valor de '''Carga Superficial''' a 9000000.00
# Select the front face of the Cube (the face parallel to the back face) and set the '''Area load''' value to 9000000.00
# Fije la '''Direcciónn''' a '''-Z''' seleccionando una de las aristas paralelas a esa dirección
# Set the '''Direction''' to '''-Z''' by selecting one of the face edges parallel to that direction.
# Clic OK
# Click OK


Hemos establecido las restricciones y fuerzas para nuestro estudio estático.
Hemos establecido las restricciones y fuerzas para nuestro estudio estático.


==== Preparaciones finales ====
==== Final preparations ====
#Seleccione [[Image:Fem_Material.svg|32px]] [[FEM Material/es|Material Mecánico...]] y seleccione Calculix como el material
# Select [[Image:FEM_Material.png|32px]] [[Fem_MechanicalMaterial|Mechanical material...]] and choose Calculix as the material
# Clic '''OK'''
# Click '''OK'''


==== Running the Solver ====
==== Running the Solver ====

Revision as of 19:48, 7 August 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

También es posible arrastrar y depositar una malla a un Análisis Mecánico que no contenga una malla desde la vista del árbol

GMSH

El uso del macro de psicofil es recomendado, y es usado para este ejemplo.

  1. Active el macro
  2. Seleccione el objeto que desee utilizar, en este caso nuestro Cubo
  3. Habilite la opción Create Mechanical Analysis from mesh
  4. Clic OK

Hemos mallado nuestro objeto y estamos listos para agregar restricciones y fuerzas.

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

Hemos establecido las restricciones y fuerzas para nuestro estudio estático.

Final preparations

  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 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.