additionalLibs_3.0.1 does not exist

Submitted by rubikon2045 on Mon, 09/05/2016 - 14:24

Hello!

First of all, I'm real CFD, DEM and Linux newbie.

But I got it to install OPENFOAM 3.0.1 with Paraview 4.4.0, LIGGGHTS 3.3.1 and CFDEM-coupling 3.0.1 on Ubuntu 16.04 (64 bit).
When I start a new terminal, I allways get this error message:

using CFDEM_ADD_LIBS_NAME=additionalLibs_3.0.1 .
!!! ERROR !!!: CFDEM_ADD_LIBS_DIR/CFDEM_ADD_LIBS_NAME=/home/denis/CFDEM/CFDEMcoupling-PUBLIC-3.0.1/src/lagrangian/cfdemParticle/etc/additionalLibs_3.0.1 does not exist.

By typing ls * comand in terminal at ..../cfdemParticle/etc -folder the f, I got this result:

additionalLibs_2.4.x compileLIGGGHTS.sh
additionalLibs_3.0.x controlDict_cgs_2.1.x
additionalLibs_3.2 controlDict_cgs_2.2.x
bashrc cshrc
cfdemSystemTest.sh functions.sh
cleanCFDEMcoupling.sh library-liggghts-list.txt
compileCFDEMcoupling_all.sh library-list.txt
compileCFDEMcoupling.sh pullLIGGGHTS.sh
compileCFDEMcoupling_sol.sh solver-list.txt
compileCFDEMcoupling_src.sh testTutorials.sh
compileCFDEMcoupling_uti.sh tutorial-list.txt
compileLIGGGHTS_lib.sh utilities-list.txt

log:
dummy
log_compileCFDEMcoupling_cfdemParticle
log_compileCFDEMcoupling_cfdemPostproc
log_compileCFDEMcoupling_cfdemSolverIB
log_compileCFDEMcoupling_cfdemSolverPiso
log_compileCFDEMcoupling_cfdemSolverPisoScalar
log_compileCFDEMcoupling_cfdemSolverPisoSTM
log_compileCFDEMcoupling_scalarTransportModelsCFDEM
log_compileLIGGGHTS
log_compile_results_success

OFversion:
OFversion.H

OFVersionChange:

So, I understand that this file is missing, but what can I do to fix it?

Is there any link which should set different, or have I to rename a file or something else?

Kind regards,
Denis

PS:
I add this comment for all, how read it later with the same/related problem.
After copy and change the file to additionalLibs_3.0.1, the error message was disappered.
But when I tried to run a coupled simulation I get other issues.
For all new users, it is more simple to uninstall your of-version and install an of-x version like of3.0.x or of2.4.x, then try something to get it with an different of-version to run.

Kind regards,
Denis

medvedeg | Mon, 09/05/2016 - 18:21

that file additionalLibs_3.0.1 is missing in the folder /home/denis/CFDEM/CFDEMcoupling-PUBLIC-3.0.1/src/lagrangian/cfdemParticle/etc/
Try to copy file additionalLibs_3.0.x from /home/denis/CFDEM/CFDEMcoupling-PUBLIC-3.0.1/src/lagrangian/cfdemParticle/etc/user/settings1 folder to /home/denis/CFDEM/CFDEMcoupling-PUBLIC-3.0.1/src/lagrangian/cfdemParticle/etc/ and rename it additionalLibs_3.0.1
I suggest to use OpenFOAM-3.0.x instead of 3.0.1

Alexander Podlozhnyuk

rubikon2045 | Mon, 09/05/2016 - 19:27

Coping and rename of additionalLibs_3.0.x to additionalLibs_3.0.1 helped.
Why did you suggest to use OpenFOAM-3.0.x?
Is their a difference between 3.0.x and 3.0.1, or is it about the compatibility?

Kind regards,
Denis

cgoniva's picture

cgoniva | Wed, 09/07/2016 - 09:55

Hey Denis,

the *.x is a versions are regularly updated so you can update easily via git and then recompile to get the lastest code.

Best regards,
Chris

rubikon2045 | Wed, 09/07/2016 - 16:33

Thanks for your answer Chris

Kind regards,
Denis