Contact analysis of a pin in a fixed sleeve
Inspired by a recent question at work, I looked at the stresses developing in a steel pin when it is loaded under bending and partially placed in a fixed sleeve.
Inspired by a recent question at work, I looked at the stresses developing in a steel pin when it is loaded under bending and partially placed in a fixed sleeve.
CalculiX consists out of two programs;
cgx
: pre- and postprocessorccx
: solverA minor annoyance is that the naming of element types is not consistent between them.
Below is a table that provides a mapping between the two.
In this article an FEA workflow based on CAD geometry in the form of STEP files and gmsh for mesh generation and CalculiX as the solver will be discussed. This workflow is primarily suited for isotropic materials.
If one is working with FreeCAD, the FEM workbench enables a similar workflow, if gmsh and CalculiX are installed. But the author prefers this method because it makes the details of the process more transparent and accessible.
All the software used here is freely available. On UNIX-like systems (e.g. FreeBSD, Linux) it can generally be installed by the native package manager. Installing the prerequisites under ms-windows is outside the scope of this article.
Composite sandwich products loaded in bending tend to fail by buckling of the laminate under compression. The author’s intuition is that corrugating the surface under compression should help. So the question is; does it help, and how much. That is what will be investigated in this article.
The line
command in CalculiX Graphics can create lines, arc and splines
but not elliptical arcs.
This article describes how to approximate elliptical arcs using splines.
In this article the difference in the images of the stresses between a quadrilateral hexahedron (“hex”) mesh and a tetraeder (“tet”) mesh will be investigated. In both cases, second order elements will be used.
Hopefully this will make it clear to the reader why hex meshes are generally preferred.
The plate with a hole that was the subject of a previous article will again be used. The analyses will be done using CalculiX.
The way FEA works can lead to concentrations of high stress in single elements or even nodes. This article aims to show how such singularities can be recognized and when they can be safely ignored.
Honeycomb cores are often used in composite structures as an alternative core material to e.g. polymeric foams or end-grain balsa.
In FEA we want to be able to treat honeycomb as a continuous material instead of having to model individual cells. Otherwise even simple FEA models involving honeycomb would become unmanageably large.
The make program is a staple UNIX development tool. In this article I will show how it can be used to automate and simplify the usage of CalculiX.
My CalculiX projects are all kept in their own directories.
In each of those directories there exists a Makefile
.
This contains instructions for the make program.
By default, invoking make
in this directory runs the pre-processor and the
solver.
But there are also specific sub-commands, for example:
Recently I was looking for material data for 60 Shore A rubber for a simulation. This article describes what I found and how I transformed that to material data.