Franjcf / hybridPorousInterFoam

OpenFOAM solver for performing single- and two-phase flow simulations on hybrid-scale porous media.
GNU General Public License v3.0
91 stars 36 forks source link

No running in OF7 and OF8 #9

Open Glockenblume opened 8 months ago

Glockenblume commented 8 months ago

Dear Francisco Carrillo: thanks a lot for developing these new solvers for OpenFoam. For soil simulations I would be much interested to use them. (Linux Ubuntu LTS 20.04) With compiling everything went well in my OF7 and OF8 version, which I have both installed and source independently. As well in OF7 (in OF8 I did not try) your python-script works well and gives OK to all tutorial cases. Nevertheless neither in OF 8 nor in OF 7 running of the solvers functions. OF8 error message: gidadmin@vgeodatenkiste:~/OpenFOAM/hybridPorousInterFoam-master/tutorials/Example_Applications/Coastal_Barrier/coastal_Barrier$ hybridPorousInterFoam

--> FOAM FATAL IO ERROR: keyword is undefined in dictionary "/opt/openfoam8/etc/controlDict/DimensionedConstants/SICoeffs/universal"

file: /opt/openfoam8/etc/controlDict/DimensionedConstants/SICoeffs/universal from line 922 to line 924.

From function const Foam::entry& Foam::dictionary::lookupEntry(const Foam::word&, bool, bool) const
in file db/dictionary/dictionary.C at line 797.

FOAM exiting

double free or corruption (!prev) Abgebrochen (Speicherabzug geschrieben)

OF7 error message: Segmentation fault /core dump free(): invalid pointer

For OF8 I looked up the files of the error message, but could not get any idea, what to do. Help or hints by you would be much appriciated!

Johannes Merklein