|
[Sponsors] |
October 22, 2010, 14:10 |
Problem
|
#22 |
New Member
Jano
Join Date: Oct 2010
Posts: 3
Rep Power: 16 |
Dear all,
I was trying to follow the above steps in OpenFoam 1.7 and something was wrong Iḿ new with linux and OpenFoam; could someone help me? |
|
October 22, 2010, 14:13 |
|
#23 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Jano and welcome to the forum!
For OpenFOAM 1.7.0 and above, all you have to do to build ccm26ToFoam is: Code:
$FOAM_APP/utilities/mesh/conversion/Optional/Allwmake Bruno
__________________
|
|
October 22, 2010, 20:16 |
|
#24 |
New Member
Jano
Join Date: Oct 2010
Posts: 3
Rep Power: 16 |
Many thanks for your fast reply Bruno!
when I have tried: /opt/openfoam171/applications$ utilities/mesh/conversion/Optional/Allwmake cd + ./AllwmakeLibccmio utilities/mesh/conversion/Optional/Allwmake: 1: ./AllwmakeLibccmio: not found + [ -e /libccmio.so ] Do you know where the problem could be? Again many thanks! Jano |
|
October 22, 2010, 23:35 |
|
#25 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Jano,
I forgot about asking you which version you were using ... OK, you're using the Debian packages for Ubuntu that OpenCFD made available. Unfortunately, they've made the packages without taking into account those who wish to build ccm26ToFoam. Therefore, here it is the step-by-step mini-guide for getting your own ccm26ToFoam built with your installed version of OpenFOAM:
Good luck! Best regards, Bruno
__________________
Last edited by wyldckat; October 23, 2010 at 14:14. Reason: see "edit:" |
|
October 23, 2010, 10:55 |
|
#26 |
New Member
Jano
Join Date: Oct 2010
Posts: 3
Rep Power: 16 |
This is quite complicated!
I think that there is some problem with the third party folder sudo sed -i -e 's=cd $WM_THIRD_PARTY_DIR && ==' -e 's=FOAM_LIBBIN=FOAM_USER_LIBBIN=' Allwmake sed: non se puido ler Allwmake: No such file or directory Ifeel I'm heavy with this theme, but do not know what to do? Best regards |
|
October 23, 2010, 14:13 |
|
#27 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Jano,
Sorry about that I forgot that you were new to this. OK, new instructions, simplified:
Good luck! Bruno
__________________
|
|
July 21, 2011, 18:23 |
|
#29 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings to all!
Since the deb packages for OpenFOAM 2.0.0 have been changed considerably, here's a modified package for 2.0.0. Keep in mind that this modification will not work for 1.7.0 nor 1.7.1. Instructions are the same as the ones from the before-previous post Best regards, Bruno
__________________
|
|
July 22, 2011, 06:58 |
|
#30 |
New Member
Gustavo
Join Date: Feb 2010
Location: Curitiba - PR - Brasil
Posts: 16
Rep Power: 16 |
Hi Bruno,
thanks once again. Excellent. Best regards, Gustavo. |
|
February 19, 2012, 15:21 |
|
#31 |
Member
Join Date: Nov 2011
Posts: 44
Rep Power: 14 |
Hello.
I get this error when running the script. I am running OF 2.0.0 on a Mac. Anyone know what I can do? Thank you Francesco-Ferronis-MacBook-Proesktop MacbookPro$ ./ccm26local sed: -e: No such file or directory + /Users/MacbookPro/OpenFOAM/ThirdParty-2.0.x/AllwmakeLibccmio downloading libccmio-2.6.1.tar.gz from https://wci.llnl.gov/codes/visit/3rd...o-2.6.1.tar.gz etc/tools/ThirdPartyFunctions: line 72: wget: command not found no download/libccmio-2.6.1.tar.gz to unpack + cd libccmio-2.6.1 /Users/MacbookPro/OpenFOAM/ThirdParty-2.0.x/AllwmakeLibccmio: line 67: cd: libccmio-2.6.1: No such file or directory + exit 1 + '[' -e /Users/MacbookPro/OpenFOAM/ThirdParty-2.0.x/platforms/darwinIntel64Gcc45DPOpt/lib/libccmio.so ']' |
|
February 19, 2012, 15:51 |
|
#32 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi fferroni,
Apparently you don't have GNU shell tools installed or whatever it's called on Mac... and possibly is available on Mac ports. I say this because sed doesn't seem to work the same way it does on Linux and you don't even have wget installed either. It will probably be faster to manually do the commands shown in the script, instead of simply running the script. sed acts a fast text editor and wget acts as a downloader. The two scripts that need some steps done manually are:
Bruno
__________________
|
|
February 19, 2012, 16:26 |
|
#33 |
Member
Join Date: Nov 2011
Posts: 44
Rep Power: 14 |
Hi,
Thanks for the really quick response. I did the commands manually, substituting WM_THIRD_PARTY_DIR with . and FOAM_EXT_LIBBIN with FOAM_USER_LIBBIN in the appropriate files. Then I downloaded libccmio-2.6.1, ran the scripts etc. but I get these errors with MacBook-Pro:Optional MacbookPro$ ./AllwmakeLibccmio + cd libccmio-2.6.1 + mkdir Make mkdir: Make: File exists + cp -n ../wmakeFiles/libccmio/files ../wmakeFiles/libccmio/options Make/ + wmake libso /bin/sh: g++-mp-4.5: command not found make: *** [libNULL.dylib] Error 127 So far, I have a folder Optional in $WM_PROJECT_USER_DIR with Allwmake, AllwmakeLibccmio, build.log, cc26ToFoam folder, tools folder, wmakeFiles folder and libccmio-2.6.1 folder. Not sure what the problem is! Any help is appreciated Thank you again. Best, Francesco Last edited by fferroni; February 19, 2012 at 17:00. |
|
February 19, 2012, 18:49 |
|
#34 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Francesco,
Well, you're missing g++-mp-4.5, one of the parts of the gcc 4.5 compiler toolkit... which is another big indication that you are missing several tools. On the following post is a recent guide on how to install OpenFOAM 2.1.x on Macs: http://www.cfd-online.com/Forums/ope...tml#post343833 post #22 - there you should find a lot of instructions that are needed for both 2.0.0 and 2.1.x I don't have a Mac myself, so I can't help much more than this Good luck! Bruno
__________________
|
|
February 19, 2012, 20:10 |
|
#35 |
Member
Join Date: Nov 2011
Posts: 44
Rep Power: 14 |
Hmm this is very strange.
I have gcc45 installed. I checked in Macports and I have: gcc45 @4.5.3_1 (active) Furthermore, just today I compiled an openfoam solver, and in the messages there was: ... g++-mp-4.5 -m64 -DdarwinIntel64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O2 ... etc. So perhaps the Allwmake file is somehow not compatible with a Mac? :S I really have no idea.. my knowledge of these things is far from enough Thanks wyldckat for helping me so far though! Anyone? |
|
February 20, 2012, 05:36 |
|
#36 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Francesco,
Have you tried doing the following commands manually, from where AllwmakeLibccmio is being executed? Code:
cd libccmio-2.6.1 wmake libso Good luck! Bruno
__________________
|
|
June 10, 2012, 11:59 |
|
#37 |
Senior Member
Join Date: Mar 2009
Location: My oyster
Posts: 124
Rep Power: 17 |
Hi everybody,
Finished compiled the stock version of ccm26ToFoam on 2.1.x and I thought I'd share it, just in case anyone could use it:
Code:
EXE_LIBS = \ -lfiniteVolume \ -lmeshTools \ -lccmio \ -L$(FOAM_EXT_LIBBIN) \ -L$(FOAM_USER_LIBBIN) <--- this line right here Happy foaming... Z. |
|
September 18, 2012, 09:08 |
|
#38 |
New Member
Ashish
Join Date: Sep 2012
Posts: 2
Rep Power: 0 |
Hi Bruno ,
I have done same as you have given the second instructions but its giving the error like... unpack download/libccmio-2.6.1.tar.gz + cd libccmio-2.6.1 + mkdir Make + cp -n ../wmakeFiles/libccmio/files ../wmakeFiles/libccmio/options Make/ + wmake libso /opt/OpenFOAM-2.1.0/wmake/wmake: Zeile 222: make: Kommando nicht gefunden. /opt/OpenFOAM-2.1.0/wmake/wmake: Zeile 223: make: Kommando nicht gefunden. wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created in /home/student12/OpenFOAM/student12-2.1.0/Optional/libccmio-2.6.1 + '[' -e /home/student12/OpenFOAM/student12-2.1.0/platforms/linux64GccDPOpt/lib/libccmio.so ']' student12@rela-d1:~/Convertor> I dont know what to do now , i have actually .CCM file and i want to convert it into OpenFoam 2.1 please help me out of this as i am new too in OpenFoam. Your help will be appreciable. |
|
September 18, 2012, 09:27 |
|
#39 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Ashish,
Looks like you haven't built any source code yet, because this message: Quote:
Install the missing packages. I'm guessing you'll need to tun this before trying again: Code:
sudo apt-get install build-essential flex bison zlib1g-dev Best regards, Bruno
__________________
|
||
September 18, 2012, 10:25 |
Hi Bruno
|
#40 |
New Member
Ashish
Join Date: Sep 2012
Posts: 2
Rep Power: 0 |
Thanx for your reply,
I have tried it out as what u said , actually its Opensuse linux so i m trying it what the commands given now i have installed the both packages into the Openfoam installation folder and then tried with Opensuse Installation code given but still its giving smthing like this --------- Zum Installieren oder Deinstallieren von Paketen werden Root-Rechte benötigt. Can u tell me whts happening ?? |
|
Tags |
.msh, .vrt, mesh conversion, star-ccm |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
sliding mesh problem in CFX | Saima | CFX | 46 | September 11, 2021 08:38 |
decomposePar problem: Cell 0contains face labels out of range | vaina74 | OpenFOAM Pre-Processing | 37 | July 20, 2020 06:38 |
[Gmsh] 2D Mesh Generation Tutorial for GMSH | aeroslacker | OpenFOAM Meshing & Mesh Conversion | 12 | January 19, 2012 04:52 |
[snappyHexMesh] snappyHexMesh won't work - zeros everywhere! | sc298 | OpenFOAM Meshing & Mesh Conversion | 2 | March 27, 2011 22:11 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |