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Ā®.
-
Merry Christmas and Happy 2021
It has been a difficult year for many of us: some had to face illness and some are not among us anymore, others suffered losses, and many are struggling while they try managing a situation we imagined possible but were hardly unprepared to live. In times like these, spending time with the people we love matters even more than usual. Particularly for our elderly, who are more isolated due to the restrictions imposed by the pandemic, which keep them safe but also make them feel lonelier. Call them, particularly in these days, when loneliness hits them harder. Take time to do it often and don’t rush your calls. It does…
-
VS Code extension for OpenFOAM
A useful VS Code extension for OpenFOAM dictionaries has been developed by Zhikui Guo. It adds color highlighting to the sections of an OpenFOAM dictionary.
-
Time for a refresh!
It has been a while since I last wrote here. The time to refresh the look of my blog and start again has finally come! More updates coming soon…
-
Metrics in open-source projects
This is an interesting reading on choosing metrics for open-source software: https://opensource.com/article/19/1/metrics-guide-open-source-projects.