|
[Sponsors] |
[swak4Foam] swak4Foam compilation for OF-2.0.0 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 9, 2012, 10:58 |
swak4Foam compilation for OF-2.0.0
|
#1 | ||||||
Senior Member
Join Date: Mar 2009
Posts: 138
Rep Power: 17 |
HI Everybody,
I have downloaded and installed swak4Foam as it is described in the wiki. First the compilation process seemed normal to me but then I discovered that it doesnt work. So I got a closer look at the compilation output: It starts normal with: Quote:
further down I find more odd lines: Quote:
Quote:
Quote:
Quote:
Quote:
thanks camoesas
__________________
OF - 2.0.0 |
|||||||
February 9, 2012, 11:28 |
|
#2 |
Senior Member
Join Date: Mar 2009
Posts: 138
Rep Power: 17 |
I just detected, that the compilation process made me a new Directory:
/OpenFOAM/OpenFOAM-2.0.x/ But I am using: /OpenFOAM/OpenFOAM-2.0.0/ Could it be, that I have to define a path somewhere?
__________________
OF - 2.0.0 |
|
February 9, 2012, 12:51 |
|
#3 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Camoesas,
The current version of swak4Foam is designed for 2.0.x, not 2.0.0 and might not work in 2.0.1. If you really want it to work for those older versions, you'll need to get an older version of swak4Foam from SVN. Search for a tutorial on how to use SVN (subversion) and go back to one of the older versions Best regards, Bruno
__________________
|
|
February 9, 2012, 16:04 |
|
#4 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
Bruno is right in the other posting: it seems that swak4Foam does not correctly compile with 2.0.0 as the header fixedJumpFvPatchField.H was introduced afterwards. As a workaround remove the line groovyBCJumpFvPatchFields.C from Libraries/groovyBC/Make/files and it should work. Probably you won't need that BC anyway. The new directory thing is strange. I don't see how an innocent compilation can create that Bernhard |
||
February 9, 2012, 16:28 |
|
#5 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Bernhard and Camoesas!
I forgot about that issue... probably it's a conflict of multiple installations of OpenFOAM. For these issues I have a blog post about it: Advanced tips for working with the OpenFOAM shell environment Best regards, Bruno
__________________
|
|
February 13, 2012, 06:20 |
|
#6 |
Senior Member
Join Date: Mar 2009
Posts: 138
Rep Power: 17 |
Hi Bruno,
Hi Bernhard, I removed the line: groovyBCJumpFvPatchFields.C And AFAIK its working now. Thank you very much! Camoesas
__________________
OF - 2.0.0 |
|
November 14, 2012, 09:56 |
|
#7 |
Senior Member
Andrea Ferrari
Join Date: Dec 2010
Posts: 319
Rep Power: 16 |
Hi all,
i am trying to compile swak4foam on OpenFoam 2.1.0. I got some warnings of the same type of camoesas and some errors: Code:
"../FieldValueExpressionLexer.ll", line 25: unrecognized %option: reentrant "../FieldValueExpressionLexer.ll", line 26: unrecognized %option: bison-bridge mv: cannot stat `*.c': No such file or directory g++: Make/linux64GccDPOpt/FieldValueExpressionLexer.C: No such file or directory g++: no input files make: *** [Make/linux64GccDPOpt/FieldValueExpressionLexer.o] Error 1 wmakeLnInclude: linking include files to ./lnInclude Code:
Make/linux64GccDPOpt/funkySetBoundaryField.o: In function `main': funkySetBoundaryField.C:(.text+0x3e9): undefined reference to `Foam::printSwakVersion()' funkySetBoundaryField.C:(.text+0x1165): undefined reference to `Foam::CommonValueExpressionDriver::parse(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Foam::word const&)' collect2: ld returned 1 exit status make[1]: *** [/home/aferrari/OpenFOAM/aferrari-2.1.0/platforms/linux64GccDPOpt/bin/funkySetBoundaryField] Error 1 make[1]: Leaving directory `/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/swak4Foam/Utilities/funkySetBoundaryField' make: *** [funkySetBoundaryField] Error 2 files:1: error: invalid preprocessing directive #funkySetFields make[1]: Entering directory `/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/swak4Foam/Utilities/funkySetFields' g++ -m64 -Dlinux64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O3 -DNoRepository -ftemplate-depth-100 -IMake/linux64GccDPOpt -I/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/src/finiteVolume/lnInclude -I/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/src/meshTools/lnInclude -I../../Libraries/swak4FoamParsers/lnInclude/ -IlnInclude -I. -I/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/src/OpenFOAM/lnInclude -I/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/src/OSspecific/POSIX/lnInclude -fPIC -Xlinker --add-needed -Xlinker --no-as-needed -L/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/platforms/linux64GccDPOpt/lib \ -lfiniteVolume -lmeshTools -L/home/aferrari/OpenFOAM/aferrari-2.1.0/platforms/linux64GccDPOpt/lib -lswak4FoamParsers -lOpenFOAM -ldl -lm -o /home/aferrari/OpenFOAM/aferrari-2.1.0/platforms/linux64GccDPOpt/bin/funkySetFields /usr/lib/../lib64/crt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: ld returned 1 exit status make[1]: *** [/home/aferrari/OpenFOAM/aferrari-2.1.0/platforms/linux64GccDPOpt/bin/funkySetFields] Error 1 make[1]: Leaving directory `/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/swak4Foam/Utilities/funkySetFields' make: *** [funkySetFields] Error 2 Making dependency list for source file replayTransientBC.C make[1]: Entering directory `/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/swak4Foam/Utilities/replayTransientBC' SOURCE=replayTransientBC.C ; g++ -m64 -Dlinux64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O3 -DNoRepository -ftemplate-depth-100 -I/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/src/cfdTools/lnInclude -I/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/src/cfdTools/general/lnInclude -I/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/src/finiteVolume/lnInclude -I/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/src/meshTools/lnInclude -IlnInclude -I. -I/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/src/OpenFOAM/lnInclude -I/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/src/OSspecific/POSIX/lnInclude -fPIC -c $SOURCE -o Make/linux64GccDPOpt/replayTransientBC.o g++ -m64 -Dlinux64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O3 -DNoRepository -ftemplate-depth-100 -I/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/src/cfdTools/lnInclude -I/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/src/cfdTools/general/lnInclude -I/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/src/finiteVolume/lnInclude -I/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/src/meshTools/lnInclude -IlnInclude -I. -I/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/src/OpenFOAM/lnInclude -I/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/src/OSspecific/POSIX/lnInclude -fPIC -Xlinker --add-needed -Xlinker --no-as-needed Make/linux64GccDPOpt/replayTransientBC.o -L/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/platforms/linux64GccDPOpt/lib \ -lfiniteVolume -lmeshTools -lOpenFOAM -ldl -lm -o /home/aferrari/OpenFOAM/aferrari-2.1.0/platforms/linux64GccDPOpt/bin/replayTransientBC make[1]: Leaving directory `/home/aferrari/OpenFOAM/OpenFOAM-2.1.0/swak4Foam/Utilities/replayTransientBC' make: Target `application' not remade because of errors. thanks andrea Last edited by Andrea_85; November 14, 2012 at 10:38. |
|
November 16, 2012, 17:32 |
|
#8 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Andrea,
It would be good to know the following details:
Bruno
__________________
|
|
November 18, 2012, 05:05 |
|
#9 |
Senior Member
Andrea Ferrari
Join Date: Dec 2010
Posts: 319
Rep Power: 16 |
HI Bruno,
I updated flex to the required version and i managed to compile. That was the problem. thanks andrea |
|
December 5, 2012, 05:23 |
|
#10 |
New Member
okamoto
Join Date: Nov 2012
Posts: 7
Rep Power: 14 |
I get below errors after "wmake all" for swak4Foam. Could anybody help me how to solve the problem?
Your cooperation is highly appreciated. /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:170: error: ‘tmp’ declared as a ‘virtual’ field /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:191: error: expected ‘;’ before ‘<’ token funkySetFields.C:864: error: expected ‘}’ at end of input /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:170: error: ‘tmp’ declared as a ‘virtual’ field /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:170: error: expected ‘;’ before ‘<’ token /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:196: error: ISO C++ forbids declaration of ‘tmp’ with no type /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:170: error: expected ‘;’ before ‘<’ token /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:183: error: ISO C++ forbids declaration of ‘tmp’ with no type /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:196: error: expected ‘;’ before ‘<’ token /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:183: error: ISO C++ forbids declaration of ‘tmp’ with no type make[1]: *** [Make/linux64GccDPOpt/funkySetFields.o] Error 1 make[1]: Target `/home/faizal/OpenFOAM/faizal-2.1.1/platforms/linux64GccDPOpt/bin/funkySetFields' not remade because of errors. make: *** [funkySetFields] Error 2 In file included from /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/volFields.H:38, /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:183: error: ‘tmp’ declared as a ‘virtual’ field /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:183: error: ‘tmp’ declared as a ‘virtual’ field from /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.C:30, /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:183: error: expected ‘;’ before ‘<’ token /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:183: error: expected ‘;’ before ‘<’ token from /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:234, /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:191: error: expected ‘;’ before ‘virtual’ /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:191: error: expected ‘;’ before ‘virtual’ from /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolate.H:41, /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:191: error: ISO C++ forbids declaration of ‘tmp’ with no type /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:191: error: ISO C++ forbids declaration of ‘tmp’ with no type from /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/fvc.H:39, /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:191: error: ‘tmp’ declared as a ‘virtual’ field /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:191: error: ‘tmp’ declared as a ‘virtual’ field from /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/fvCFD.H:8, /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:191: error: expected ‘;’ before ‘<’ token /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:191: error: expected ‘;’ before ‘<’ token from funkyDoCalc.C:39: /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:196: error: ISO C++ forbids declaration of ‘tmp’ with no type /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:196: error: ISO C++ forbids declaration of ‘tmp’ with no type /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/volMesh.H:50: error: expected template-name before ‘<’ token /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:196: error: expected ‘;’ before ‘<’ token /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:196: error: expected ‘;’ before ‘<’ token /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/volMesh.H:50: error: expected ‘{’ before ‘<’ token In file included from /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/volFields.H:38, In file included from /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/volFields.H:38, /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/volMesh.H:50: error: expected unqualified-id before ‘<’ token from /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.C:30, from /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.C:30, funkyDoCalc.C:160: error: expected ‘}’ at end of input from /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:234, from /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolationScheme.H:234, from /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolate.H:41, from /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/surfaceInterpolate.H:41, make[1]: *** [Make/linux64GccDPOpt/funkyDoCalc.o] Error 1 from /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/fvc.H:39, make[1]: Target `/home/faizal/OpenFOAM/faizal-2.1.1/platforms/linux64GccDPOpt/bin/funkyDoCalc' not remade because of errors. make: *** [funkyDoCalc] Error 2 from /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/fvc.H:39, from /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/fvCFD.H:8, from /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/fvCFD.H:8, from replayTransientBC.C:39: from funkySetBoundaryField.C:39: /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/volMesh.H:50: error: expected template-name before ‘<’ token /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/volMesh.H:50: error: expected template-name before ‘<’ token /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/volMesh.H:50: error: expected ‘{’ before ‘<’ token /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/volMesh.H:50: error: expected ‘{’ before ‘<’ token /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/volMesh.H:50: error: expected unqualified-id before ‘<’ token /opt/usrx/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/volMesh.H:50: error: expected unqualified-id before ‘<’ token replayTransientBC.C:182: error: expected ‘}’ at end of input funkySetBoundaryField.C:186: error: expected ‘}’ at end of input make[1]: *** [Make/linux64GccDPOpt/replayTransientBC.o] Error 1 make[1]: Target `/home/faizal/OpenFOAM/faizal-2.1.1/platforms/linux64GccDPOpt/bin/replayTransientBC' not remade because of errors. make: *** [replayTransientBC] Error 2 make[1]: *** [Make/linux64GccDPOpt/funkySetBoundaryField.o] Error 1 make[1]: Target `/home/faizal/OpenFOAM/faizal-2.1.1/platforms/linux64GccDPOpt/bin/funkySetBoundaryField' not remade because of errors. make: *** [funkySetBoundaryField] Error 2 make: Target `application' not remade because of errors. |
|
December 5, 2012, 08:22 |
|
#11 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
Just for fun: above the line #include "fvCFD.H" insert the line #include "tmp.H" into funkySetFields.C and see what happens (BTW: the libraries compile without problem? THAT is strange)
__________________
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 |
||
December 7, 2012, 12:36 |
compiling swak4Foam on openfoam-2.1.0
|
#12 |
Member
Jamal
Join Date: May 2012
Location: Freiburg
Posts: 54
Rep Power: 13 |
Dear
I am using openfaom-2.1.0 and attempted to compile swak4Foam. I just followed the instruction give on openfoamwiki, but it showed problems. (I think i did not setup swakconfiguration file correctly) and showing error of "cannot find -lOpenfaom" and after running the ./Allwmake from swak4Foam other utilities also stop working. And if i try to compile the standard solvers or utilites the same error pop up ... Regards Jamal |
|
December 7, 2012, 13:30 |
|
#13 | ||
Member
Jamal
Join Date: May 2012
Location: Freiburg
Posts: 54
Rep Power: 13 |
Quote:
Quote:
Please let me know which thing are required to set firt before compilining swak4foam, while i am using OpenFoam-2.1.0 |
|||
December 7, 2012, 21:05 |
|
#14 | |
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 |
||
December 7, 2012, 21:19 |
|
#15 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
The other output you post only has warnings so I can't tell what the problem is
__________________
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 |
||
December 8, 2012, 18:22 |
|
#16 | |
Member
Jamal
Join Date: May 2012
Location: Freiburg
Posts: 54
Rep Power: 13 |
Dear
a) download and extract the swak4foam package b) without making any change in any file i ran ./Allwmake Following are the starting lines after ./Allwmake from the swak4foam folder located in user directory in application/utilities. Quote:
Do i need to make any change in any file to work it properly. thanks Last edited by aujamal20; December 8, 2012 at 18:52. |
||
December 9, 2012, 06:35 |
|
#17 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
Warnings are warnings: indications that there MIGHT be a problem but do not necessarily that there IS a problem. Most of these warnings can't be avoided as they come from the code generated by the bison compiler-generator and are not problems. Rerun ./Allwmake. Output should now be much shorter. If there are errors in that, then you have a problem. Also check whether binaries were written to the directories $FOAM_USER_APPBIN and $FOAM_USER_LIBBIN, whether the funkySetFields-utility runs.
__________________
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 |
||
December 9, 2012, 11:28 |
|
#18 | |
Member
Jamal
Join Date: May 2012
Location: Freiburg
Posts: 54
Rep Power: 13 |
Dear
I appreciate your help and looking for more. Following message is written after rerun ./Allwmake Quote:
|
||
December 9, 2012, 17:03 |
|
#19 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
My suggestion: don't set the SWAK_PYTHON-variables at all. That way swak will be compiled without Python-support. If you later need it you can retry configuring it correctly
__________________
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 |
||
December 10, 2012, 14:24 |
|
#20 |
Member
Jamal
Join Date: May 2012
Location: Freiburg
Posts: 54
Rep Power: 13 |
Dear
Thanks. It configured correctly and have compiled. Regards |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] Swak4foam installation error with OF 2.2.0 (Ubuntu 12.04 LTS) | vbchris | OpenFOAM Community Contributions | 8 | March 25, 2021 21:11 |
[swak4Foam] swak4Foam compilation can't find -lOpenFOAM | BobR | OpenFOAM Community Contributions | 4 | August 10, 2015 15:49 |
[swak4Foam] swak4foam building problem | GGerber | OpenFOAM Community Contributions | 54 | April 24, 2015 17:02 |
[swak4Foam] fails in parallel with -otherTime? | Phicau | OpenFOAM Community Contributions | 3 | June 26, 2013 14:00 |
[swak4Foam] compilation problem | ganeshv | OpenFOAM Community Contributions | 5 | November 11, 2011 17:39 |