-
Often users are bound to specific OpenFOAM variants (e.g. openfoam.com, openfoam.org, foam-extend) and versions (not always the latest, sometimes very old). However, often small or not-so-small differ…
-
The build system currently is out of best practices. The reason is that the setup.py delegates to a install_foam_interface.sh that does compilation and installation of an unrelated package, including …
-
Sir, I am facing compilation issue.I am attaching the screenshot. Please help me with the possible solution.[
![Screenshot from 2021-10-18 23-33-34](https://user-images.githubusercontent.com/87179388…
-
Hello,
In case anyone else tries to compile RapidCFD with one of the more recent (as of Sept 2021) verisons of CUDA.... On my machine (stock Ubuntu 20.04 - meaning gcc 9.3.0 and any other default too…
-
Hi, anyone could help me with the following Compilation problems:
/cvmfs/soft.computecanada.ca/gentoo/2020/usr/x86_64-pc-linux-gnu/binutils-bin/2.33.1/ld.bfd: cannot find -lfftw3
collect2: error: …
-
Hello!
I have installed OpenFOAM-5.x and cgnsToFromFoam for Ubuntu 22.04 LTS. The utility cgnsToFoam works correctly, however foamToCGNS gives me the error "Element must be a fixed size" when I try …
-
Hi,
following error appear when I try to compile it.
MEDMesh.H:49:17: fatal error: med.h: No such file or directory
#include
can you help?
-
Hello Professor Antonio,
Sir, I am working on laminar methane flames. I am using ubuntu 14..04 and OpenFOAM 2.4. I had followed all the instructions given in Readme file of Laminar SMOKE. I am follow…
-
### Steps to reproduce the issue
Using spack 0.19.x install the following environment.
spack.yml
```yaml
---
spack:
specs:
- openfoam@1706 ~paraview +vtk ^openmpi %gcc@7.5.0
co…
-
We use several raw pointers throughout the code. We should replace them by `std:vector` (or `std::array`) or `unique_ptr` wherever possible.