As of version 2.008 Fatlab will support also support the following ANSYS shell elements; SHELL63, SHELL181 and SHELL281. Additionally, the wireframe display now works for both plane and shell elements as well as solid elements of course.
Fatlab 2.006 is now available (source only, the standalone version will not be updated for the time being). The source code has been moved to SourceForge and is now under SVN version control, thus the change in version numbering. The commit log is now public.
The new version includes support for 2D ANSYS elements; PLANE42, PLANE82, PLANE182 and PLANE183. Like all other elements, only the corner nodes are read, so the will be limited difference between the Q4 and Q8 elements in Fatlab.
Bugfixes:
A new example have been added, which shows how to setup a model with a bolted joint including pretension. The model is also subjected to “bi-linear loading” due to two hinged actuators which are either pulling or pushing, leading to very different stress responses depending on the loading direction.
The newest version of Fatlab (1.41) contains a number of improvement in the user interface:
Fatlab 1.119 and onwards now support the Matlab Handle Graphics 2 engine (HG2) which was implemented in Matlab 2014b.
This means significantly improved performance for 3D visualization, e.g. during rotation of the model, and also includes antialiasing of the edges, so things look a lot nicer.
Programmatically, the main difference is that handles are now objects rather than numbers. This change means that when exploiting the advantages of HG2, previous Matlab versions will no longer be supported, i.e. future versions of Fatlab will require Matlab 2014b as a minimum.
New release: Fatlab 1.109
Changes
Fatlab 1.102 is now available for download. In addition to several bugfixes, the following new features have been implemented.
Lightning can now be applied, making it easier to perceive the depth of the model. The light is currently fixed to the model front, i.e. the back of the model will be shaded, also when rotating. This will be improved eventually.
Additionally, an option to rotate the camera view instead of the model is now available. This is activated using the new slightly bluish Rotate 3D button in the toolbar. The old one is still available, because they work in slightly different ways. Most notable, the new one allows continuous rotation of the elevation angle, which is limited to +/-90 degrees for the old.
A new feature has been added in Fatlab 1.98: in the Setup model window, the user can now press the Update all button to read all FE data again (model + all FE stress files).
This is very useful during an iterative design validation process, when the FE model has been updated e.g. with a new reinforcement or some detail change. Both the mesh and the stress distribution may change and the Fatlab analysis must therefore be updated.
Extraction of the model and FE stress files from ANSYS can be achieved using a batch file calling ANSYS in batch mode and executing the macro fatlab.mac (both files are included in most examples).
Thus following a FE model update, only the following few steps are necessary to obtain an updated fatigue assessment:
The effect of an update in the FE model on a running Fatlab model can thus be evaluated in approximately 7 mouse clicks total.
Fatlab 1.71 now features a much more advanced handling of nonlinear FE models.
Previously, it was only possible to select either a linear or bilinear load-stress relationship, now however both 1D and 2D interpolation routines have been implemented. It is thus possible to setup some quite advanced models and significantly reduce the error from using superposition with nonlinear models.
An example using all above load-stress relationships will be provided.
A comparison of the 3 implemented cycle counting techniques in Fatlab is now available.
Fatlab supports Reservoir counting and two different implementations of Rainflow counting, on counting half cycles and one counting full cycles.
Apparently, there is quite some difference in the results when counting cycles in very short time series, whereas the difference evens out for longer more random time series.
Please refer to the Theory reference for details and recommendations.