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

OpenFOAM-1.6 install cookbook

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 30, 2009, 14:47
Default
  #101
Member
 
Nugroho Adi
Join Date: Mar 2009
Location: norway
Posts: 79
Rep Power: 17
mahaputra is on a distinguished road
Hei

i dont have problem within my Ubuntu 9.10.

my OF 1.6.x and 1.5-dev work well.


of16x@user-laptop:~$ gcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../configure --enable-languages=c,c++ --with-pkgversion=OpenFOAM --enable-__cxa_atexit --enable-libstdcxx-allocator=new --with-system-zlib --prefix=/home/dm2/henry/OpenFOAM/ThirdParty/gcc-4.3.3/platforms/linux --with-mpfr=/home/dm2/henry/OpenFOAM/ThirdParty/mpfr-2.4.1/platforms/linux --with-gmp=/home/dm2/henry/OpenFOAM/ThirdParty/gmp-4.2.4/platforms/linux
Thread model: posix
gcc version 4.3.3 (OpenFOAM)


of16x@user-laptop:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 9.10
Release: 9.10
Codename: karmic

i used Mads script when i install OF 1.6.x
mahaputra is offline   Reply With Quote

Old   October 30, 2009, 14:48
Default
  #102
New Member
 
Join Date: Oct 2009
Posts: 15
Rep Power: 16
menorka is on a distinguished road
Yeah, it's using the /usr/bin/cmake.

Could be me, not the script though. I just tried it on Debian Lenny. No luck there either. Exactly the same errors when compiling.

A manual makeParaFoam, that wouldn't even start in Ubuntu 9.10, makes it further this time...

Code:
[ 35%] Building CXX object Utilities/VTKClientServer/Filtering/CMakeFiles/vtkFilteringCS.dir/vtkFilteringCSInit.o
Linking CXX shared library ../../../bin/libvtkFilteringCS.so
[ 35%] Built target vtkFilteringCS
make: *** [all] Error 2
menorka is offline   Reply With Quote

Old   October 30, 2009, 15:19
Default
  #103
Senior Member
 
akidess's Avatar
 
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 29
akidess will become famous soon enough
Mahaputra, did you install 9.10 and then OpenFOAM, or did you have OpenFOAM running already and then upgrade? Because in that case, you would have skipped the problematic compilation (once it's compiled there shouldn't been an issue).

Menorka, is there another error further up in the log?
akidess is offline   Reply With Quote

Old   October 30, 2009, 15:28
Default
  #104
New Member
 
Join Date: Oct 2009
Posts: 15
Rep Power: 16
menorka is on a distinguished road
Quote:
Originally Posted by akidess View Post
Mahaputra, did you install 9.10 and then OpenFOAM, or did you have OpenFOAM running already and then upgrade? Because in that case, you would have skipped the problematic compilation (once it's compiled there shouldn't been an issue).

Menorka, is there another error further up in the log?
Indeed there was. Missed this...
Code:
[ 34%] Building CXX object VTK/Rendering/CMakeFiles/vtkRendering.dir/vtkGraphicsFactory.o
In file included from /home/linus/OpenFOAM/ThirdParty-1.6.x/paraview-3.6.1/VTK/Rendering/vtkGraphicsFactory.cxx:65:
/home/linus/OpenFOAM/ThirdParty-1.6.x/paraview-3.6.1/VTK/Rendering/vtkXRenderWindowInteractor.h:37:74: error: X11/StringDefs.h: No such file or directory
/home/linus/OpenFOAM/ThirdParty-1.6.x/paraview-3.6.1/VTK/Rendering/vtkXRenderWindowInteractor.h:38:73: error: X11/Intrinsic.h: No such file or directory
menorka is offline   Reply With Quote

Old   October 30, 2009, 15:32
Default
  #105
Member
 
Nugroho Adi
Join Date: Mar 2009
Location: norway
Posts: 79
Rep Power: 17
mahaputra is on a distinguished road
hehe

I had my OpenFOAM running already and then upgrade to 9.10

sorry, not solve the problem
mahaputra is offline   Reply With Quote

Old   October 30, 2009, 16:39
Default
  #106
New Member
 
