FEM EquationElasticity/de

FEM Elastizitätsgleichung

Menüeintrag
Lösen → Mechanical equations → Elasticity equation
Arbeitsbereich
FEM
Standardtastenkürzel
Keiner
Eingeführt in Version
0.17
Siehe auch
Verformungsgleichung equation, FEM Anleitung

Beschreibung

Diese Gleichung beschreibt die mechanischen Eigenschaften von Festkörpern.

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

Anwendung

  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 (introduced in version 0.21). The Elasticity equation is only for linear elasticity.

Note: If you use more than one CPU core for the solver (introduced in version 0.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 DatenLinear Solver Type is set to Direct (the default, described here). For multi-CPU solving one can only use the DatenLinear 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:

Eigenvalues:

Equation:

Analysis Feature Information

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

Hinweis

Eigenmode Analysis

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

  1. Set DatenEigen Analysis to true
  2. Set DatenDisplace Mesh to false
  3. Set DatenEigen 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 DatenLinear 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:

Ergebnisse

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

If DatenEigen 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 vector has an arbitrary value since the result is

whereas is the eigenvector and is a complex number.