FreeCAD Logo FreeCAD 1.0
  • English Afrikaans Arabic Belarusian Catalan Czech German Greek Spanish Spanish Basque Finnish Filipino French Galician Croatian Hungarian Indonesian Italian Japanese Kabyle Korean Lithuanian Dutch Norwegian Bokmal Polish Portuguese Portuguese Romanian Russian Slovak Slovenian Serbian Swedish Turkish Ukrainian Valencian Vietnamese Chinese Chinese
  • Features
  • Download
  • Blog
  • Documentation
    Documentation index Getting started Users documentation The FreeCAD manual Workbenches documentation Python coding documentation C++ coding documentation Tutorials Frequently asked questions Privacy policy About FreeCAD
  • Contribute
    How to help Sponsor Report a bug Make a pull request Jobs and funding Contribution guidelines Developers handbook Translations
  • Community
    Code of conduct Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendar
  • ♥ Donate

Donate

$
SEPA Information
Please set up your SEPA bank transfer to:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Bank agency: BNP Paribas Fortis
Address: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!


GuiCommand: Name: FEM EquationElasticity MenuLocation: Solve , Mechanical equations , Elasticity equation Workbenches: FEM_Workbench Version: 0.17 SeeAlso: FEM_EquationDeformation, FEM_tutorial

FEM EquationElasticity

Description

This equation describes the mechanical properties of solid bodies.

For info about the math of the equation, see the Elmer models manual, section Linear Elasticity.

Usage

  1. After adding an Elmer solver as described here, select it in the tree view.
  2. Now either use the toolbar button or the menu Solve → Mechanical equations → Elasticity equation.
  3. Change the equation\'s solver settings or the general solver settings if necessary.

Note: For analyses of nonlinear elasticity you must use the Deformation equation ((v0.21) ). The Elasticity equation is only for linear elasticity.

Note: If you use more than one CPU core for the solver ((v0.21) ), you cannot use the default solver settings. However, using just one CPU and the default solver settings is in many cases faster than using several CPUs because the elasticity solver is only fast when Linear Solver Type is set to Direct (the default, described here). For multi-CPU solving one can only use the Linear Direct Method MUMPS. However, MUMPS is not freely available as a direct download.

Solver Settings

For the general solver settings, see the Elmer solver settings.

The elasticity equation provides these special settings:

  • Calculate Pangle: If the principal angles should be calculated.

  • Calculate Principal: If all stresses should be calculated.

  • Calculate Strains: If strains will be calculated. This will also calculate the stresses, even if Calculate Principal or Calculate Stresses is False.

  • Calculate Stresses: If stresses should be calculated. Compared to Calculate Principal the Tresca yield criterion and the principal stress will not be calculated.

  • Constant Bulk System: See the Elmer manual for more info.

  • Displace Mesh: If mesh can be deformed. This is by default True and must be set to False for eigenfrequency analyses.

  • Fix Displacement: If displacements or forces are set. thereby Model Lumping is automatically used.

  • Geometric Stiffness: Considers the geometric stiffness of the body.

  • Incompressible: Computation of incompressible material in connection with viscoelastic Maxwell material and a custom Variable.

  • Maxwell Material: Compute the viscoelastic material model.

  • Model Lumping: Uses model lumping.

  • Model Lumping Filename: File to save the results from the model lumping.

  • Stability Analysis: If True Eigen Analysis becomes a stability analysis (buckling analysis). Otherwise a modal analysis is performed.

  • Update Transient System: See the Elmer manual for more info.

  • Variable: The variable for the elasticity equation. Only change this if Incompressible is set to True in accordance to the Elmer manual.

Eigenvalues:

  • Eigen Analysis: If an eigen analysis should be performed (calculation of eigenmodes and eigenfrequencies).

  • Eigen System Complex: Should be True if the eigen system is complex. it must be False for a damped eigen value analyses.

  • Eigen System Compute Residuals: Computes residuals of the eigen value system.

  • Eigen System Damped: Set a damped eigen analysis. Can only be used if Linear Solver Type is Iterative.

  • Eigen System Select: Selection of which eigenvalues are computed. Note that the selection of Largest* cause an infinite run for recent Elmer solver (as of August 2022).

  • Eigen System Tolerance: Convergence tolerance for iterative eigensystem solve. The default is 100 times the Linear Tolerance.

  • Eigen System Values: The number of the highest eigenmode that should be calculated.

Equation:

  • Plane Stress: Computes solution according to the plane stress situation. Applies only for 2D geometry.

Analysis Feature Information

The elasticity equation takes the following analysis features into account if they are set:

  • [Fixed boundary condition](wiki-test2.php?gitpage=FEM_ConstraintFixed)
  • [Displacement boundary condition](wiki-test2.php?gitpage=FEM_ConstraintDisplacement)
  • [Force load](wiki-test2.php?gitpage=FEM_ConstraintForce)
  • [Initial temperature condition](wiki-test2.php?gitpage=FEM_ConstraintInitialTemperature)
  • [Pressure load](wiki-test2.php?gitpage=FEM_ConstraintPressure)
  • [Gravity load](wiki-test2.php?gitpage=FEM_ConstraintSelfWeight)
  • [Spring](wiki-test2.php?gitpage=FEM_ConstraintSpring)

Note

  • Except for calculations in 2D, for all the above analysis features it is important that they act on a face. Features in 3D set to lines or vertices are not recognized by the Elmer solver.

Eigenmode Analysis

To perform an eigenmode analysis (calculation if the eigenmodes and eigenfrequencies), you need to

  1. Set Eigen Analysis to True
  2. Set Displace Mesh to False
  3. Set Eigen System Values to the highest number of eigenmodes you are interested in. The smaller this number the shorter the solver runtime since higher modes can be omitted from computation.
  4. Add a fixed boundary condition and set at least one face of the body as fixed.
  5. Run the solver.

It is highly recommended to use Linear Solver Type set to Direct (the default) because this is much faster and the results are more accurate.

Buckling Analysis

To perform a buckling analysis, you need to do the same as for an Eigenmode Analysis, and additionally:

  • Set Stability Analysis to True

Results

The available results depend on the solver settings. If none of the **Calculate * settings was set to True, only the displacement is calculated. Otherwise also the corresponding results will be available. If Eigen Analysis** was set to True all results will be available for every calculated eigenmode.

If Eigen Analysis was set to True, the eigenfrequencies are output at the end of the solver log in the solver dialog and also in the document SolverElmerOutput that will be created in the tree view after the solver has finished.

Note: The eigenmode displacement $\vec{d}$ vector has an arbitrary value since the result is

$\quad \vec{d} = c\cdot\vec{u}$

whereas $\vec{u}$ is the eigenvector and $c$ is a complex number.

{{FEM Tools navi}}


⏵ documentation index > FEM > FEM EquationElasticity

This page is retrieved from https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wiki/FEM_EquationElasticity.md

Get in touch!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD Team. Homepage image credits (top to bottom): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

This project is supported by: , KiCad Services Corp. and other sponsors

GitHubImprove this page on GitHub