Join Date: Oct 2009
Posts: 15
Rep Power: 16
menorka is on a distinguished road
Installed xorg-dev and paraFoam compiled without a hitch. Thanks to everyone for all your help and an extra thanks to Mads for putting up this script!
menorka is offline   Reply With Quote

Old   October 31, 2009, 08:13
Default
  #107
New Member
 
Mostafa Moghaddami
Join Date: Oct 2009
Posts: 13
Rep Power: 16
Mostafa is on a distinguished road
Hi Mads;
Thank you for your cookbook .
I was able to install OF on a fresh 9.04 ubuntu without any problem.
It was great.

Tnx.

Mostafa
Mostafa is offline   Reply With Quote

Old   November 1, 2009, 12:55
Default
  #108
Senior Member
 
Join Date: Mar 2009
Location: Norway
Posts: 137
Rep Power: 17
kjetil is on a distinguished road
Quote:
Originally Posted by menorka View Post
Can't get paraFoam to work despite running the old script.
I'm sure the "installation script" is fine. However, I have used the guide found here http://ubuntuforums.org/showthread.php?t=156298 on both 1.5 and 1.6 without much trouble. I have never recompiled the tarballs downloaded from sourceforge. In release 9.10 though, I had to install libqt4-dev (and I chose also cmake and build-essential in case I had to rebuild something), else I would get an error, and then paraFoam and everything else works like a charm.

NOTE: I do have to use the "export LANG=C" before running paraFoam, as my system is not set up to use English as native language. Thereby the decimal is "," and not "." - which has proven to be a problem for the PV3FoamReader plugin.
kjetil is offline   Reply With Quote

Old   November 2, 2009, 02:43
Default
  #109
Senior Member
 
MadsR's Avatar
 
Mads Reck
Join Date: Aug 2009
Location: Copenhagen, Denmark
Posts: 177
Rep Power: 17
MadsR is on a distinguished road
Kjetil, the guide you are referring to, is not doing exactly the same as the script. The guide you mention, is merely downloading already compiled binaries and this normally works effortless. This thread, however, is going full monty :-) and compiles OpenFOAM from source.

/Mads
__________________
Online free airfoil-mesher for OpenFOAM here
MadsR is offline   Reply With Quote

Old   November 2, 2009, 13:01
Default
  #110
New Member
 
Join Date: Jul 2009
Posts: 10
Rep Power: 16
Future Science is on a distinguished road
I followed everything as suggested on the OpenFOAM website for the current release (1.6), but I have a problem with the installation.

With order:

I've downloaded:
- OpenFOAM-1.6.General.gtgz
- ThirdParty-1.6.General.gtgz

I am trying to install OpenFOAM 1.6 on Ubuntu 9.10 Karmic Koala, 64 bit version.

When I update the environment variables by sourcing the $HOME/.bashrc file by typing in the terminal:

Code:
* . $HOME/.bashrc
I receive this message:

Code:
Warning in /home/MyUserName/OpenFOAM/OpenFOAM-1.6/etc/settings.sh:
    Cannot find /home/MyUserName/OpenFOAM/ThirdParty-1.6/gcc-4.3.3/platforms/linux64 installation.
    Please install this compiler version or if you wish to use the system compiler,
    change the 'compilerInstall' setting to 'System' in this file
On Karmic the gcc version that I am using is gcc-4.4.1 (which I think is the latest one for the moment): how can I use this compiler to make OpenFOAM work?
What actions/commands should I use?
Future Science is offline   Reply With Quote

Old   November 2, 2009, 15:50
Default installation solved for OpenFOAM 1.6.x at ubuntu 9.10 amd64
  #111
New Member
 
Dhondu Pant
Join Date: Nov 2009
Posts: 6
Rep Power: 16
dhondupant is on a distinguished road
hi

i had similiar problems then you guys. therefore i checked some other forums in the www and mixed a working solution.

thanks to the authors:

Piotr Prusinski

Alberto Passalacqua


quote begins:

Installing OpenFOAM 1.6.x and keeping it up to date
Aug.14, 2009 in CFD, OpenFOAM

OpenCFDTM regularly releases updates for OpenFOAMTM using a GIT repository, which can be conveniently used both for a fresh installation and to keep your current OpenFOAM installation up to date.

First installation

