FEM tutorial/es: Difference between revisions

From FreeCAD Documentation
(Created page with "===== GMSH ===== El uso del macro de psicofil es recomendado, y es usado para este ejemplo. # Active el macro # Seleccione el objeto que desee utilizar, en este caso nuestro C...")
(Updating to match new version of source page)
 
(28 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>


<div class="mw-translate-fuzzy">
{{TutorialInfo/es
{{TutorialInfo/es
|Topic= Análisis de Elemento Finito
|Topic= Análisis de Elemento Finito
Line 8: Line 10:
|Files=
|Files=
}}
}}
</div>


== Introduction ==

<div class="mw-translate-fuzzy">
=== Introducción ===
=== 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.
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 ==
[[Image:FEM_tutorial_result.png|480px]]


<div class="mw-translate-fuzzy">
=== Requisitos ===
=== Requisitos ===
* FreeCAD versión 0.16 superior
* FreeCAD versión 0.16 superior
Line 20: Line 30:
* [http://www.calculix.de/ Calculix] está instalado en el sistema
* [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
* 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 ===
=== Procedimiento ===
</div>


=== Modeling ===

<div class="mw-translate-fuzzy">
==== Modelado ====
==== 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">
# Crear un nuevo documento
# Crear un nuevo documento
# Activar el módulo Part
# Activar el módulo Part
Line 33: Line 52:
## Longitud: 8.000 mm
## Longitud: 8.000 mm
## Ancho: 1.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>


=== Creating the Analysis ===

# Activate the [[Image:Workbench_FEM.svg|24px|link=FEM_Workbench]] [[FEM_Workbench|FEM Workbench]].
# 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 ====
==== Creando el análisis ====
===== 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'''
</div>


<div class="mw-translate-fuzzy">
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
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 ====
El uso del macro de psicofil es recomendado, y es usado para este ejemplo.
# Active el macro
# Seleccione el objeto que desee utilizar, en este caso nuestro Cubo
# Habilite la opción '''Create Mechanical Analysis from mesh'''
# Clic '''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 back face of the Cube (face on the '''YZ''' axis) and click OK
# Select [[Image:Fem_ConstraintForce.svg|32px]] [[FEM ForceConstraint|Create FEM force constraint]]
# Select the front face of the Cube (the face parallel to the back face) and set the '''Area load''' value to 9000000.00
# Set the '''Direction''' to '''-Z''' by selecting one of the face edges parallel to that direction.
# 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 Calculix 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_SolverControl.svg|24px]] [[FEM_SolverControl|Solver job control]] from the menu.
===== Standard Procedure =====
# Select '''Write .inp File'''.
# Select the solver object [[Image:Fem_Solver.svg|32px]] contained in the '''Mechanical Analysis'''
# Select '''Run CalculiX'''.
# Select [[Image:Fem_NewAnalysis.svg|32px]] [[FEM Calculation|Start calculation]] from the menu
# Click {{Button|OK}}.
# Select '''Write Calculix Input File'''
# Select '''Run Calculix'''
# Click '''Close'''


===== Quick Procedure =====
==== Quick Procedure ====
# Select the solver object [[Image:Fem_Solver.svg|32px]] contained in the '''Mechanical Analysis'''
# Click on [[Image:Fem_QuickAnalysis.svg|32px]] [[FEM_RunCalculiXccx|Quick Analysis]].


# Select the solver object [[Image:FEM_SolverCalculixCxxtools.svg|24px]] contained in the '''Analysis''' container.
==== Analyzing Results ====
# Click on [[Image:FEM_SolverRun.svg|24px]] [[FEM_SolverRun|Run solver calculations]].
# From the '''Object Tree''', select the '''Results''' object
# 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 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_PurgeResults.png|32px]] [[FEM PurgeResults|Purge results]]


=== Analyzing Results ===
{{Note|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.}}


# From the '''Object Tree''', select the '''CCX_Results''' object.
We are now finished with the basic workflow for the [[FEM Module]].
# Select [[Image:FEM_ResultShow.svg|24px|link=FEM_ResultShow]] [[FEM_ResultShow|Show result]].
# 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.}}


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



{{clear}}
{{FEM Tools navi{{#translation:}}}}
<languages/>
{{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