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

[foam-extend.org] foam-extend-3.2 on ubuntu 16.04 lts

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 12, 2017, 16:10
Default foam-extend-3.2 on ubuntu 16.04 lts
  #1
Senior Member
 
FlyBob91's Avatar
 
Join Date: Mar 2016
Location: Bergamo
Posts: 157
Rep Power: 10
FlyBob91 is on a distinguished road
Hello to all
I've just failed trying to install foam-extend-3.2 on ubutnu 16.04 lts

Here the commands i used according to https://openfoamwiki.net/index.php/I...oam-extend-3.2 and https://openfoamwiki.net/index.php/I...end-3.2/Ubuntu

Code:
cd ~
mkdir foam
cd foam
git clone git://git.code.sf.net/p/foam-extend/foam-extend-3.2 foam-extend-3.2

cd ~/foam/foam-extend-3.2
echo export WM_THIRD_PARTY_USE_BISON_27=1  >> etc/prefs.sh
 
source etc/bashrc
echo "alias fe32='source \$HOME/foam/foam-extend-3.2/etc/bashrc'" >> $HOME/.bashrc

./Allwmake.firstInstall
After the installation i tried to use command like "checkMesh" or "simpleFoam" but it does not recognize it.
I jumped some commands because i've already installed OpenFoam 2.3.0 so like the command about configuring Paraview.
Did i jump some foundamental command? Or is it a problem about ubuntu 16.04?


Thanks for help
FlyBob91 is offline   Reply With Quote

Old   May 27, 2017, 07:26
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
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
Quick answer:
  1. Edit the file "$HOME/.bashrc" (or "~/.bashrc", it's the same file) and make sure that all OpenFOAM/foam-extend sourcing lines are using aliases, as explained here: https://openfoamwiki.net/index.php/I...nFOAM_versions
  2. Then start a new terminal window and activate only the environment for foam-extend 3.2, by running:
    Code:
    fe32
  3. Then run the following commands:
    Code:
    foam
    ./Allwmake > log.make 2>&1
  4. Finally, when it's complete, use the following command to zip the file "log.make":
    Code:
    gzip < log.make > log.make.gz
  5. Then attach the file "log.make.gz" to your next post. This will tell us all of the build errors that are happening.
__________________
wyldckat 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
[Other] mesh airfoil NACA0012 anand_30 OpenFOAM Meshing & Mesh Conversion 13 March 7, 2022 17:22
[foam-extend.org] paraview not runing? (foam extended 3.2 and ubuntu 15.04) Milan2013 OpenFOAM Installation 23 April 20, 2017 05:49
[OpenFOAM.org] Install openFOAM 3.0.1 in Ubuntu 16.04 LTS from Deb packs Pier84 OpenFOAM Installation 4 June 18, 2016 16:22
simpleFoam parallel AndrewMortimer OpenFOAM Running, Solving & CFD 12 August 7, 2015 18:45
[Gmsh] Import gmsh msh to Foam adorean OpenFOAM Meshing & Mesh Conversion 24 April 27, 2005 08:19


All times are GMT -4. The time now is 06:29.