Troubleshooting¶
‘File’ object has no attribute ‘update’¶
Make sure to have only one version of
owlsinstalled. Furthermore, make sure to install owls viapip install .from within the cloned repository. Slightly more explanation in issue#74.
No such file or directory: ‘blockMesh’¶
Make sure to have your local openfoam installation sourced. The precompiled binaries from
openfoam2212do not include theblockMeshcommand. Do not install theopenfoampackage as this will lead to other errors, even though theblockMeshoperation will now be available. Rather compileopenfoam2212from source, see the OpenFOAM2212 documentation.
FOAM FATAL IO ERROR: Wrong token type - expected string, found on line (e.g.) 47: word ‘libOGL.so’¶
Make sure to not have conflicting openFOAM installations, e.g.
openfoam2212andopenfoam(both installed viaapt install) Remove theopenfoaminstallation (apt uninstall openfoam). If this error happened after installingopenfoamdue to a missing operation, e.g.blockMeshsee this issue