Hi, Ypur work is very much appreciated and I am happy to merge this in. Can you make the converter read-and-ignore 1-D groups? On 19/08/2026 13:13, franco otaola wrote: ot represent any interest in OpenFOAM (up to my knowledge at least). The current issue, is that if we export a mesh from salome that contains 1D groups, the importer will not recognize them correctly and will crash. the modification to the file will ignore them. previously, it was recommended to delete this groups before exporting,...
Fixed in nextRelease branch On 26/02/2025 16:47, Saj Xod wrote: Hi Dr. Jasak, I have also encountered this issue while solving a dam-break problem using the immersed boundary method. I am aware that this error is related to the boundary condition of alpha. However, in the document you provided as an introduction to IBS, this problem was mentioned as one of the solved cases using this solver, specifically stating that it was solved with navalIBFoam. Could you please clarify whether there is a workaround...
Missing * in FieldField.C
Fixed in nextRelease, fc9d091d21dedbdfb2d5d63b4221b67b9ef493f6
Help with invalid relocation type 42
What operating system are you on? Can you confirm as many of the variables as you can, eg. compiler, linker binutils etc? If I am reading this right, your bison isn't working either, meaning that there is something fundamentally broken with your installation. For the record, I am on Ubuntu-20.04 and 22.04 and stuff works. There were some problems with gcc-12, but it seems the compiler is broken.
New environment variables for locating the system-installed version of the Metis, ParMetis and Scotch packages.
Hi, The code fails in the thermo package because h boundary condition on the immersed boundary patch is set to a default patch field type (immersed boundary) that should not be used. There are options on how to fix this, ie either specify the h field or change the hBoundaryTypes to support immersed boundary. This is broken in the entire OpenFOAM, for all coupled implicit or special boundary types which are not spefically listed in functions such as hBoundaryTypes or heBoundaryTypes. A good virtual...