Many thanks to John Chawner for the mention in Another Fine Mesh (Reading section).
-
-
P. 3. The structure of dictionaries (Ep. 2)
In the last post of this series the general structure of a dictionary was introduced. We will now see the basic structure of entries. The first point to make is that entries in OpenFOAMĀ® dictionaries can be of several types but they all follow the key/value format, at least in a broad sense.
-
Bye bye social media. For good, this time.
Some time ago, I took a break from social media and then gave them another try. Today I deleted my account on the only generalist social medium I have consistently used. Social media have proven to be excessively powerful tools, out of the control of governments, institutions, people who use them. They have not been sufficiently regulated, have dodged rules some governments have long tried to impose on them, and have become, also thanks to their slow response and inaction, a mean of dissemination of ideas that are far from positive and constructive, as recent events have shown, not for the first time. It has been interesting to request my…
-
Some updates on my hobby project
Some time ago I tweeted about working on a web-based UI for our codes (and snappyHexMesh) to facilitate working with students and also to make the process less tedious for me, which does not hurt. I have never done development with web technologies until two years ago: most of my focus has been on implementing numerical algorithms. I have written UI code in the past using GTK and Qt, but I was quite far from anything web-related, aside from basic HTML. Saying the learning curve was steep is an understatement, but with the help of a very good friend (with the patience of a saint š ) I have slowly…
-
P. 2. The structure of dictionaries (Ep. 1)
Dictionaries are what OpenFOAMĀ® uses as input files, but the same name is used to indicate some of the structures inside such files. In this part a general overview of their structure is provided.
-
P. 1. Dimensional units in OpenFOAM
One of the first OpenFOAM features users encounter when they start learning how to set simulations up is that the code verifies the dimensional consistency of the variables involved in operations. Some details about this feature will be discussed in this post.
-
A new series of blog posts
The new year brings some novelty and one of them is that I am starting a series of blog posts on various technical aspects in OpenFOAMĀ®.