CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   SU2 Installation (https://www.cfd-online.com/Forums/su2-installation/)
-   -   Problems SU2 Debian (https://www.cfd-online.com/Forums/su2-installation/134268-problems-su2-debian.html)

leo_NM April 26, 2014 17:53

Problems SU2 Debian
 
Good Afternoon

I'm installing SU2 in my old desktop. I installed Debian wheezy, I'm having some throubles installing the github version on my machine:

the process:
-I Downloaded the Github version *.zip
-I copied the unziped folder to my programs folder ("opt").
-I ran the ./configure as root
-Copied the lines of the variables in my ~/.bashrc file
Code:

export SU2_RUN="/usr/local/bin"
export SU2_HOME="/home/leonardo/opt/SU2-master"
export PATH=$PATH:$SU2_RUN
export PYTHONPATH=$PYTHONPATH:$SU2_RUN

-ran make
-make install
-make clear

After that I created one test folder in my /home with the two files( inv_NACA0012.cfg and the mesh) provided in the quick start tutorial of the guide (SU2 web page).

-In the terminal, in my test folder (/home) I ran:
Code:

SU2_CFD inv_NACA0012.cfg
This error appears:
Code:


leonardo@debian:~/testSU2$ SU2_CFD inv_NACA0012.cfg
WARNING: unrecognized option in the config. file: CONVERT_TO_METER.
WARNING: unrecognized option in the config. file: REF_ORIGIN_MOMENT.
ERROR: Cannot find value NONE in given map.
Please check the name of the variable in the config file.
leonardo@debian:~/testSU2$

I tried to comment the lines in the *.cfg file but the next lines start to appear as error messages. I think SU2 isn't able to find some archives.

I tried to recompile two times but couldn't find a way out.

But, the config_gui.py worked.

thanks.

ceanwang April 28, 2014 07:11

I also download from github and I have the same error. I am under win@32.

ERROR: Cannot find value NONE in given map.

leo_NM April 28, 2014 23:01

I think it's a bug

I compiled an older github version of SU2 and it worked just fine.

Dear ceanwang, try to download the git version in a few days. I think until the end of the week we will see the bug fixed.

Cheers !


All times are GMT -4. The time now is 10:55.