* Create a directory called OpenFOAM in your home directory: mkdir ~/OpenFOAM
* Enter the OpenFOAM directory: cd ~/OpenFOAM
* Download the OpenFOAM sources from the GIT repository: git clone git://repo.or.cz/OpenFOAM-1.6.x.git

* Download the third party packages from the OpenCFD website. If you are using a 64-bit system, you need to download also the 32-bit version of the third party package, containing cmake.
* Extract the third party packages corresponding to your architecture (32 or 64 bit) in the ~/OpenFOAM directory. If you use a 64 bit system, extract the 32-bit version of the third party packages in another directory from ~/OpenFOAM, and move the cmake directory to the ThirdParty directory into your ~/OpenFOAM directory.

-----> or just type sudo apt-get install cmake


* Create a symbolic link called ThirdParty-1.6.x pointing to ThirdParty-1.6: ln -s ~/OpenFOAM/ThirdParty-1.6/ ~/OpenFOAM/ThirdParty-1.6.x
* Open your ~/.bashrc file in a text editor and add the line: . $HOME/OpenFOAM/OpenFOAM-1.6.x/etc/bashrc

So, I found the source of my problem. And there is even quite simple solution for it. The problem is not the lacking of some libraries but wrong linking. So what you need to do is just:

Code:

cd /home/USER_NAME/OpenFOAM/ThirdParty-1.6.x/gcc-4.3.3/platforms/linux64/lib64

sudo mv libstdc++.so.6 libstdc++.so.6.orig
sudo ln -s /usr/lib/libstdc++.so.6.0.10 libstdc++.so.6

sudo mv libgcc_s.so.1 libgcc_s.so.1.orig
sudo ln -s /lib/libgcc_s.so.1


Of course be carefull and check the version of libstdc++.so.6.0.x before typing and put your USER_NAME in the path.

* Enter the ThirdParty-1.6.x directory: cd ~/OpenFOAM/ThirdParty-1.6.x

* Rebuild Paraview with the following commands (you need qt4 development libraries installed in your system. Check the README file coming with OpenFOAM for a list of working versions)
o rm -rf paraview-3.6.1/platforms
o ./makeParaView



cd $FOAM_UTILITIES/postProcessing/graphics/PV3FoamReader
Code:

./Allwclean
./Allwmake


* Enter the ~/OpenFOAM/OpenFOAM-1.6.x directory: cd ~/OpenFOAM/OpenFOAM-1.6.x
* Rebuild OpenFOAM typing ./Allwmake

Once OpenFOAM 1.6.x is built for the first time, you can easily keep it up to date using GIT.

Update an existing installation of OpenFOAM 1.6.x.

* Enter the ~/OpenFOAM directory: cd ~/OpenFOAM
* Check for updates: git pull
* If there are updates, rebuild OpenFOAM as follows:
o cd ~/OpenFOAM/OpenFOAM-1.6.x
o ./Allwmake

These operations should be repeated often, in order to keep an up to date installation of OpenFOAM and obtain the latest bug fixes.

Enjoy :-)

OpenFOAMTM and OpenCFDTM are registered trademarks of OpenCFD Ltd.
dhondupant is offline   Reply With Quote

Old   November 2, 2009, 16:30
Default
  #112
Senior Member
 
akidess's Avatar
 
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 29
akidess will become famous soon enough
Quote:
Originally Posted by dhondupant View Post

* Create a symbolic link called ThirdParty-1.6.x pointing to ThirdParty-1.6: ln -s ~/OpenFOAM/ThirdParty-1.6/ ~/OpenFOAM/ThirdParty-1.6.x
* Open your ~/.bashrc file in a text editor and add the line: . $HOME/OpenFOAM/OpenFOAM-1.6.x/etc/bashrc

So, I found the source of my problem. And there is even quite simple solution for it. The problem is not the lacking of some libraries but wrong linking. So what you need to do is just:

Code:

cd /home/USER_NAME/OpenFOAM/ThirdParty-1.6.x/gcc-4.3.3/platforms/linux64/lib64

sudo mv libstdc++.so.6 libstdc++.so.6.orig
sudo ln -s /usr/lib/libstdc++.so.6.0.10 libstdc++.so.6

sudo mv libgcc_s.so.1 libgcc_s.so.1.orig
sudo ln -s /lib/libgcc_s.so.1


Of course be carefull and check the version of libstdc++.so.6.0.x before typing and put your USER_NAME in the path.
Technically this is not correcting a link, but replacing the gcc and stdc libraries with your system version. This doesn't really make sense to me, because now you are mixing libraries from your system gcc (4.4) with OpenFOAM's gcc (4.3). I'm glad it works, but I'm not sure it's the root of the problem or that it doesn't come with side effects. It's certainly not something I'd put in the cookbook script per default...
akidess is offline   Reply With Quote

Old   November 5, 2009, 06:11
Default Ubuntu Netbook Remix works fine but Debian 5.0 32 Bit have Problems
  #113
New Member
 
Achim
Join Date: May 2009
Posts: 22
Rep Power: 16
af631717 is on a distinguished road
Hi
thanks for the script. It worked fine for my Acer Netbook (only for fun) but my old workstation has the following problem:
------------------------------------------------------
Retrieveing OpenFOAM...
------------------------------------------------------
Initialized empty Git repository in /home/achim/OpenFOAM/OpenFOAM-1.6.x/.git/
warning: remote HEAD refers to nonexistent ref, unable to checkout.

./install: line 43: /home/achim/OpenFOAM/OpenFOAM-1.6.x/etc/bashrc: Datei oder Verzeichnis nicht gefunden

I changed only
git clone git://repo.or.cz/OpenFOAM-1.6.x.git
to
git clone http://repo.or.cz/r/OpenFOAM-1.6.x.git
because it never worked with the first one - maybe because of the firewall.
Have you an idea why the script does not work here?
Regards
Achim
af631717 is offline   Reply With Quote

Old   November 5, 2009, 18:45
Default
  #114
New Member
 
Kurt Pudniks
Join Date: Sep 2009
Location: Australia
Posts: 6
Rep Power: 16
skinduptruk is on a distinguished road
Quote:
Originally Posted by af631717 View Post
Hi
thanks for the script. It worked fine for my Acer Netbook (only for fun) but my old workstation has the following problem:
------------------------------------------------------
Retrieveing OpenFOAM...
------------------------------------------------------
Initialized empty Git repository in /home/achim/OpenFOAM/OpenFOAM-1.6.x/.git/
warning: remote HEAD refers to nonexistent ref, unable to checkout.

./install: line 43: /home/achim/OpenFOAM/OpenFOAM-1.6.x/etc/bashrc: Datei oder Verzeichnis nicht gefunden

I changed only
git clone git://repo.or.cz/OpenFOAM-1.6.x.git
to
git clone http://repo.or.cz/r/OpenFOAM-1.6.x.git
because it never worked with the first one - maybe because of the firewall.
Have you an idea why the script does not work here?
Regards
Achim
i had this same problem as i mentioned above in this thread and was just going to ask about it again as well as it's bugging me... i realise its more a git problem than an openfoam problem.

i also have a firewall that is quite strict, i wonder if that's the reason? it seems like both the links work but only for some and not others.

i'm sure the answer will be trivial and obvious to someone - please enlighten us
skinduptruk is offline   Reply With Quote

Old   November 15, 2009, 23:30
Default
  #115
New Member
 
Stephen Mardson McQuay
Join Date: Nov 2009
Posts: 2
Rep Power: 0
smcquay is on a distinguished road
Thanks. I had just gotten OpenFOAM compiling on 9.04 days before 9.10 came out. Your suggestions worked like a charm (using system libs).
smcquay is offline   Reply With Quote

Old   November 17, 2009, 15:56
Default
  #116
PJC
New Member
 
Philip Carter
Join Date: Nov 2009
Posts: 3
Rep Power: 16
PJC is on a distinguished road
Hi All -

I'm trying to install OF 1.6 on a fairly fresh Ubuntu 9.04 64 bit system using Mads' 64 bit script. Everything went well, no critical errors. But, when executing blockMesh in the cavity directory it complains it can't find *mpi.o.0 (forget exactly). So:

sudo apt-get -install openmpi

and that problem went away (only later I discovered Allwmake should have installed it). But then another problem arose, which I will just quote from dandiwijaya, since I saw the identical behavior. (see quote below)

I tried installing a few packages listed in this thread (most were already installed):
http://www.cfd-online.com/Forums/ope...tu-9-04-a.html

