|
[Sponsors] |
July 8, 2016, 07:19 |
swak4foam for OpenFOAM 4.0
|
#1 |
Member
Join Date: May 2015
Posts: 34
Rep Power: 11 |
So, this is pretty soon after the new version was launched, but has anyone managed to install swak4foam for OpenFOAM 4.0? Any ideas is the current version available even compatible? I couldn't get the development version to install "out of the box" and decided to ask around first to see if I should spend time trying on it, that is is it even possible or not.
|
|
July 11, 2016, 12:07 |
compilation error !
|
#2 |
Senior Member
Join Date: Sep 2010
Posts: 226
Rep Power: 17 |
Hi,
I tried to compile swak4foam version 0.4 with openfoam4.0 (in 64 bit), but always with no success. here the error: Code:
... ... -o Make/linux64GccDPInt64Opt/helpers/exprString.o In file included from lnInclude/CommonValueExpressionDriver.H:843:0, from helpers/exprString.C:39: lnInclude/CommonValueExpressionDriverI.H: In member function ‘Foam::tmp<Foam::Field<bool> > Foam::CommonValueExpressionDriver::doLogicalNot(const Foam::Field<bool>&)’: lnInclude/CommonValueExpressionDriverI.H:1176:22: error: assignment of read-only location ‘(& res.Foam::tmp<T>::operator()<Foam::Field<bool> >())->Foam::Field<bool>::<anonymous>.Foam::List<bool>::<anonymous>.Foam::UList<T>::operator[]<bool>(i)’ res()[i] = a[i]; ^ /home/TD/OpenFOAM/OpenFOAM-4.0/wmake/rules/General/transform:8: recipe for target 'Make/linux64GccDPInt64Opt/helpers/exprString.o' failed make: *** [Make/linux64GccDPInt64Opt/helpers/exprString.o] Error 1 Parser library did not compile OK. No sense continuing as everything else depends on it Requirements for Library not satisfied. I see no sense in going on Check the README before you go on to ask. And search: Most likely your problem occured to 5 other people before and has been solved on the MessageBoard T.D. |
|
July 12, 2016, 03:51 |
|
#3 |
Member
Join Date: May 2015
Posts: 34
Rep Power: 11 |
Seems pretty similar to the error I received:
Code:
... In file included from lnInclude/CommonValueExpressionDriver.H:843:0, from helpers/exprString.C:39: lnInclude/CommonValueExpressionDriverI.H: In member function ‘Foam::tmp<Foam::Field<bool> > Foam::CommonValueExpressionDriver::doLogicalNot(const Foam::Field<bool>&)’: lnInclude/CommonValueExpressionDriverI.H:1170:22: error: assignment of read-only location ‘(& res.Foam::tmp<T>::operator()<Foam::Field<bool> >())->Foam::Field<bool>::<anonymous>.Foam::List<bool>::<anonymous>.Foam::UList<T>::operator[]<bool>(i)’ res()[i] = a[i]; ^ ... make: *** [Make/linux64GccDPOpt/helpers/exprString.o] Error 1 make: *** Waiting for unfinished jobs.... Parser library did not compile OK. No sense continuing as everything else depends on it |
|
July 27, 2016, 16:30 |
|
#4 |
New Member
Sam Salehian
Join Date: Jul 2016
Posts: 4
Rep Power: 10 |
Hi everyone,
I am trying to install sawkFOAM my un=buntu version is 14.04 OpenFOAM version is 4.0 Swak version is 0.4.0 Bison is version 2.7.12-4996 Flex is version 2.5.35 (Minor version: 35) I am getting the following errors: reviously compiled for OpenFOAM 4.0 /home/sam/OpenFOAM/sam-4.0/swak4Foam/privateRequirements/bin existing. Prepending to PATH-variable (private version of Bison) No file 'swakConfiguration'. Python etc won't work. See README for details Try 'ln -s swakConfiguration.automatic swakConfiguration' for automatic configuration. BEWARE: this does not work on some systems Checking swak4Foam-version and generating file abort: no repository found in '/home/sam/OpenFOAM/sam-4.0/swak4Foam' (.hg not found)! Swak version is 0.4.0 Bison is version 2.7.12-4996 Flex is version 2.5.35 (Minor version: 35) OpenFOAM-version: Major 4 Minor 0 Patch 0 (-1 == x / 0) Fork: openfoam No change to swak4FoamParsers/foamVersion4swak.H g++ -std=c++0x -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3 -DNoRepository -ftemplate-depth-100 -IMake/linux64GccDPInt32Opt -I/opt/openfoam4/src/finiteVolume/lnInclude -I/opt/openfoam4/src/sampling/lnInclude -I/opt/openfoam4/src/fileFormats/lnInclude -I/opt/openfoam4/src/triSurface/lnInclude -I/opt/openfoam4/src/dynamicMesh/lnInclude -I/opt/openfoam4/src/surfMesh/lnInclude -I/opt/openfoam4/src/lagrangian/basic/lnInclude -I/opt/openfoam4/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam4/src/OpenFOAM/lnInclude -I/opt/openfoam4/src/OSspecific/POSIX/lnInclude -fPIC -c helpers/exprString.C -o Make/linux64GccDPInt32Opt/helpers/exprString.o In file included from lnInclude/CommonValueExpressionDriver.H:843:0, from helpers/exprString.C:39: lnInclude/CommonValueExpressionDriverI.H: In member function ‘Foam::tmp<Foam::Field<bool> > Foam::CommonValueExpressionDriver::doLogicalNot(co nst Foam::Field<bool>&)’: lnInclude/CommonValueExpressionDriverI.H:1176:22: error: assignment of read-only location ‘(& res.Foam::tmp<T>:perator()<Foam::Field<bool> >())->Foam::Field<bool>::<anonymous>.Foam::List<bool>:: <anonymous>.Foam::UList<T>:perator[]<bool>(i)’ res()[i] = a[i]; ^ make: *** [Make/linux64GccDPInt32Opt/helpers/exprString.o] Error 1 Parser library did not compile OK. No sense continuing as everything else depends on it Requirements for Library not satisfied. I see no sense in going on Check the README before you go on to ask. And search: Most likely your problem occured to 5 other people before and has been solved on the MessageBoard ~ I would appreciate if someone could help me Regards, |
|
August 4, 2016, 15:22 |
|
#5 |
New Member
fluidflow
Join Date: Dec 2015
Posts: 5
Rep Power: 11 |
Hi All,
I am also getting the same error while installing swak4Foam in OpenFOAM 4.0 in ubuntu 14.04. Any help how to rectify the error ? With regards, here is the tarball attachment of the log file Last edited by wyldckat; September 17, 2016 at 07:51. Reason: merged posts done a few minutes apart |
|
August 4, 2016, 16:17 |
swak4Foam installation in OpenFOAM 4.0
|
#6 |
New Member
fluidflowsteel
Join Date: Jun 2016
Posts: 21
Rep Power: 10 |
Hi All,
I am trying to install swak4Foam in OpenFOAM 4.0 in Ubuntu 14.04. Getting the following error. also find attached the tarball of the log file. Code:
Previously compiled for OpenFOAM 4.0 /home/arunava/OpenFOAM/arunava-4.0/swak4Foam/privateRequirements/bin existing. Prepending to PATH-variable (private version of Bison) No file 'swakConfiguration'. Python etc won't work. See README for details Try 'ln -s swakConfiguration.automatic swakConfiguration' for automatic configuration. BEWARE: this does not work on some systems Checking swak4Foam-version and generating file abort: no repository found in '/home/arunava/OpenFOAM/arunava-4.0/swak4Foam' (.hg not found)! Swak version is 0.4.0 Bison is version 2.7.12-4996 Flex is version 2.5.35 (Minor version: 35) OpenFOAM-version: Major 4 Minor 0 Patch 0 (-1 == x / 0) Fork: openfoam No change to swak4FoamParsers/foamVersion4swak.H g++ -std=c++0x -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3 -DNoRepository -ftemplate-depth-100 -IMake/linux64GccDPInt32Opt -I/opt/openfoam4/src/finiteVolume/lnInclude -I/opt/openfoam4/src/sampling/lnInclude -I/opt/openfoam4/src/fileFormats/lnInclude -I/opt/openfoam4/src/triSurface/lnInclude -I/opt/openfoam4/src/dynamicMesh/lnInclude -I/opt/openfoam4/src/surfMesh/lnInclude -I/opt/openfoam4/src/lagrangian/basic/lnInclude -I/opt/openfoam4/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam4/src/OpenFOAM/lnInclude -I/opt/openfoam4/src/OSspecific/POSIX/lnInclude -fPIC -c helpers/exprString.C -o Make/linux64GccDPInt32Opt/helpers/exprString.o g++ -std=c++0x -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3 -DNoRepository -ftemplate-depth-100 -IMake/linux64GccDPInt32Opt -I/opt/openfoam4/src/finiteVolume/lnInclude -I/opt/openfoam4/src/sampling/lnInclude -I/opt/openfoam4/src/fileFormats/lnInclude -I/opt/openfoam4/src/triSurface/lnInclude -I/opt/openfoam4/src/dynamicMesh/lnInclude -I/opt/openfoam4/src/surfMesh/lnInclude -I/opt/openfoam4/src/lagrangian/basic/lnInclude -I/opt/openfoam4/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam4/src/OpenFOAM/lnInclude -I/opt/openfoam4/src/OSspecific/POSIX/lnInclude -fPIC -c repositories/GlobalVariablesRepository.C -o Make/linux64GccDPInt32Opt/repositories/GlobalVariablesRepository.o g++ -std=c++0x -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3 -DNoRepository -ftemplate-depth-100 -IMake/linux64GccDPInt32Opt -I/opt/openfoam4/src/finiteVolume/lnInclude -I/opt/openfoam4/src/sampling/lnInclude -I/opt/openfoam4/src/fileFormats/lnInclude -I/opt/openfoam4/src/triSurface/lnInclude -I/opt/openfoam4/src/dynamicMesh/lnInclude -I/opt/openfoam4/src/surfMesh/lnInclude -I/opt/openfoam4/src/lagrangian/basic/lnInclude -I/opt/openfoam4/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam4/src/OpenFOAM/lnInclude -I/opt/openfoam4/src/OSspecific/POSIX/lnInclude -fPIC -c namedEnums/MeshInterpolationOrder.C -o Make/linux64GccDPInt32Opt/namedEnums/MeshInterpolationOrder.o g++ -std=c++0x -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3 -DNoRepository -ftemplate-depth-100 -IMake/linux64GccDPInt32Opt -I/opt/openfoam4/src/finiteVolume/lnInclude -I/opt/openfoam4/src/sampling/lnInclude -I/opt/openfoam4/src/fileFormats/lnInclude -I/opt/openfoam4/src/triSurface/lnInclude -I/opt/openfoam4/src/dynamicMesh/lnInclude -I/opt/openfoam4/src/surfMesh/lnInclude -I/opt/openfoam4/src/lagrangian/basic/lnInclude -I/opt/openfoam4/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam4/src/OpenFOAM/lnInclude -I/opt/openfoam4/src/OSspecific/POSIX/lnInclude -fPIC -c namedEnums/LogicalAccumulationNamedEnum.C -o Make/linux64GccDPInt32Opt/namedEnums/LogicalAccumulationNamedEnum.o g++ -std=c++0x -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3 -DNoRepository -ftemplate-depth-100 -IMake/linux64GccDPInt32Opt -I/opt/openfoam4/src/finiteVolume/lnInclude -I/opt/openfoam4/src/sampling/lnInclude -I/opt/openfoam4/src/fileFormats/lnInclude -I/opt/openfoam4/src/triSurface/lnInclude -I/opt/openfoam4/src/dynamicMesh/lnInclude -I/opt/openfoam4/src/surfMesh/lnInclude -I/opt/openfoam4/src/lagrangian/basic/lnInclude -I/opt/openfoam4/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam4/src/OpenFOAM/lnInclude -I/opt/openfoam4/src/OSspecific/POSIX/lnInclude -fPIC -c namedEnums/NumericAccumulationNamedEnum.C -o Make/linux64GccDPInt32Opt/namedEnums/NumericAccumulationNamedEnum.o g++ -std=c++0x -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3 -DNoRepository -ftemplate-depth-100 -IMake/linux64GccDPInt32Opt -I/opt/openfoam4/src/finiteVolume/lnInclude -I/opt/openfoam4/src/sampling/lnInclude -I/opt/openfoam4/src/fileFormats/lnInclude -I/opt/openfoam4/src/triSurface/lnInclude -I/opt/openfoam4/src/dynamicMesh/lnInclude -I/opt/openfoam4/src/surfMesh/lnInclude -I/opt/openfoam4/src/lagrangian/basic/lnInclude -I/opt/openfoam4/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam4/src/OpenFOAM/lnInclude -I/opt/openfoam4/src/OSspecific/POSIX/lnInclude -fPIC -c ExpressionDriverWriter.C -o Make/linux64GccDPInt32Opt/ExpressionDriverWriter.o In file included from lnInclude/CommonValueExpressionDriver.H:843:0, from helpers/exprString.C:39: lnInclude/CommonValueExpressionDriverI.H: In member function ‘Foam::tmp<Foam::Field<bool> > Foam::CommonValueExpressionDriver::doLogicalNot(const Foam::Field<bool>&)’: lnInclude/CommonValueExpressionDriverI.H:1176:22: error: assignment of read-only location ‘(& res.Foam::tmp<T>::operator()<Foam::Field<bool> >())->Foam::Field<bool>::<anonymous>.Foam::List<bool>::<anonymous>.Foam::UList<T>::operator[]<bool>(i)’ res()[i] = a[i]; ^ g++ -std=c++0x -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3 -DNoRepository -ftemplate-depth-100 -IMake/linux64GccDPInt32Opt -I/opt/openfoam4/src/finiteVolume/lnInclude -I/opt/openfoam4/src/sampling/lnInclude -I/opt/openfoam4/src/fileFormats/lnInclude -I/opt/openfoam4/src/triSurface/lnInclude -I/opt/openfoam4/src/dynamicMesh/lnInclude -I/opt/openfoam4/src/surfMesh/lnInclude -I/opt/openfoam4/src/lagrangian/basic/lnInclude -I/opt/openfoam4/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam4/src/OpenFOAM/lnInclude -I/opt/openfoam4/src/OSspecific/POSIX/lnInclude -fPIC -c ExpressionResult/ExpressionResult.C -o Make/linux64GccDPInt32Opt/ExpressionResult/ExpressionResult.o g++ -std=c++0x -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3 -DNoRepository -ftemplate-depth-100 -IMake/linux64GccDPInt32Opt -I/opt/openfoam4/src/finiteVolume/lnInclude -I/opt/openfoam4/src/sampling/lnInclude -I/opt/openfoam4/src/fileFormats/lnInclude -I/opt/openfoam4/src/triSurface/lnInclude -I/opt/openfoam4/src/dynamicMesh/lnInclude -I/opt/openfoam4/src/surfMesh/lnInclude -I/opt/openfoam4/src/lagrangian/basic/lnInclude -I/opt/openfoam4/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam4/src/OpenFOAM/lnInclude -I/opt/openfoam4/src/OSspecific/POSIX/lnInclude -fPIC -c ExpressionResult/StoredExpressionResult.C -o Make/linux64GccDPInt32Opt/ExpressionResult/StoredExpressionResult.o In file included from CommonValueExpressionDriver.H:843:0, from ExpressionDriverWriter.C:39: CommonValueExpressionDriverI.H: In member function ‘Foam::tmp<Foam::Field<bool> > Foam::CommonValueExpressionDriver::doLogicalNot(const Foam::Field<bool>&)’: CommonValueExpressionDriverI.H:1176:22: error: assignment of read-only location ‘(& res.Foam::tmp<T>::operator()<Foam::Field<bool> >())->Foam::Field<bool>::<anonymous>.Foam::List<bool>::<anonymous>.Foam::UList<T>::operator[]<bool>(i)’ res()[i] = a[i]; ^ make: *** [Make/linux64GccDPInt32Opt/helpers/exprString.o] Error 1 make: *** Waiting for unfinished jobs.... ExpressionResult/ExpressionResult.C: In member function ‘void Foam::ExpressionResult::uglyDelete()’: ExpressionResult/ExpressionResult.C:311:20: warning: deleting ‘void*’ is undefined [enabled by default] delete valPtr_; ^ make: *** [Make/linux64GccDPInt32Opt/ExpressionDriverWriter.o] Error 1 Parser library did not compile OK. No sense continuing as everything else depends on it Requirements for Library not satisfied. I see no sense in going on Check the README before you go on to ask. And search: Most likely your problem occured to 5 other people before and has been solved on the MessageBoard Last edited by wyldckat; September 11, 2016 at 16:58. Reason: Added [CODE][/CODE] markers |
|
August 4, 2016, 18:18 |
|
#7 |
Member
Jeff
Join Date: May 2016
Posts: 44
Rep Power: 10 |
According to the developper:
https://twitter.com/swakPyFoam OF 4.0 is not supported in swak 0.4.0 I am also waiting JF |
|
August 16, 2016, 13:43 |
|
#8 |
Member
Pedro
Join Date: Nov 2014
Posts: 50
Rep Power: 12 |
Any updates on this front?
cheers |
|
September 9, 2016, 17:27 |
bump!
|
#9 |
New Member
Skanner Darkly
Join Date: Jul 2016
Posts: 3
Rep Power: 10 |
me too!
Would love to see swak4Foam work in OF4.0. Seems like an amazing 'toolset'. |
|
September 14, 2016, 06:47 |
me too, too
|
#10 |
New Member
Kim Ravn-Jensen
Join Date: Oct 2013
Location: Copenhagen, Denmark
Posts: 3
Rep Power: 13 |
I would have liked to contribute with a swak4Foam build for OpenFOAM 4.0. In the absense of that, I can contribute with:
|
|
September 16, 2016, 12:43 |
|
#11 |
New Member
Lucas
Join Date: Aug 2016
Location: Netherland
Posts: 8
Rep Power: 10 |
have someone resolved this problem?
|
|
September 17, 2016, 07:56 |
|
#12 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Quick answer to everyone on this thread: Bernhard, the author of swak4Foam, is working on this, as he's mentioned here: https://twitter.com/bgschaid/status/776174507073699841 - and I quote:
Quote:
You may have to wait at least a few more weeks until it's fully operational. In the meantime, if you truly need to use swak4Foam, you might want to take a step back to OpenFOAM 3.0.1.
__________________
|
||
September 26, 2016, 19:23 |
|
#13 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Quick news update: Bernhard has managed to finish adapting swak4Foam to build with OpenFOAM 4.0 and OpenFOAM+ v1606+: https://twitter.com/swakPyFoam/statu...93042482642948
I won't be able to update and test the wiki right now, but here is what I expect that will work as intended, for the steps on how to download swak4Foam from the Mercurial repository:
edit: On post #40 you can find more details about how these instructions alone were a bit flawed. Last edited by wyldckat; October 30, 2016 at 11:37. Reason: see "edit:" |
|
September 27, 2016, 15:58 |
|
#14 |
New Member
Ram
Join Date: Sep 2016
Posts: 6
Rep Power: 10 |
Thanks wyldckat,
Though it's still giving the same error: make: *** [Make/linux64GccDPInt32Opt/FieldValueExpressionParser.o] Error 1 Parser library did not compile OK. No sense continuing as everything else depends on it Requirements for Library not satisfied. I see no sense in going on Check the README before you go on to ask. And search: Most likely your problem occured to 5 other people before and has been solved on the MessageBoard |
|
September 27, 2016, 16:39 |
|
#15 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
BTW: are you using the released version of OF 4.0?
__________________
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 |
||
September 27, 2016, 17:27 |
|
#16 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Quote:
|
||
September 27, 2016, 18:31 |
|
#17 | |
New Member
Ram
Join Date: Sep 2016
Posts: 6
Rep Power: 10 |
Quote:
../FieldValueExpressionParser.yy:3697:13: required from here /opt/openfoam4/src/finiteVolume/lnInclude/fvcD2dt2.C:53:20: error: passing ‘const Foam::fv::d2dt2Scheme<Foam::SphericalTensor<double > >’ as ‘this’ argument of ‘Foam::tmp<Foam::GeometricField<Type, Foam::fvPatchField, Foam::volMesh> > Foam::fv::d2dt2Scheme<Type>::fvcD2dt2(const Foam::GeometricField<Type, Foam::fvPatchField, Foam::volMesh>&) [with Type = Foam::SphericalTensor<double>]’ discards qualifiers [-fpermissive] and to answer your question yes I'm using OF 4.0 |
||
September 27, 2016, 20:12 |
|
#18 | |
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 |
||
September 27, 2016, 20:14 |
|
#19 | |
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 |
||
September 30, 2016, 10:05 |
swak4foam for OpenFOAM 4.0
|
#20 |
New Member
Sachin
Join Date: Sep 2016
Location: Poitiers,France
Posts: 17
Rep Power: 10 |
hi....i am new in openfoam. is there anybody know how to install swak4Foam in openfoam4.0.
g++ -std=c++0x -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3 -DNoRepository -ftemplate-depth-100 -IMake/linux64GccDPInt32Opt -I/opt/openfoam4/src/finiteVolume/lnInclude -I/opt/openfoam4/src/sampling/lnInclude -I/opt/openfoam4/src/fileFormats/lnInclude -I/opt/openfoam4/src/triSurface/lnInclude -I/opt/openfoam4/src/dynamicMesh/lnInclude -I/opt/openfoam4/src/surfMesh/lnInclude -I/opt/openfoam4/src/lagrangian/basic/lnInclude -I/opt/openfoam4/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam4/src/OpenFOAM/lnInclude -I/opt/openfoam4/src/OSspecific/POSIX/lnInclude -fPIC -c repositories/RepositoryBase.C -o Make/linux64GccDPInt32Opt/repositories/RepositoryBase.o g++ -std=c++0x -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3 -DNoRepository -ftemplate-depth-100 -IMake/linux64GccDPInt32Opt -I/opt/openfoam4/src/finiteVolume/lnInclude -I/opt/openfoam4/src/sampling/lnInclude -I/opt/openfoam4/src/fileFormats/lnInclude -I/opt/openfoam4/src/triSurface/lnInclude -I/opt/openfoam4/src/dynamicMesh/lnInclude -I/opt/openfoam4/src/surfMesh/lnInclude -I/opt/openfoam4/src/lagrangian/basic/lnInclude -I/opt/openfoam4/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam4/src/OpenFOAM/lnInclude -I/opt/openfoam4/src/OSspecific/POSIX/lnInclude -fPIC -c repositories/SurfacesRepository.C -o Make/linux64GccDPInt32Opt/repositories/SurfacesRepository.o g++ -std=c++0x -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3 -DNoRepository -ftemplate-depth-100 -IMake/linux64GccDPInt32Opt -I/opt/openfoam4/src/finiteVolume/lnInclude -I/opt/openfoam4/src/sampling/lnInclude -I/opt/openfoam4/src/fileFormats/lnInclude -I/opt/openfoam4/src/triSurface/lnInclude -I/opt/openfoam4/src/dynamicMesh/lnInclude -I/opt/openfoam4/src/surfMesh/lnInclude -I/opt/openfoam4/src/lagrangian/basic/lnInclude -I/opt/openfoam4/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam4/src/OpenFOAM/lnInclude -I/opt/openfoam4/src/OSspecific/POSIX/lnInclude -fPIC -c repositories/MeshesRepository.C -o Make/linux64GccDPInt32Opt/repositories/MeshesRepository.o /opt/openfoam4/wmake/rules/General/transform:8: recipe for target 'Make/linux64GccDPInt32Opt/helpers/exprString.o' failed make: *** [Make/linux64GccDPInt32Opt/helpers/exprString.o] Error 1 make: *** Waiting for unfinished jobs.... Parser library did not compile OK. No sense continuing as everything else depends on it Requirements for Library not satisfied. I see no sense in going on Check the README before you go on to ask. And search: Most likely your problem occured to 5 other people before and has been solved on the MessageBoard |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] swak4Foam installation on OpenFOAM 4.0 | blttkgl | OpenFOAM Community Contributions | 1 | March 14, 2017 12:06 |
[swak4Foam] and twoPhaseEulerFoam | mnikku | OpenFOAM Community Contributions | 1 | February 19, 2016 06:21 |
source term in near wall cell | rajcfd | OpenFOAM Pre-Processing | 5 | February 1, 2016 11:31 |
[swak4Foam] Install swak4Foam on OpenFOAM1.7.1 on Ubuntu 13.04 | kobayashi | OpenFOAM Community Contributions | 2 | January 5, 2014 18:33 |
[swak4Foam] fails in parallel with -otherTime? | Phicau | OpenFOAM Community Contributions | 3 | June 26, 2013 14:00 |