FEM tutorial/es: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
 
(40 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>


<div class="mw-translate-fuzzy">
{{TutorialInfo
{{TutorialInfo/es
|Class= Finite Element Analysis
|Topic= Análisis de Elemento Finito
|Level= Beginner
|Level= Principiante
|Time= 10 minutes + Solver time
|Time= 10 minutos + tiempo del Solver
|Author=[http://freecadweb.org/wiki/index.php?title=User:Drei Drei]
|Author=[http://freecadweb.org/wiki/index.php?title=User:Drei Drei]
|FCVersion=0.16 or above
|FCVersion=0.16 o superior
|Files=
|Files=
}}
}}
</div>


=== Introduction ===
== Introduction ==
This tutorial is meant to introduce the reader to the basic workflow of the FEM Workbench, as well as most of the tools that are available to perform a static analysis.


<div class="mw-translate-fuzzy">
[[Image:FEM_tutorial_result.png|960px]]
=== 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.
</div>


[[Image:FEM_tutorial_result.png|600px]]
=== Requirements ===
* FreeCAD version 0.16 or above
* [http://sourceforge.net/projects/netgen-mesher/ Netgen] and/or [http://geuz.org/gmsh/ GMSH] is installed on the system
* In the case of GMSH, installation of [https://github.com/psicofil/Macros_FreeCAD psicofil's macro] is recommended
* [http://www.calculix.de/ Calculix] is installed on the system
* The reader has the basic knowledge to use the Part and PartDesign Workbenches


=== Procedure ===
== Requirements ==


<div class="mw-translate-fuzzy">
=== Requisitos ===
* FreeCAD versión 0.16 superior
* [http://sourceforge.net/projects/netgen-mesher/ Netgen] y/o [http://geuz.org/gmsh/ GMSH] está instalado en el sistema
* Para el caso de GMSH, se recomienda instalar el macro de [https://github.com/psicofil/Macros_FreeCAD psicofil's macro]
* [http://www.calculix.de/ Calculix] está instalado en el sistema
* El lector tiene el conocimiento básico para utilizar los módulo Part y PartDesign
</div>

<span id="Procedure"></span>
<div class="mw-translate-fuzzy">
=== Procedimiento ===
</div>

=== Modeling ===

<div class="mw-translate-fuzzy">
==== 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.
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.
</div>


<div class="mw-translate-fuzzy">
# Create a new document
# Crear un nuevo documento
# Activate the Part Workbench
# Activar el módulo Part
# Create a Cube
# Crear un Cubo
# Cambiar sus '''Dimensiones''' a las siguientes:
## Altura: 1.000 mm
## Longitud: 8.000 mm
## Ancho: 1.000 mm
</div>


<div class="mw-translate-fuzzy">
Ahora tenemos un modelo con el que se puede trabajar.
Ahora tenemos un modelo con el que se puede trabajar.
</div>


==== Mallado del Modelo ====
=== Creating the Analysis ===


# Activate the [[Image:Workbench_FEM.svg|24px|link=FEM_Workbench]] [[FEM_Workbench|FEM Workbench]].
1. Cambio al Banco de trabajo FEM.
# Select the {{MenuCommand|Model → [[Image:FEM_Analysis.svg|16px]] Analysis container‏‎}} option from the menu.


=== Constraints and Forces ===

<div class="mw-translate-fuzzy">
==== Restricciones y Fuerzas ====
# Oculte la malla desde la Vista de Árbol
# Muestre el modelo original
# Seleccione [[Image:FEM_FixedConstraint.png|16px]] [[FEM_ConstraintFixed/es|Crear una restricción FEM fija]]
# Seleccione la cara trasera del Cubo (la cara ubicada en el plano '''YZ''' ) y dé clic en OK
# Seleccione [[Image:FEM_ForceConstraint.png|16px]] [[FEM_ConstraintForce/es|Crear una restricción FEM de fuerza]]
# Seleccione la cara frontal del Cubo (la cara paralela a la cara trasera) y especifique el valor de '''Carga Superficial''' a 9000000.00
# Fije la '''Direcciónn''' a '''-Z''' seleccionando una de las aristas paralelas a esa dirección
# Clic OK
</div>

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

=== Material ===

<div class="mw-translate-fuzzy">
==== Preparaciones finales ====
#Seleccione [[Image:FEM_Material.png|32px]] [[FEM_MaterialSolid/es|Material Mecánico...]] y seleccione Calculix como el material
# Clic '''OK'''
</div>

=== Meshing ===

It is recommended to make a mesh as the last step in the analysis preparations due to association to a geometry in FreeCAD.
Depending on FreeCAD installation, there can be Netgen or GMSH meshers, you can use any of them.

==== Netgen ====

<div class="mw-translate-fuzzy">
==== Creando el análisis ====
===== Netgen =====
===== Netgen =====
# Select the model
# Seleccione el modelo
# 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
# Select [[Image:Fem_FemMesh.svg|32px]] [[FEM Create|Create FEM mesh]]
# En el diálogo de mallado, dé clic en '''OK'''
# Click '''Ok'''
</div>
# Select the Mesh from the Tree View
# Click [[Image:Fem_Analysis.svg|32px]] [[FEM Analysis|New mechanical analysis]] from the menu to create an analysis from the mesh that was created.


<div class="mw-translate-fuzzy">
You can also drag and drop a mesh to a Mechanical Analysis that does not have a mesh within the Tree View.
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
</div>


===== GMSH =====
==== GMSH ====
The usage of psicofil's macro is recommended, and is used for this example.
# Activate the macro
# Select the object you wish to use, in this case our Cube
# Check the box '''Create Mechanical Analysis from mesh'''
# Click '''OK'''


# Select the model
We have now meshed our object and are ready to add constraints and forces.
# [[Image:FEM_MeshGmshFromShape.svg|24px]] [[FEM_MeshGmshFromShape|FEM mesh from shape by Gmsh]]: Generates a finite element mesh for a model using Gmsh.
# In the meshing dialog, click {{Button|Apply}} and {{Button|OK}}.


Hemos mallado nuestro objeto y estamos listos para agregar restricciones y fuerzas.
==== Constraints and Forces ====
# Hide the mesh from the Tree View.
# Show the original model
# Select [[Image:Fem_ConstraintFixed.svg|32px]] [[FEM FixedConstraint|Create FEM fixed constraint]]
# Select the bottom face of the Box and click OK
# Select [[Image:Fem_ConstraintForce.svg|32px]] [[FEM ForceConstraint|Create FEM force constraint]]
# Select the top face of the Box and set the '''Area load''' value to 20 000
# Click OK


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


==== Final preparations ====
==== Standard Procedure ====
# Select [[Image:Fem_Material.svg|32px]] [[FEM Material|Mechanical material...]] and choose Steel-generic as the material
# Click '''OK'''


# Select the solver object [[Image:FEM_SolverCalculixCxxtools.svg|24px]] contained in the '''Analysis''' container.
==== Running the Solver ====
# Select [[Image:Fem_NewAnalysis.svg|32px]] [[FEM Calculation|Start calculation]] from the menu
# Select [[Image:FEM_SolverControl.svg|24px]] [[FEM_SolverControl|Solver job control]] from the menu.
# Select '''Write Calculix Input File'''
# Select '''Write .inp File'''.
# Select '''Run Calculix'''
# Select '''Run CalculiX'''.
# Click '''Close'''
# Click {{Button|OK}}.


==== Analyzing Results ====
==== Quick Procedure ====
# Select [[Image:Fem_Result.svg|32px]] [[FEM ShowResult|Show result]]
# Choose among the different Result types to view the results
# The slider at the bottom can be used to alter the mesh to view the deformation in a simplified manner
#To remove the results select [[Image:Fem_PurgeResults.png|32px]] [[FEM PurgeResults|Purge results]]


# Select the solver object [[Image:FEM_SolverCalculixCxxtools.svg|24px]] contained in the '''Analysis''' container.
We are now finished with the basic workflow for the [[FEM Module]].
# Click on [[Image:FEM_SolverRun.svg|24px]] [[FEM_SolverRun|Run solver calculations]].


=== Analyzing Results ===


# From the '''Object Tree''', select the '''CCX_Results''' object.
[[Category:User Documentation]]
# Select [[Image:FEM_ResultShow.svg|24px|link=FEM_ResultShow]] [[FEM_ResultShow|Show result]].
[[Category:Tutorials/es]]
# Choose among the different Result types to view the results.
# 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.
# To remove the results select [[Image:FEM_ResultsPurge.svg|24px|link=FEM_ResultsPurge]] [[FEM_ResultsPurge|Purge results]].


{{Note|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.}}
{{clear}}

<languages/>
We are now finished with the basic workflow for the [[FEM_Workbench|FEM Workbench]].

== Notes ==

* For a video tutorial based on this written tutorial watch: [https://www.youtube.com/watch?v=SZTIqhfCSVc FEM MaterialReinforced tutorial].


{{FEM Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 09:38, 27 March 2024

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

Introduction

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.

Requirements

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

Modeling

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.

Creating the Analysis

  1. Activate the FEM Workbench.
  2. Select the Model → Analysis container‏‎ option from the menu.

Constraints and Forces

Restricciones y Fuerzas

  1. Oculte la malla desde la Vista de Árbol
  2. Muestre el modelo original
  3. Seleccione Crear una restricción FEM fija
  4. Seleccione la cara trasera del Cubo (la cara ubicada en el plano YZ ) y dé clic en OK
  5. Seleccione Crear una restricción FEM de fuerza
  6. Seleccione la cara frontal del Cubo (la cara paralela a la cara trasera) y especifique el valor de Carga Superficial a 9000000.00
  7. Fije la Direcciónn a -Z seleccionando una de las aristas paralelas a esa dirección
  8. Clic OK

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

Material

Preparaciones finales

  1. Seleccione Material Mecánico... y seleccione Calculix como el material
  2. Clic OK

Meshing

It is recommended to make a mesh as the last step in the analysis preparations due to association to a geometry in FreeCAD. Depending on FreeCAD installation, there can be Netgen or GMSH meshers, you can use any of them.

Netgen

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

  1. Select the model
  2. FEM mesh from shape by Gmsh: Generates a finite element mesh for a model using Gmsh.
  3. In the meshing dialog, click Apply and OK.

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

Running the Solver

Standard Procedure

  1. Select the solver object contained in the Analysis container.
  2. Select Solver job control from the menu.
  3. Select Write .inp File.
  4. Select Run CalculiX.
  5. Click OK.

Quick Procedure

  1. Select the solver object contained in the Analysis container.
  2. Click on Run solver calculations.

Analyzing Results

  1. From the Object Tree, select the CCX_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 Workbench.

Notes