CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Community Contributions

[swak4Foam] How to install swak4Foam in OF 2.3?

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree10Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 4, 2014, 10:06
Default How to install swak4Foam in OF 2.3?
  #1
New Member
 
Sreetej
Join Date: Feb 2014
Location: Singapore
Posts: 14
Rep Power: 12
preacher is on a distinguished road
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
preacher is offline   Reply With Quote

Old   March 4, 2014, 10:13
Default
  #2
Senior Member
 
Join Date: Jan 2014
Posts: 179
Rep Power: 12
hxaxtma is on a distinguished road
swak4Foam for of 2.3 is still in progress, latest version works with ofv222
hxaxtma is offline   Reply With Quote

Old   March 4, 2014, 10:29
Default
  #3
New Member
 
Sreetej
Join Date: Feb 2014
Location: Singapore
Posts: 14
Rep Power: 12
preacher is on a distinguished road
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?
preacher is offline   Reply With Quote

Old   March 4, 2014, 11:20
Default
  #4
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
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
wyldckat is offline   Reply With Quote

Old   March 5, 2014, 01:01
Default
  #5
New Member
 
Sreetej
Join Date: Feb 2014
Location: Singapore
Posts: 14
Rep Power: 12
preacher is on a distinguished road
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..
preacher is offline   Reply With Quote

Old   March 5, 2014, 15:45
Default
  #6
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
@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
The first line will compile a custom Bison 2.7.1 from source code and use it automatically.
Thangam likes this.
__________________
wyldckat is offline   Reply With Quote

Old   March 6, 2014, 02:36
Default
  #7
New Member
 
Sreetej
Join Date: Feb 2014
Location: Singapore
Posts: 14
Rep Power: 12
preacher is on a distinguished road
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...
preacher is offline   Reply With Quote

Old   March 6, 2014, 05:47
Default
  #8
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
Quote:
Originally Posted by preacher View Post
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...
What do "which bison" and "bison -V" say?
__________________
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
gschaider is offline   Reply With Quote

Old   March 6, 2014, 23:58
Default
  #9
New Member
 
Sreetej
Join Date: Feb 2014
Location: Singapore
Posts: 14
Rep Power: 12
preacher is on a distinguished road
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
preacher is offline   Reply With Quote

Old   March 7, 2014, 16:08
Default
  #10
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Quote:
Originally Posted by preacher View Post
So how do I change the environmental variables??
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.
wyldckat is offline   Reply With Quote

Old   March 7, 2014, 20:34
Default
  #11
New Member
 
Sreetej
Join Date: Feb 2014
Location: Singapore
Posts: 14
Rep Power: 12
preacher is on a distinguished road
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
wyldckat likes this.
preacher is offline   Reply With Quote

Old   March 13, 2014, 09:07
Default
  #12
New Member
 
peter fox
Join Date: Jul 2011
Posts: 4
Rep Power: 14
peettter is on a distinguished road
Quote:
Originally Posted by wyldckat View Post
@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
This link seems to broken, or is it just me?

Is there another way to download this tarball?

cheers

peter
peettter is offline   Reply With Quote

Old   March 15, 2014, 05:38
Default
  #13
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
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:
  1. Go to the main project http://sourceforge.net/p/openfoam-extend/
  2. Click on the swak4Foam link:
    Quote:
    • Summary
    • Files
    • Reviews
    • Support
    • Wiki
    • Mailing Lists
    • Git
    • Hosted Apps
    • Discussion
    • -> swak4Foam <-
    • SVN
  3. Click on the "branches" button on the left.
  4. Choose the branch "port_2.0.x"
  5. And if it was working, you would have to click on "Download snapshot".
  6. Only then would the link mentioned in the wiki page work as intended... well, technically it's the link post-request, but not the actual link.
After some tinkering with SF.net's hg-snapshot generation system, try this download link: http://sourceforge.net/p/openfoam-ex...e1ffcc/tarball - it should either give you a download right away (if it's still on cache) or ask you if you want to generate another snapshot, if the cached one might have already been removed by the cleaning system.

In the meantime, I'll see if I can create a git mirror of the swak4Foam Mercurial repository.

Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   May 4, 2014, 09:31
Default
  #14
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
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
elvis, dfytanid, Tobi and 2 others like this.
__________________
wyldckat is offline   Reply With Quote

Old   July 15, 2014, 14:43
Default problems installing swak4foam on OF-2.3.0
  #15
New Member
 
Join Date: Nov 2011
Posts: 22
Rep Power: 14
kd55 is on a distinguished road
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
The compilation runs. However, when testing funkySetFields I get 'command not found'. I have looked at the common errors page and searched this forum but still not making any progress.

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'
any help is deeply appreciated.

Kind regards,

Kit

Last edited by wyldckat; July 15, 2014 at 16:21. Reason: Added [CODE][/CODE]
kd55 is offline   Reply With Quote

Old   July 15, 2014, 16:31
Default
  #16
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
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
These two commands should be executed after you use the "module load" command. After that, you should be able to use funkySetFields

Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   July 15, 2014, 16:43
Default
  #17
Member
 
stevem garcia
Join Date: Jun 2014
Posts: 34
Rep Power: 11
steven123 is on a distinguished road
Quote:
Originally Posted by gschaider View Post
What do "which bison" and "bison -V" say?


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
steven123 is offline   Reply With Quote

Old   July 16, 2014, 05:54
Default
  #18
New Member
 
Join Date: Nov 2011
Posts: 22
Rep Power: 14
kd55 is on a distinguished road
Hi Bruno,

That worked a treat. Thanks very much, lost so much time over this.

Muchly appreciated, regards,

Kit
kd55 is offline   Reply With Quote

Old   March 8, 2015, 04:24
Default
  #19
New Member
 
Tomladian Bucinara
Join Date: Jan 2015
Posts: 18
Rep Power: 11
Tom123 is on a distinguished road
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:
  1. First, go into a good working folder. For example, $HOME/OpenFOAM/$USER-$WM_PROJECT_VERSION: mkdir -p $FOAM_RUN cd "$HOME/OpenFOAM/$USER-$WM_PROJECT_VERSION"
What is it exactly ask us to do?
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
Tom123 is offline   Reply With Quote

Old   March 8, 2015, 06:31
Default
  #20
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
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:
  1. First, go into a good working folder. For example, to go to the folder "$HOME/OpenFOAM/$USER-$WM_PROJECT_VERSION", run the following commands in a terminal:
    Code:
    mkdir -p $FOAM_RUN
    cd "$HOME/OpenFOAM/$USER-$WM_PROJECT_VERSION"
Is it now easier to understand what needs to be done?

Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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


All times are GMT -4. The time now is 13:33.