Then tried running Allwmake again - nothing compiled, nothing changed. FoamInstallationTest indicates just the one critical error, that being the compiler conflict.

It seems that these problems are cropping up on Ubuntu 64 bit installs. Is it a linking problem? Does anybody know what is going on?

Thanks in advance!

Philip

Quote:
Originally Posted by dandiwijaya View Post
Hi all
I was just installing openFoam and try installing using the your script .The installation successful, but when I try blockmesh at cases cavity at tutorials there is perform the following message appears:

--> FOAM FATAL ERROR:
Failed writing polyMesh.

From function blockMesh
in file blockMeshApp.C at line 346.

one more thing, when I try to check the installation after trying the case had the following message appears:

Third party software
-------------------------------------------------------------------------------
Software Version Location
-------------------------------------------------------------------------------
gcc 4.3.3
WARNING: Conflicting installations:
OpenFOAM settings : /home/dandiwijaya/OpenFOAM/ThirdParty-1.6.x/gcc-4.3.3/platforms/linux/bin/gcc
current path : /usr/bin/gcc
CRITICAL ERROR

gzip 1.3.12 /bin/gzip
tar 1.20 /bin/tar
Aborted
icoFoam 1.6.x .../OpenFOAM-1.6.x/applications/bin/linuxGccDPOpt/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.

Last edited by PJC; November 18, 2009 at 10:58. Reason: clarity
PJC is offline   Reply With Quote

Old   November 20, 2009, 20:29
Default
  #117
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
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 Mads,

Just to give you a head's up: I've modified your 32bit cookbook script to run in Mandriva 2010. I posted here, for someone who is starting to use Linux.

