FEM EquationElasticity
|
Menu location
|
Solve → Mechanical equations → Elasticity equation
|
Workbenches
|
FEM
|
Default shortcut
|
None
|
Introduced in version
|
0.17
|
See also
|
Deformation equation, FEM tutorial
|
|
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
- After adding an Elmer solver as described here, select it in the tree view.
- Now either use the toolbar button
or the menu Solve → Mechanical equations → Elasticity equation.
- 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 0.21). The Elasticity equation is only for linear elasticity.
Note: If you use more than one CPU core for the solver (introduced in 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 DataLinear Solver Type is set to Direct (the default, described here). For multi-CPU solving one can only use the DataLinear 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:
- DataCalculate Pangle: If the principal angles should be calculated.
- DataCalculate Principal: If all stresses should be calculated.
- DataCalculate Strains: If strains will be calculated. This will also calculate the stresses, even if DataCalculate Principal or DataCalculate Stresses is
false
.
- DataCalculate Stresses: If stresses should be calculated. Compared to DataCalculate Principal the Tresca yield criterion and the principal stress will not be calculated.
- DataConstant Bulk System: See the Elmer manual for more info.
- DataDisplace Mesh: If mesh can be deformed. This is by default
true
and must be set to false
for eigenfrequency analyses.
- DataFix Displacement: If displacements or forces are set. thereby DataModel Lumping is automatically used.
- DataGeometric Stiffness: Considers the geometric stiffness of the body.
- DataIncompressible: Computation of incompressible material in connection with viscoelastic Maxwell material and a custom DataVariable.
- DataMaxwell Material: Compute the viscoelastic material model.
- DataModel Lumping: Uses model lumping.
- DataModel Lumping Filename: File to save the results from the model lumping.
- DataStability Analysis: If
true
DataEigen Analysis becomes a stability analysis (buckling analysis). Otherwise a modal analysis is performed.
- DataUpdate Transient System: See the Elmer manual for more info.
- DataVariable: The variable for the elasticity equation. Only change this if DataIncompressible is set to
true
in accordance to the Elmer manual.
Eigenvalues:
- DataEigen Analysis: If an eigen analysis should be performed (calculation of eigenmodes and eigenfrequencies).
- DataEigen System Complex: Should be
true
if the eigen system is complex. it must be false
for a damped eigen value analyses.
- DataEigen System Compute Residuals: Computes residuals of the eigen value system.
- DataEigen System Damped: Set a damped eigen analysis. Can only be used if DataLinear Solver Type is Iterative.
- DataEigen 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).
- DataEigen System Tolerance: Convergence tolerance for iterative eigensystem solve. The default is 100 times the DataLinear Tolerance.
- DataEigen System Values: The number of the highest eigenmode that should be calculated.
Equation:
- DataPlane 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:
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
- Set DataEigen Analysis to
true
- Set DataDisplace Mesh to
false
- Set DataEigen 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.
- Add a fixed boundary condition and set at least one face of the body as fixed.
- Run the solver.
It is highly recommended to use DataLinear 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 DataStability Analysis to
true
Results
The available results depend on the solver settings. If none of the DataCalculate * settings was set to true
, only the displacement is calculated. Otherwise also the corresponding results will be available. If DataEigen Analysis was set to true
all results will be available for every calculated eigenmode.
If DataEigen 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.
FEM
Constraints
- Solve: CalculiX Standard, Elmer, Mystran, Z88; Equations: Deformation, Elasticity, Electrostatic, Electricforce, Magnetodynamic, Magnetodynamic 2D, Flow, Flux, Heat; Solver: Solver control, Solver run
- Results: Purge, Show; Postprocessing: Apply changes, Pipeline from result, Warp filter, Scalar clip filter, Function cut filter, Region clip filter, Contours filter, Line clip filter, Stress linearization plot, Data at point clip filter, Filter function plane, Filter function sphere, Filter function cylinder, Filter function box
User documentation
- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, Docker, AppImage, Ubuntu Snap
- Basics: About FreeCAD, Interface, Mouse navigation, Selection methods, Object name, Preferences, Workbenches, Document structure, Properties, Help FreeCAD, Donate
- Help: Tutorials, Video tutorials
- Workbenches: Std Base, Assembly, BIM, CAM, Draft, FEM, Inspection, Material, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework