|
[Sponsors] |
Problems installing OpenFOAM 2.3.0, 1.6-ext and foam-extend 3.0 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 15, 2014, 05:54 |
|
#21 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi Sangamesh,
OK, check if the file "/home/sml5kor/OpenFOAM/OpenFOAM-1.6-ext/ThirdParty/rpmBuild/SOURCES/scotch-5.1.10b.tar.gz" does really exist in your file system, by running: Code:
ls -l /home/sml5kor/OpenFOAM/OpenFOAM-1.6-ext/ThirdParty/rpmBuild/SOURCES/scotch-5.1.10b.tar.gz Code:
tar -tf /home/sml5kor/OpenFOAM/OpenFOAM-1.6-ext/ThirdParty/rpmBuild/SOURCES/scotch-5.1.10b.tar.gz As for the other error during the build of OpenFOAM: indeed, it's very strange that it happens and it does seem to be related with the problem with Scotch. Next I'm going to look into building the "DensityBasedTurbo" repository. Best regards, Bruno
__________________
|
|
March 15, 2014, 08:16 |
|
#22 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
OK, I've finally managed to give a good look into building the DensityBasedTurbo toolkit and I've updated the installation instructions at the wiki: http://openfoamwiki.net/index.php/Ex...o#Installation
In your case, since you've already downloaded the source code, use these steps, with the 1.6-ext environment turned on: Code:
cd $FOAM_RUN/.. cd DensityBasedTurbo/src cp -r timeStepping/MRF/* $FOAM_SRC/finiteVolume/cfdTools/general/MRF/ wmake libso $FOAM_SRC/finiteVolume ./Allwmake edit: Instructions for building on foam-extend 3.0 are also available here: http://openfoamwiki.net/index.php/Ex...oam-extend_3.0 Last edited by wyldckat; March 15, 2014 at 08:50. Reason: see "edit:" |
|
March 17, 2014, 00:06 |
|
#23 |
Senior Member
Join Date: Sep 2013
Location: Bangalore India
Posts: 134
Rep Power: 13 |
Hi Bruno,
I managed to install But when I run the case cavity and check for paraFoam then i am getting the following error. Code:
sml5kor@BMH301562:~/OpenFOAM/sml5kor-1.6-ext/run/cavity$ paraFoam created temporary 'cavity.foam' /home/sml5kor/OpenFOAM/OpenFOAM-1.6-ext/bin/paraFoam: 129: /home/sml5kor/OpenFOAM/OpenFOAM-1.6-ext/bin/paraFoam: paraview: not found Last edited by sam.ho; March 17, 2014 at 02:45. |
|
March 17, 2014, 03:00 |
Segmentation fault (core dumped) in transonicMRFDyMFoam
|
#24 |
Senior Member
Join Date: Sep 2013
Location: Bangalore India
Posts: 134
Rep Power: 13 |
Hi,
I followed your procedure to compile DensityBasedTurbo and hopefully it compiled well but when I ran the Axial_Rotor_MRF turorial then i am gettint the following error. Could you please help me to run this case successfully ? Code:
sml5kor@BMH301562:~/OpenFOAM/sml5kor-1.6-ext/DensityBasedTurbo/run/Axial_Rotor_MRF$ transonicMRFDyMFoam /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM Extend Project: Open source CFD | | \\ / O peration | Version: 1.6-ext | | \\ / A nd | Web: www.extend-project.de | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 1.6-ext Exec : transonicMRFDyMFoam Date : Mar 17 2014 Time : 12:26:34 Host : BMH301562 PID : 16550 Case : /home/sml5kor/OpenFOAM/sml5kor-1.6-ext/DensityBasedTurbo/run/Axial_Rotor_MRF nProcs : 1 SigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create dynamic mesh for time = 0 Selecting dynamicFvMesh staticFvMesh Reading thermophysical properties Selecting thermodynamics package hPsiThermo<pureMixture<constTransport<specieThermo<hConstThermo<perfectGas>>>>> Segmentation fault (core dumped) Code:
sml5kor@BMH301562:~/OpenFOAM/sml5kor-1.6-ext/DensityBasedTurbo/run/Axial_Rotor_MRF$ blockMesh /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM Extend Project: Open source CFD | | \\ / O peration | Version: 1.6-ext | | \\ / A nd | Web: www.extend-project.de | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 1.6-ext Exec : blockMesh Date : Mar 17 2014 Time : 11:48:51 Host : BMH301562 PID : 15860 Case : /home/sml5kor/OpenFOAM/sml5kor-1.6-ext/DensityBasedTurbo/run/Axial_Rotor_MRF nProcs : 1 SigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Creating block mesh from "/home/sml5kor/OpenFOAM/sml5kor-1.6-ext/DensityBasedTurbo/run/Axial_Rotor_MRF/constant/polyMesh/blockMeshDict" Creating blockCorners Creating curved edges Creating blocks Creating patches Creating block mesh topology Default patch type set to empty Check block mesh topology Basic statistics Number of internal faces : 136 Number of boundary faces : 112 Number of defined boundary faces : 112 Number of undefined boundary faces : 0 Checking patch -> block consistency Creating block offsets Creating merge list . Creating points with scale 0.001 Creating cells Creating patches Creating mesh from block mesh Default patch type set to empty There are no merge patch pairs Adding cell zones 0 rotor Writing cell zones as cellSets Writing polyMesh End Code:
sml5kor@BMH301562:~/OpenFOAM/sml5kor-1.6-ext/DensityBasedTurbo/run/Axial_Rotor_MRF$ paraFoam created temporary 'Axial_Rotor_MRF.foam' /home/sml5kor/OpenFOAM/OpenFOAM-1.6-ext/bin/paraFoam: 129: /home/sml5kor/OpenFOAM/OpenFOAM-1.6-ext/bin/paraFoam: paraview: not found |
|
March 22, 2014, 07:17 |
|
#25 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi sam.ho,
I thought that the issue with ParaView was already solved, but apparently it's not. Edit the file "/etc/apt/sources.list" once again and modify it to this: Code:
deb http://archive.ubuntu.com/ubuntu/ precise main universe deb http://security.ubuntu.com/ubuntu/ precise-security main universe deb http://archive.ubuntu.com/ubuntu/ precise-updates main universe Then run: Code:
sudo apt-get update
In addition, if you already have FOAM-Extend 3.0 working as intended, then you can also build the DensityBasedTurbo toolkit in this version, as long as you follow the dedicated instructions for it: http://openfoamwiki.net/index.php/Ex...oam-extend_3.0 And for this version, you can use the latest swak4Foam 0.3.0. Best regards, Bruno
__________________
Last edited by wyldckat; March 22, 2014 at 07:18. Reason: see "edit:" |
|
March 24, 2014, 00:43 |
|
#26 | |
Senior Member
Join Date: Sep 2013
Location: Bangalore India
Posts: 134
Rep Power: 13 |
Quote:
My source.list contains the following Code:
deb http://archive.ubuntu.com/ubuntu precise main universe deb-src http://archive.ubuntu.com/ubuntu precise main universe deb http://security.ubuntu.com/ubuntu/ precise-security main universe deb http://archive.ubuntu.com/ubuntu/ precise-updates main universe I obtained following on the terminal. Code:
sml5kor@BMH301562:~$ sudo gedit /etc/apt/sources.list [sudo] password for sml5kor: sml5kor@BMH301562:~$ sudo apt-get update Err http://security.ubuntu.com precise-security Release.gpg Something wicked happened resolving 'security.ubuntu.com:http' (-5 - No address associated with hostname) Err http://archive.ubuntu.com precise Release.gpg Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) Err http://www.openfoam.org precise Release.gpg Something wicked happened resolving 'www.openfoam.org:http' (-5 - No address associated with hostname) Err http://archive.ubuntu.com precise-updates Release.gpg Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) Ign http://www.openfoam.org precise Release Ign http://archive.ubuntu.com precise Release Ign http://security.ubuntu.com precise-security Release Ign http://archive.ubuntu.com precise-updates Release Ign http://www.openfoam.org precise/main TranslationIndex Ign http://security.ubuntu.com precise-security/main TranslationIndex Ign http://security.ubuntu.com precise-security/universe TranslationIndex Ign http://archive.ubuntu.com precise/main TranslationIndex Ign http://archive.ubuntu.com precise/universe TranslationIndex Err http://www.openfoam.org precise/main amd64 Packages Something wicked happened resolving 'www.openfoam.org:http' (-5 - No address associated with hostname) Ign http://archive.ubuntu.com precise-updates/main TranslationIndex Err http://www.openfoam.org precise/main i386 Packages Something wicked happened resolving 'www.openfoam.org:http' (-5 - No address associated with hostname) Ign http://archive.ubuntu.com precise-updates/universe TranslationIndex Err http://www.openfoam.org precise/main Translation-en_IN Something wicked happened resolving 'www.openfoam.org:http' (-5 - No address associated with hostname) Err http://www.openfoam.org precise/main Translation-en Something wicked happened resolving 'www.openfoam.org:http' (-5 - No address associated with hostname) Err http://security.ubuntu.com precise-security/main amd64 Packages Something wicked happened resolving 'security.ubuntu.com:http' (-5 - No address associated with hostname) Err http://security.ubuntu.com precise-security/universe amd64 Packages Something wicked happened resolving 'security.ubuntu.com:http' (-5 - No address associated with hostname) Err http://security.ubuntu.com precise-security/main i386 Packages Something wicked happened resolving 'security.ubuntu.com:http' (-5 - No address associated with hostname) Err http://security.ubuntu.com precise-security/universe i386 Packages Something wicked happened resolving 'security.ubuntu.com:http' (-5 - No address associated with hostname) Err http://security.ubuntu.com precise-security/main Translation-en_IN Something wicked happened resolving 'security.ubuntu.com:http' (-5 - No address associated with hostname) Err http://security.ubuntu.com precise-security/main Translation-en Something wicked happened resolving 'security.ubuntu.com:http' (-5 - No address associated with hostname) Err http://security.ubuntu.com precise-security/universe Translation-en_IN Something wicked happened resolving 'security.ubuntu.com:http' (-5 - No address associated with hostname) Err http://security.ubuntu.com precise-security/universe Translation-en Something wicked happened resolving 'security.ubuntu.com:http' (-5 - No address associated with hostname) Err http://archive.ubuntu.com precise/main Sources Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) Err http://archive.ubuntu.com precise/universe Sources Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) Err http://archive.ubuntu.com precise/main amd64 Packages Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) Err http://archive.ubuntu.com precise/universe amd64 Packages Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) Err http://archive.ubuntu.com precise/main i386 Packages Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) Err http://archive.ubuntu.com precise/universe i386 Packages Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) Err http://archive.ubuntu.com precise-updates/main amd64 Packages Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) Err http://archive.ubuntu.com precise-updates/universe amd64 Packages Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) Err http://archive.ubuntu.com precise-updates/main i386 Packages Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) Err http://archive.ubuntu.com precise-updates/universe i386 Packages Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) Err http://archive.ubuntu.com precise/main Translation-en_IN Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) Err http://archive.ubuntu.com precise/main Translation-en Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) Err http://archive.ubuntu.com precise/universe Translation-en_IN Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) Err http://archive.ubuntu.com precise/universe Translation-en Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) Err http://archive.ubuntu.com precise-updates/main Translation-en_IN Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) Err http://archive.ubuntu.com precise-updates/main Translation-en Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) Err http://archive.ubuntu.com precise-updates/universe Translation-en_IN Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) Err http://archive.ubuntu.com precise-updates/universe Translation-en Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/Release.gpg Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/Release.gpg Something wicked happened resolving 'security.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/Release.gpg Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://www.openfoam.org/download/ubuntu/dists/precise/Release.gpg Something wicked happened resolving 'www.openfoam.org:http' (-5 - No address associated with hostname) W: Failed to fetch http://www.openfoam.org/download/ubuntu/dists/precise/main/binary-amd64/Packages Something wicked happened resolving 'www.openfoam.org:http' (-5 - No address associated with hostname) W: Failed to fetch http://www.openfoam.org/download/ubuntu/dists/precise/main/binary-i386/Packages Something wicked happened resolving 'www.openfoam.org:http' (-5 - No address associated with hostname) W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/main/source/Sources Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/universe/source/Sources Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/main/binary-amd64/Packages Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/universe/binary-amd64/Packages Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/main/binary-i386/Packages Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/universe/binary-i386/Packages Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/main/binary-amd64/Packages Something wicked happened resolving 'security.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/universe/binary-amd64/Packages Something wicked happened resolving 'security.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/main/binary-i386/Packages Something wicked happened resolving 'security.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/universe/binary-i386/Packages Something wicked happened resolving 'security.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-amd64/Packages Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/universe/binary-amd64/Packages Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/binary-i386/Packages Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/universe/binary-i386/Packages Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://www.openfoam.org/download/ubuntu/dists/precise/main/i18n/Translation-en_IN Something wicked happened resolving 'www.openfoam.org:http' (-5 - No address associated with hostname) W: Failed to fetch http://www.openfoam.org/download/ubuntu/dists/precise/main/i18n/Translation-en Something wicked happened resolving 'www.openfoam.org:http' (-5 - No address associated with hostname) W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/main/i18n/Translation-en_IN Something wicked happened resolving 'security.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/main/i18n/Translation-en Something wicked happened resolving 'security.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/universe/i18n/Translation-en_IN Something wicked happened resolving 'security.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/universe/i18n/Translation-en Something wicked happened resolving 'security.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/main/i18n/Translation-en_IN Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/main/i18n/Translation-en Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/universe/i18n/Translation-en_IN Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise/universe/i18n/Translation-en Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/i18n/Translation-en_IN Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/i18n/Translation-en Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/universe/i18n/Translation-en_IN Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-updates/universe/i18n/Translation-en Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) E: Some index files failed to download. They have been ignored, or old ones used instead. And regarding Axial_Rotor_MRF I have run the case successfully. By compiling simpleFunctionObjects from Breeder-1.6 Thank you bruno |
||
March 24, 2014, 05:32 |
Installing foam-extend-3.0 from a binary package
|
#27 |
Senior Member
Sita Drost
Join Date: Mar 2009
Location: Arnhem, The Netherlands
Posts: 227
Rep Power: 18 |
Hi all,
When installing foam-extend-3.0 from a binary (foam-extend_3.0-1_amd64.precise.deb, on Ubuntu 12.04 LTS, 64 bits), it ends up under /opt/foam. However, the instructions for installing from source tell me to install it under /home/OpenFOAM. Is that a problem? When I run foamInstallationTest, it gives errors, but these might also be caused by something else of course. Best, Sita |
|
March 24, 2014, 23:41 |
|
#28 |
Senior Member
Join Date: Sep 2013
Location: Bangalore India
Posts: 134
Rep Power: 13 |
Hi,
could you post the error obtained ? |
|
March 25, 2014, 04:35 |
|
#29 |
Senior Member
Sita Drost
Join Date: Mar 2009
Location: Arnhem, The Netherlands
Posts: 227
Rep Power: 18 |
Sure:
WARNING: gcc version does not match gcc supplied with this release of OpenFOAM Supplied version: 4.3.3 User version : 4.6.3 Minimum required: 4.3.1 gcc 4.6.3 WARNING: Conflicting installations: OpenFOAM settings : /bin/gcc current path : /usr/bin/gcc CRITICAL ERROR gzip 1.4 /bin/gzip tar 1.26 /bin/tar icoFoam 3.0 ...am-extend-3.0/applications/bin/linux64GccDPOpt/icoFoam ------------------------------------------------------------------------------- Summary ------------------------------------------------------------------------------- Base configuration ok. The foam installation contains 1 critical error(s). Review the output for warning messages and consult the installation guide for trouble shooting. done. The warnings are the same as in my previous OpenFOAM version (1.6-ext), but the critical error is new to me. |
|
March 25, 2014, 04:41 |
|
#30 |
Senior Member
Join Date: Sep 2013
Location: Bangalore India
Posts: 134
Rep Power: 13 |
Hi ,
I feel you need to install it home/OpenFOAM .. Or else you need to change environmental variables. If you change the installation path then you have to change the environmental variables according to it. Regards, Sangamesh Hosur |
|
March 25, 2014, 09:58 |
|
#31 |
Senior Member
Sita Drost
Join Date: Mar 2009
Location: Arnhem, The Netherlands
Posts: 227
Rep Power: 18 |
Thanks, I'll try installing it from source.
Best, Sita 27 Mar 2014 update: I installed foam-extend-3.0 from source, works fine up to now (except that I have to choose a reader every time I open paraFoam) Last edited by sita; March 27, 2014 at 09:03. Reason: update |
|
March 25, 2014, 23:21 |
|
#32 | |
Senior Member
Join Date: Sep 2013
Location: Bangalore India
Posts: 134
Rep Power: 13 |
Quote:
Paraview issue also got resolved. The problem was the repository. As i cant excess the universal repository in my organization. Hence I used my organization repository to resolve this issue. I thank you very much for support. Regards, Sangamesh Hosur |
||
March 27, 2014, 07:18 |
fluent3DMeshToFoam problem in OpenFOAM-1.6-ext
|
#33 |
Senior Member
Join Date: Sep 2013
Location: Bangalore India
Posts: 134
Rep Power: 13 |
Hi Bruno,
I have installed openFOAM-1.6-ext and truing to convert fluent mesh to OpenFOAM mesh but it gives an error that "command not found" And the same i checked with OpenFOAM-2.3.0. Here its working absolutely fine. What could be the reason ? |
|
March 28, 2014, 18:35 |
|
#34 | ||
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Greetings to all!
@sam.ho: Quote:
@sita: Quote:
Best regards, Bruno
__________________
|
|||
March 31, 2014, 04:37 |
|
#35 | |
Senior Member
Sita Drost
Join Date: Mar 2009
Location: Arnhem, The Netherlands
Posts: 227
Rep Power: 18 |
Quote:
I followed the installation instructions on wikki.gridcore.se, starting from the part "Set environment variables", and also occasionally checked the README that came with foam-extend-3.0. The pc that I installed foam-extend-3.0 on is not allowed on sourceforge (company policy...), so I first downloaded foam-extend-3.0_349d2a5.tar.gz using my private pc, then ran foamSystemCheck, and when everything turned out to be OK, I started the installation. Did I skip something essential? Best, Sita |
||
April 5, 2014, 16:31 |
|
#36 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi Sita,
Quote:
Best regards, Bruno
__________________
|
||
|
|