Which brings me to to a couple of suggestions, which are in the modification I made:
  1. imbue the use of multi-core build options (set WM_NCOMPPROCS), as defined in the script $WM_THIRD_PARTY_DIR/makeGcc, so it will build to the fullest CPU power of your working machine (although not a POSIX friendly action, by what I've read);
  2. for the 32bit version, change the variable WM_ARCH_OPTION via patch (as I did) or via sed or something like that, from 64 to 32, so it will build to the proper folder paths. Because by what I interpreted from your script, it will use the folder paths of the 64 bit version as targets, while under the 32bit version.
And that's it! Sorry to drop in on this thread, but it seemed the best place for informing you, as well as others that might drop by here!

------------------------------------

By the way, Just read the last post...
Quote:
FoamInstallationTest indicates just the one critical error, that being the compiler conflict.
Edit ~/OpenFOAM/OpenFOAM-1.6/etc/settings.sh, and change the variable setting from compilerInstall=OpenFOAM to compilerInstall=System (around line 98). Launch a new terminal and run foamInstallationTest again. This should fix the critical issue associated with gcc. NOTE: Ubuntu 9.04 uses gcc-4.3.3, which just happens to be the version that comes with OpenFOAM's ThirdParty package... but the build isn't identical.. I think!

As for OpenMPI, the problem is that this cookbook script implicitly uses the pre-built version of OpenMPI that comes with one of the packages. If you want to rebuilt OpenMPI, do:
Code:
cd $WM_THIRD_PARTY_DIR/openmpi-1.3.3
make distclean
rm -rf platforms/$WM_OPTIONS
cd $WM_PROJECT_DIR
rm -rf $FOAM_LIBBIN
rm -rf $FOAM_APPBIN
./Allwmake
This should take out the prebuilt OpenMPI, remove the built OpenFOAM binaries, and then force rebuilding the whole thing. Don't worry, it should need a complete rebuilt, since it will just need to relink every library and application against the new OpenMPI build!

Hopes this solves the issues!

Best regards,
Bruno
wyldckat is offline   Reply With Quote

Old   November 21, 2009, 18:56
Default
  #118
PJC
New Member
 
Philip Carter
Join Date: Nov 2009
Posts: 3
Rep Power: 16
PJC is on a distinguished road
I solved the problem with blockMesh not being able to write files. It was a permissions promblem, since the script was run with sudo and hence the OpenFOAM installation owned by root. Daa.

Philip
PJC is offline   Reply With Quote

Old   November 23, 2009, 17:47
Default
  #119
Xye
New Member
 
Join Date: Nov 2009
Posts: 7
Rep Power: 16
Xye is on a distinguished road
Hi. I followed your instruction book. Can someone take a quick look at this and tell me if its ok?

Code:
Executing /home/xye/OpenFOAM/OpenFOAM-1.6.x/bin/foamInstallationTest:


Checking basic setup...
-------------------------------------------------------------------------------
Shell:              bash
Host:               xye-desktop
OS:                 Linux version 2.6.31-15-generic
-------------------------------------------------------------------------------


Checking main OpenFOAM env variables...
-------------------------------------------------------------------------------
Environment_variable Set_to_file_or_directory                Valid      Crit
-------------------------------------------------------------------------------
$WM_PROJECT_INST_DIR /home/xye/OpenFOAM                       yes       yes
$WM_PROJECT_USER_DIR /home/xye/OpenFOAM/xye-1.6.x             yes       no
$WM_THIRD_PARTY_DIR  /home/xye/OpenFOAM/ThirdParty-1.6.x      yes       yes
-------------------------------------------------------------------------------


Checking the OpenFOAM env variables set on the PATH...
-------------------------------------------------------------------------------
Environment_variable Set_to_file_or_directory                Valid Path Crit
-------------------------------------------------------------------------------
$WM_PROJECT_DIR      /home/xye/OpenFOAM/OpenFOAM-1.6.x        yes  yes  yes

$FOAM_APPBIN         ...6.x/applications/bin/linux64GccDPOpt  yes  yes  yes
$FOAM_SITE_APPBIN    ...nFOAM/site/1.6.x/bin/linux64GccDPOpt  no        no
$FOAM_USER_APPBIN    ...6.x/applications/bin/linux64GccDPOpt  yes  yes  no
$WM_DIR              /home/xye/OpenFOAM/OpenFOAM-1.6.x/wmake  yes  yes  yes
-------------------------------------------------------------------------------


Checking the OpenFOAM env variables set on the LD_LIBRARY_PATH...
-------------------------------------------------------------------------------
Environment_variable Set_to_file_or_directory                Valid Path Crit
-------------------------------------------------------------------------------
$FOAM_LIBBIN         ...M/OpenFOAM-1.6.x/lib/linux64GccDPOpt  yes  yes  yes
$FOAM_SITE_LIBBIN    ...nFOAM/site/1.6.x/lib/linux64GccDPOpt  no        no
$FOAM_USER_LIBBIN    ...enFOAM/xye-1.6.x/lib/linux64GccDPOpt  no        no
$MPI_ARCH_PATH       ...nmpi-1.3.3/platforms/linux64GccDPOpt  yes  yes  yes
-------------------------------------------------------------------------------


Third party software
-------------------------------------------------------------------------------
Software Version   Location 
-------------------------------------------------------------------------------
gcc      4.3.3     ...M/ThirdParty-1.6.x/gcc-4.3.3/platforms/linux64/bin/gcc
gzip     1.3.12    /bin/gzip                                                
tar      1.22      /bin/tar                                                 
icoFoam  1.6.x     ...penFOAM-1.6.x/applications/bin/linux64GccDPOpt/icoFoam
-------------------------------------------------------------------------------


Summary
-------------------------------------------------------------------------------
Base configuration ok.

Critical systems ok.


done.
Xye is offline   Reply With Quote

Old   November 23, 2009, 19:49
Default
  #120
Senior Member
 
akidess's Avatar
 
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 29
akidess will become famous soon enough
Quote:
Originally Posted by Xye View Post
Hi. I followed your instruction book. Can someone take a quick look at this and tell me if its ok?

[/CODE]
It's ok, no errors.
akidess is offline   Reply With Quote

Reply


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
install OpenFoam 1.6 by building source: how? niudie OpenFOAM Installation 13 April 26, 2011 00:48
How to Install OpenFOAM on 64 Ubuntu 9.04 hansel OpenFOAM Installation 62 March 19, 2010 14:43
install openfoam 1.6 on opensuse 11.0 andresbh OpenFOAM Installation 8 September 30, 2009 00:48
Install openFOAM 1.6 on debian 32bit - blockMesh: command not found fossy OpenFOAM Installation 1 August 28, 2009 04:06
Install of OpenFOAM 1.6 Error 1 Error 2 & run tutorial potac OpenFOAM Installation 3 August 27, 2009 09:04


All times are GMT -4. The time now is 05:12.