|
[Sponsors] |
June 21, 2011, 19:20 |
Error compiling in 1.6-ext.. help me...
|
#1 |
New Member
Sangwoon Park
Join Date: Jun 2011
Posts: 2
Rep Power: 0 |
Hi. My name is Park
I had compiled OpenFOAM-1.6-ext in ubuntu 10.10 but it doesn't work. I proceeded like below. After git installed, I downloaded git clone git://openfoam-extend.git.sourceforge.net/gitroot/openfoam-extend/OpenFOAM-1.6-ext And from below thread, I installed other programs. http://www.cfd-online.com/Forums/ope...tml#post286749 And, I added below scrip in $HOME/bashrc -------------------------------------- alias ofext='source /home/ludin/OpenFOAM/OpenFOAM-1.6-ext/etc/bashrc' export FOAM_INST_DIR=$HOME/OpenFOAM foamDotFile=$FOAM_INST_DIR/OpenFOAM-1.6-ext/etc/bashrc [ -f $foamDotFile ] && . $foamDotFile -------------------------------------- The folder address is /home/ludin/OpenFOAM/OpenFOAM-1.6-ext This is same with $HOME/OpenFOAM/OpenFOAM-1.6-ext After doing this, I compiled ThirdParty.(./AllMake) ThirdParty is in the OpenFOAM-1.6-ext/ThirdParty And compiled OpenFOAM-1.6-ext ( ./Allwmake ) But it doesn't work... Why?.. Tell me please... |
|
June 22, 2011, 02:57 |
|
#2 |
New Member
Sangwoon Park
Join Date: Jun 2011
Posts: 2
Rep Power: 0 |
Error log is like below.. while compiling the OpenFOAM-1.6-ext
/usr/bin/ld: cannot find -linterfaceProperties /usr/bin/ld: cannot find -lincompressibleTransportModels /usr/bin/ld: cannot find -lincompressibleTurbulenceModel /usr/bin/ld: cannot find -lincompressibleRASModels /usr/bin/ld: cannot find -lincompressibleLESModels /usr/bin/ld: cannot find -lfiniteVolume |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
k-omega-SST model (OF 1.6) - turbulent flat plate | cboss | OpenFOAM Running, Solving & CFD | 25 | August 9, 2016 10:53 |
BuoyantBoussinesq(Pimple/Piso)Foam, changed equation from OF 1.6 to 1.7 ??? | myself | OpenFOAM | 3 | September 14, 2011 03:03 |
Test directory missing in OpenFOAM 1.6 ext | andrewryan | OpenFOAM | 2 | March 20, 2011 16:41 |
problems in Two Phase flow using twoPhaseEulerFoam with OpenFoam 1.6 | raagh77 | OpenFOAM Running, Solving & CFD | 0 | March 6, 2010 06:11 |
kOmegaSST in openfoam 1.6 | Gearb0x | OpenFOAM | 2 | March 3, 2010 07:02 |