Why can’t a piece of software be finished?
It is rare to see a piece of software considered “done”. The TeX typesetting engine in one of the few examples I could name. Why isn’t this more common?
It is rare to see a piece of software considered “done”. The TeX typesetting engine in one of the few examples I could name. Why isn’t this more common?
At work, we recently bought an EBI 40 TC-01 6-channel temperature logger.
It saves data in a file with the ed3
extension.
It comes with a ms-windows program to show the data and export to CSV and ms-excel.
However, I want to be able to use the data on my FreeBSD workstation.
So I have to figure out the data format of the ed3
files.
The sphinx documentation generator is a an excellent tool. It was written to generate documentation for Python, but is used by many other projects as well. Its source format is ReStructuredText.
These webpages are written in ReStructuredText as well, and I also use this format for other bits and pieces. On occasion, I want to convert a single ReStructuredText file to an epub. This article documents how to do that.
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.
This article covers some aspects of using SSH keys with github that are left out of the original documentation on github.
It assumes that you’ve been using HTTPS with a password for remote access to github.
Most smartphones come with a range of ringtones.
But if you don’t like those, you can make them yourself from music that you are allowed to use.
All software that is used here is free software. They should work on all recent UNIX-like operating systems. In my case, I installed all of these programs using the FreeBSD ports system.
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.
This is the second part in a series how to analyse sandwich structures with FEA. The first part is here. If you haven’t done so, you should probably read that first.
In that part we built and analyzed a sandwich where the core and skins shared
nodes.
We saw how that leads to incorrect stress distribution images because of nodal
averaging.
In this article, we’re going to fix that by using *TIE
constraints.