fppimenta / rheoTool

Toolbox to simulate GNF and viscoelastic fluid flows in OpenFOAM®
GNU General Public License v3.0
162 stars 67 forks source link

Error while compiling a new constitutiveEquation #81

Closed subhamkd closed 2 years ago

subhamkd commented 2 years ago

Hi,

I am trying to compile a new constitutive equation in of7 following the procedure in the user guide, but after copying a preexisting model, renaming it and running the Allwmake script in the src folder, I am getting a long list of errors saying

/home/subham/anaconda3/lib/libtinfo.so.6: no version information available (required by /bin/bash)

and the new model is not compiling. Can anyone tell me what can possibly be wrong?

I am using openfoam 7 in ubuntu 20.04.

Thanks

fppimenta commented 2 years ago

You need to show the full error message. That's not enough to debug.

subhamkd commented 2 years ago

Screenshot from 2022-03-11 13-42-16 This is the complete error message

subhamkd commented 2 years ago

Hi, Sorry about that, I solved the problem. Looks like these errors are not affecting the compilation of the new constitutive equation, it was something else. Thank you.