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...
Problem with large parallel run: increasing memory usage with increasing number of nodes