|
[Sponsors] |
[swak4Foam] How to install swak4Foam in OF 2.3? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 4, 2014, 10:06 |
How to install swak4Foam in OF 2.3?
|
#1 |
New Member
Sreetej
Join Date: Feb 2014
Location: Singapore
Posts: 14
Rep Power: 12 |
Greetings Everyone
I am trying to download and install swak4Foam for my simulation but i cannot find a swak4Foam.tar.gz file anywhere. Please provide me with a link? Also it would be helpful if you could provide a brief install method of swak4foam, like where to unzip and compile. Should i unzip it in Thirdparty folder? Thannks in advance.. Sreetej |
|
March 4, 2014, 10:13 |
|
#2 |
Senior Member
Join Date: Jan 2014
Posts: 179
Rep Power: 12 |
swak4Foam for of 2.3 is still in progress, latest version works with ofv222
|
|
March 4, 2014, 10:29 |
|
#3 |
New Member
Sreetej
Join Date: Feb 2014
Location: Singapore
Posts: 14
Rep Power: 12 |
Thanks for the reply.
Oh... So should In install OF 2.2.2 now.. I recently installed OF 2.3 . I am new to OPENFOAM platform, what do I need to do in order to roll back to 2.2.2? Or should I install all over again? |
|
March 4, 2014, 11:20 |
|
#4 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quick news: I've updated the "Downloading" section for swak4Foam, on what to do in regards to OpenFOAM 2.3.0: http://openfoamwiki.net/index.php/Co...am#Downloading
|
|
March 5, 2014, 01:01 |
|
#5 |
New Member
Sreetej
Join Date: Feb 2014
Location: Singapore
Posts: 14
Rep Power: 12 |
Greetings Once again..
I followed the link provided in the last reply and downloaded the 6.3.1 unofficial-extend-project-mirror.github.io ---- master.tar.gz. When i unzipped and did ./Allwmake I got this error message.. [sreetej001@hpclogin1 openfoam-extend-Breeder2.0-libraries-swak4Foam-master]$ ./Allwmake This is a clean install No file 'swakConfiguration'. Python etc won't work. See README for details Checking swak4Foam-version and generating file Swak version is 0.3.0 Bison is version 3.0 swak4Foam only confirmed to work with Bison 2.x Set the environment variable DEVELOPE_FOR_NEW_BISON if you want to continue anyway. Any help regarding how to set the environment variable? Thanks in advance.. |
|
March 5, 2014, 15:45 |
|
#6 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
@preacher: I think you downloaded the wrong file. If you want swak4Foam in package format, then you should have downloaded from this link: http://sourceforge.net/p/openfoam-ex..._2.0.x/tarball
Either way, the problem is that Bison 3.0 is not compatible. Therefore, after you download the file from the link above and unpacked it, then go into the command line and run: Code:
maintainanceScripts/compileRequirements.sh ./Allwmake
__________________
|
|
March 6, 2014, 02:36 |
|
#7 |
New Member
Sreetej
Join Date: Feb 2014
Location: Singapore
Posts: 14
Rep Power: 12 |
Greetings wyldckat
Thanks for the help. I downloaded and unzipped openfoam extended file from the link. I also installed bison 2.7 as per your code. After all this and ./Allwmake. I got this error again. [sreetej001@hpclogin1 openfoam-extend-swak4Foam-f537bda3865306a8110e8c7434911f352ce1ffcc]$ ./Allwmake Previously compiled for OpenFOAM 2.3.x /home/sreetej001/OpenFOAM/ThirdParty-2.3.x/openfoam-extend-swak4Foam-f537bda3865306a8110e8c7434911f352ce1ffcc/privateRequirements/bin existing. Prepending to PATH-variable (private version of Bison) No file 'swakConfiguration'. Python etc won't work. See README for details Checking swak4Foam-version and generating file Swak version is 0.3.1 Bison is version 2.3 swak4Foam only confirmed to work with Bison >= 2.4 Compiles with 2.3 but has offset-problems with locations which break the Plugin-functionality Consider running ./maintainanceScripts/compileRequirements.sh for a local bison-installation Set the environment variable USE_OLD_BISON if you want to continue anyway It says bison 2.3, I dont get it. I just installed a bison 2.7.1 and still it says 2.3. I guess there is some problem when I edited the path using gedit ~/.bashrc. Could you help me with the bash file edit? Attached is the bashrc file: # .bashrc # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi # User specific aliases and functions source $HOME/OpenFOAM/OpenFOAM-2.3.x/etc/bashrc PATH=$home/sreetej001/OpenFOAM/ThirdParty-2.3.x/openfoam-extend-swak4Foam-f537bda3865306a8110e8c7434911f352ce1ffcc/privateRequirements/bin/:$HOME/OpenFOAM/ThirdParty-2.3.x/flex/bin/:$HOME/OpenFOAM/ThirdParty-2.3.x/platforms/linux64Gcc/qt-4.7.3/bin:$PATH Thanks in advance for the help... |
|
March 6, 2014, 05:47 |
|
#8 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
||
March 6, 2014, 23:58 |
|
#9 |
New Member
Sreetej
Join Date: Feb 2014
Location: Singapore
Posts: 14
Rep Power: 12 |
Hi
What I mean is the compiler is saying it has only Bison 2.3 version installed but in actual there is a Bison 2.7.1 version installed. I we can see in the quote above it say bison>=2.4. So how do I change the environmental variables?? thanks Sreetej |
|
March 7, 2014, 16:08 |
|
#10 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
I tested this yesterday and it worked just fine .
But since it's not working for you, then have a look into this post: http://www.cfd-online.com/Forums/ope...tml#post477609 post #46 It has complete details on how to install a custom Bison version and making sure it's ready to be used. |
|
March 7, 2014, 20:34 |
|
#11 |
New Member
Sreetej
Join Date: Feb 2014
Location: Singapore
Posts: 14
Rep Power: 12 |
Thanks for your reply...
The problem was in the path specified in the .bashrc file. I got that fixed and now it works fine. Regards Preacher |
|
March 13, 2014, 09:07 |
|
#12 | |
New Member
peter fox
Join Date: Jul 2011
Posts: 4
Rep Power: 15 |
Quote:
Is there another way to download this tarball? cheers peter |
||
March 15, 2014, 05:38 |
|
#13 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Peter,
This link is both broken and not broken... Then again, now it is completely broken. The problem is that Sourceforge.net needs us to follow the correct steps in order for the tarball to be generated... which was as follows:
In the meantime, I'll see if I can create a git mirror of the swak4Foam Mercurial repository. Best regards, Bruno
__________________
|
||
May 4, 2014, 09:31 |
|
#14 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings to all!
I've finally managed to take care of setting up an automated mirror at Github of the Mercurial repository of swak4Foam: https://github.com/Unofficial-Extend...-swak4Foam-dev Instructions on how to use it have been added to the section "OpenFOAM 2.3.0 to 2.3.x" in this wiki page: http://openfoamwiki.net/index.php/In...am/Downloading Best regards, Bruno
__________________
|
|
July 15, 2014, 14:43 |
problems installing swak4foam on OF-2.3.0
|
#15 |
New Member
Join Date: Nov 2011
Posts: 22
Rep Power: 15 |
Hi there,
I've been bashing my head against the brick wall that is openFoam for a week and a half now trying to install swak4foam. I'm on a linux distribution, and I believe (to the best of my ability it is RHEL) and running openFOAM-2.3.0 using 'module load openfoam/2.3.0.intel' and with a PBS queuing system. I'm using this version of swak4foam: Code:
git clone https://github.com/Unofficial-Extend...-swak4Foam-dev swak4Foam cd swak4Foam git checkout port_2.0.x Below is my second ./Allwmake log: Code:
Previously compiled for OpenFOAM 2.3.0 No file 'swakConfiguration'. Python etc won't work. See README for details Checking swak4Foam-version and generating file Swak version is 0.3.1 Bison is version 2.4.1 Flex is version 2.5.35 (Minor version: 35) OpenFOAM-version: Major 2 Minor 3 Patch 0 (-1 == x / 0) No change to swak4FoamParsers/foamVersion4swak.H '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libswak4FoamParsers.so' is up to date. '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libswakLagrangianParser.so' is up to date. '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libgroovyBC.so' is up to date. '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libswakFunctionObjects.so' is up to date. '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libsimpleFunctionObjects.so' is up to date. '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libsimpleLagrangianFunctionObjects.so' is up to date. '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libsimpleSearchableSurfaces.so' is up to date. '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libsimpleSwakFunctionObjects.so' is up to date. '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libswakTopoSources.so' is up to date. SOURCE=swakSetValues.C ; icpc -std=c++0x -Dlinux64 -DWM_DP -wd327,525,654,819,1125,1476,1505,1572 -axCORE-AVX2 -xHost -O2 -no-prec-div -DNoRepository -I../swak4FoamParsers/lnInclude -I/apps/OpenFOAM/OpenFOAM-2.3.0/src/finiteVolume/lnInclude -I/apps/OpenFOAM/OpenFOAM-2.3.0/src/sampling/lnInclude -I/apps/OpenFOAM/OpenFOAM-2.3.0/src/fvOptions/lnInclude -I/apps/OpenFOAM/OpenFOAM-2.3.0/src/meshTools/lnInclude -IlnInclude -I. -I/apps/OpenFOAM/OpenFOAM-2.3.0/src/OpenFOAM/lnInclude -I/apps/OpenFOAM/OpenFOAM-2.3.0/src/OSspecific/POSIX/lnInclude -fPIC -c $SOURCE -o Make/linux64IccDPOpt/swakSetValues.o SOURCE=swakExplicitSources.C ; icpc -std=c++0x -Dlinux64 -DWM_DP -wd327,525,654,819,1125,1476,1505,1572 -axCORE-AVX2 -xHost -O2 -no-prec-div -DNoRepository -I../swak4FoamParsers/lnInclude -I/apps/OpenFOAM/OpenFOAM-2.3.0/src/finiteVolume/lnInclude -I/apps/OpenFOAM/OpenFOAM-2.3.0/src/sampling/lnInclude -I/apps/OpenFOAM/OpenFOAM-2.3.0/src/fvOptions/lnInclude -I/apps/OpenFOAM/OpenFOAM-2.3.0/src/meshTools/lnInclude -IlnInclude -I. -I/apps/OpenFOAM/OpenFOAM-2.3.0/src/OpenFOAM/lnInclude -I/apps/OpenFOAM/OpenFOAM-2.3.0/src/OSspecific/POSIX/lnInclude -fPIC -c $SOURCE -o Make/linux64IccDPOpt/swakExplicitSources.o SOURCE=swakImplicitSources.C ; icpc -std=c++0x -Dlinux64 -DWM_DP -wd327,525,654,819,1125,1476,1505,1572 -axCORE-AVX2 -xHost -O2 -no-prec-div -DNoRepository -I../swak4FoamParsers/lnInclude -I/apps/OpenFOAM/OpenFOAM-2.3.0/src/finiteVolume/lnInclude -I/apps/OpenFOAM/OpenFOAM-2.3.0/src/sampling/lnInclude -I/apps/OpenFOAM/OpenFOAM-2.3.0/src/fvOptions/lnInclude -I/apps/OpenFOAM/OpenFOAM-2.3.0/src/meshTools/lnInclude -IlnInclude -I. -I/apps/OpenFOAM/OpenFOAM-2.3.0/src/OpenFOAM/lnInclude -I/apps/OpenFOAM/OpenFOAM-2.3.0/src/OSspecific/POSIX/lnInclude -fPIC -c $SOURCE -o Make/linux64IccDPOpt/swakImplicitSources.o Compiling swakFvOptions '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libswakFvOptions.so' is up to date. '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libgroovyStandardBCs.so' is up to date. SWAK_PYTHON_INCLUDE not defined .... no Python-Integration. Most people are fine without it '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libswakMeshQualityFunctionPlugin.so' is up to date. '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libswakLocalCalculationsFunctionPlugin.so' is up to date. '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libswakRandomFunctionPlugin.so' is up to date. '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libswakFvcSchemesFunctionPlugin.so' is up to date. '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libswakThermoTurbFunctionPlugin.so' is up to date. '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libswakTransportTurbFunctionPlugin.so' is up to date. '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libswakSurfacesAndSetsFunctionPlugin.so' is up to date. '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libswakLagrangianCloudSourcesFunctionPlugin.so' is up to date. '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libswakVelocityFunctionPlugin.so' is up to date. '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libswakChemistryModelFunctionPlugin.so' is up to date. '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libswakRadiationModelFunctionPlugin.so' is up to date. '/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/lib/libswakCoalCloudAdaptor.so' is up to date. If you have your own function-plugins you can specify them using the SWAK_USER_PLUGINS environment variable and they would be compiled now. If you don't know what this means: don't bother. You propably don't need it SWAK_PYTHON_INCLUDE not defined .... no Python-Integration. Utility funkyPythonPostproc not compiled make[1]: Entering directory `/export71/home/kd613/OpenFOAM/kd613-2.3.0/swak4Foam/Utilities/funkySetFields' make[1]: `/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/bin/funkySetFields' is up to date. make[1]: Leaving directory `/export71/home/kd613/OpenFOAM/kd613-2.3.0/swak4Foam/Utilities/funkySetFields' make[1]: Entering directory `/export71/home/kd613/OpenFOAM/kd613-2.3.0/swak4Foam/Utilities/calcNonUniformOffsetsForMapped' make[1]: `/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/bin/calcNonUniformOffsetsForMapped' is up to date. make[1]: Leaving directory `/export71/home/kd613/OpenFOAM/kd613-2.3.0/swak4Foam/Utilities/calcNonUniformOffsetsForMapped' make[1]: Entering directory `/export71/home/kd613/OpenFOAM/kd613-2.3.0/swak4Foam/Utilities/replayTransientBC' make[1]: `/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/bin/replayTransientBC' is up to date. make[1]: Leaving directory `/export71/home/kd613/OpenFOAM/kd613-2.3.0/swak4Foam/Utilities/replayTransientBC' make[1]: Entering directory `/export71/home/kd613/OpenFOAM/kd613-2.3.0/swak4Foam/Utilities/funkyWarpMesh' make[1]: Entering directory `/export71/home/kd613/OpenFOAM/kd613-2.3.0/swak4Foam/Utilities/funkySetBoundaryField' make[1]: `/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/bin/funkyWarpMesh' is up to date. make[1]: `/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/bin/funkySetBoundaryField' is up to date. make[1]: Leaving directory `/export71/home/kd613/OpenFOAM/kd613-2.3.0/swak4Foam/Utilities/funkyWarpMesh' make[1]: Entering directory `/export71/home/kd613/OpenFOAM/kd613-2.3.0/swak4Foam/Utilities/funkyDoCalc' make[1]: `/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/bin/funkyDoCalc' is up to date. make[1]: Leaving directory `/export71/home/kd613/OpenFOAM/kd613-2.3.0/swak4Foam/Utilities/funkyDoCalc' make[1]: Entering directory `/export71/home/kd613/OpenFOAM/kd613-2.3.0/swak4Foam/Utilities/fieldReport' make[1]: `/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/bin/fieldReport' is up to date. make[1]: Leaving directory `/export71/home/kd613/OpenFOAM/kd613-2.3.0/swak4Foam/Utilities/fieldReport' make[1]: Entering directory `/export71/home/kd613/OpenFOAM/kd613-2.3.0/swak4Foam/Utilities/funkySetLagrangianField' make[1]: `/home/kd613/OpenFOAM/kd613-2.3.0/platforms/linux64IccDPOpt/bin/funkySetLagrangianField' is up to date. make[1]: Leaving directory `/export71/home/kd613/OpenFOAM/kd613-2.3.0/swak4Foam/Utilities/funkySetLagrangianField' Kind regards, Kit Last edited by wyldckat; July 15, 2014 at 16:21. Reason: Added [CODE][/CODE] |
|
July 15, 2014, 16:31 |
|
#16 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Kit,
Mmm... I've seen this issue before. The "module load" feature is a nice thing to have, but the problem is that sometimes it's missing certain environment variables. The situation I can remember is discussed around this post: http://www.cfd-online.com/Forums/ope...tml#post477786 #62 and beyond. Essentially, since it does seem to have been successfully been built in your personal user folder for OpenFOAM applications, then the missing commands to load the necessary paths into memory are these two: Code:
export PATH=$PATH:$FOAM_USER_APPBIN export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$FOAM_USER_LIBBIN Best regards, Bruno
__________________
|
|
July 15, 2014, 16:43 |
|
#17 |
Member
stevem garcia
Join Date: Jun 2014
Posts: 34
Rep Power: 12 |
Gschaider, can you help me with this problem? It's different from this post, but my problem is similar to this posting, see: http://www.cfd-online.com/Forums/ope...n-problem.html thanks gschaider |
|
July 16, 2014, 05:54 |
|
#18 |
New Member
Join Date: Nov 2011
Posts: 22
Rep Power: 15 |
Hi Bruno,
That worked a treat. Thanks very much, lost so much time over this. Muchly appreciated, regards, Kit |
|
March 8, 2015, 04:24 |
|
#19 |
New Member
Tomladian Bucinara
Join Date: Jan 2015
Posts: 18
Rep Power: 11 |
Hello Sreetej,
It seems you have perfectly solved your problem about installation of swak4foam. Could you please answer the following question? After arriving the wiki page: https://openfoamwiki.net/index.php/I...am/Downloading It firstly ask for:
For example, if I want to run icoFoam with changeable boundary conditions, where I need to install it, inside icoFoam or somewhere else? I spend pretty long time at the very first step. Thanks in advance. Tom |
|
March 8, 2015, 06:31 |
|
#20 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Tom,
I've updated the wiki page in question. Back when I wrote it, made perfect sense to me, but I guess that it won't make much sense to someone new to Linux. The updated text is as follows: Quote:
Best regards, Bruno
__________________
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] foam-extend-3.2 installing problem: swak4Foam failed to install due to Bison | lxwd | OpenFOAM Community Contributions | 1 | March 20, 2016 17:03 |
[swak4Foam] how does install swak4foam with OpenFOAM 3.0? | milad653279 | OpenFOAM Community Contributions | 24 | December 29, 2015 08:49 |
[swak4Foam] Install swak4Foam on OpenFOAM1.7.1 on Ubuntu 13.04 | kobayashi | OpenFOAM Community Contributions | 2 | January 5, 2014 18:33 |
[swak4Foam] install in OF 2.1 error | psk | OpenFOAM Community Contributions | 4 | July 25, 2013 12:48 |
[swak4Foam] fails in parallel with -otherTime? | Phicau | OpenFOAM Community Contributions | 3 | June 26, 2013 14:00 |