fatal error: palabos3D.h: No such file or directory|

Dear Palabos community,
I’m new to palabos and interested in calculating permeabilities and flow in pore space, so I started yesterday with the permeability tutorial.
However, I run into one major problem:
When building the permeability code (I use Code::Block), the compiler does not find “palabos3d.h”; It states a fatal error: “No such file or directory”. Seems that something went wrong during compilation, because in the source directory I do find palabos3d.h.
Any help is appreciated.

Thanks for assistance!!!

Carlo

Dear Carlo,

The needed header files for the permeability tutorial are:

palabos3D.h
palabos3D.hh

and they reside in:

palabos-v1.5r1/src

I hope this helps!

Best,
Dimitris

Careful with the capital “D”. You need “palabos3D.h” and not “palabos3d.h”