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

[OpenFOAM.org] Install OpenFOAM-2.4.0 in Ubuntu 18.04?

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By wyldckat
  • 1 Post By wyldckat

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 15, 2019, 03:04
Default Install OpenFOAM-2.4.0 in Ubuntu 18.04?
  #1
New Member
 
Join Date: May 2019
Posts: 4
Rep Power: 6
luckyraymond is on a distinguished road
Hi All,

Did anyone install OpenFOAM-2.4.0 successfully in Ubuntu 18..04?

Instructions for OpenFOAM-2.3.0 are posted in Wiki, but not for OpenFOAM-2.4.0.

In the OpenFOAM-2.4.0 installation Wiki, the latest post is for Ubuntu 16.04, which I tried to follow but did not work for Ubuntu 18.04.
luckyraymond is offline   Reply With Quote

Old   May 15, 2019, 05:41
Default
  #2
New Member
 
Mattia
Join Date: May 2014
Location: Eindhoven/Bologna
Posts: 2
Rep Power: 0
mattiaricci13 is on a distinguished road
Dear luckyraymond,

why do you need that version in place of a more recent one?
mattiaricci13 is offline   Reply With Quote

Old   May 15, 2019, 09:28
Default
  #3
Senior Member
 
Alexey Matveichev
Join Date: Aug 2011
Location: Nancy, France
Posts: 1,930
Rep Power: 38
alexeym has a spectacular aura aboutalexeym has a spectacular aura about
Send a message via Skype™ to alexeym
Hi,

Could you elaborate about "I tried to follow but did not work"? At what stage did you fail?
alexeym is offline   Reply With Quote

Old   May 16, 2019, 18:41
Default
  #4
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
Quick answers:
  1. Following the instructions that were meant for OpenFOAM 2.3.1 on Ubuntu 18.04 from openfoamwiki.net would have worked...
  2. So that's what I've done just now, copy-paste-adapted those instructions to OpenFOAM 2.4.0 on Ubuntu 18.04: https://openfoamwiki.net/index.php/I...u#Ubuntu_18.04
@luckyraymond: Please let me know if these instructions work or not.
aerospaceman likes this.
__________________
wyldckat is offline   Reply With Quote

Old   May 17, 2019, 02:53
Default
  #5
New Member
 
Join Date: May 2019
Posts: 4
Rep Power: 6
luckyraymond is on a distinguished road
Quote:
Originally Posted by wyldckat View Post
Quick answers:
  1. Following the instructions that were meant for OpenFOAM 2.3.1 on Ubuntu 18.04 from openfoamwiki.net would have worked...
  2. So that's what I've done just now, copy-paste-adapted those instructions to OpenFOAM 2.4.0 on Ubuntu 18.04: https://openfoamwiki.net/index.php/I...u#Ubuntu_18.04
@luckyraymond: Please let me know if these instructions work or not.
Hi wyldckat,

Thank you for helping!
I tried your new post. It seems that CGAL version should be fixed to 4.6 instead of 4.3?

== Generating build files ==
Configuring libCGAL
-- Requested component: MPFR
-- Requested component: GMP
libCGAL is configured
-- Sources for CGAL component library 'CGAL_Core/CMakeLists.txt' detected
CMake Error at src/CMakeLists.txt:81 (add_subdirectory):
add_subdirectory given source
"/home/ubuntu/OpenFOAM/ThirdParty-2.4.0/CGAL-4.6/src/CGAL_Core/CMakeLists.txt"
which is not an existing directory.
Call Stack (most recent call first):
src/CMakeLists.txt:140 (configure_component)
luckyraymond is offline   Reply With Quote

Old   May 18, 2019, 13:04
Default
  #6
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
Quick answer: Yes, you're correct, I didn't remember that the CGAL version being used had changed. I've corrected the wiki page. Here are the commands you need to run in order to fix this:
Code:
of240
foam
sed -i -e 's/\(cgal_version=\)CGAL-4.6/\1cgal-system/' etc/config/CGAL.sh
of240
Then continue from step #10.

edit: The log file will then indicate this:
Code:
Build CGAL
    optional component was not found
which is fine, because the system's CGAL version is being used instead of 4.6.
aerospaceman likes this.

Last edited by wyldckat; May 18, 2019 at 13:06. Reason: see "edit:"
wyldckat is offline   Reply With Quote

Old   August 7, 2021, 03:40
Default
  #7
Member
 
chengan.wang
Join Date: Jan 2016
Location: china
Posts: 47
Rep Power: 10
wangchengan2003 is on a distinguished road
Send a message via Skype™ to wangchengan2003
Hello Bruno,
If the instructions in "https://openfoamwiki.net/index.php/Installation/Linux/OpenFOAM-2.4.0/Ubuntu#Ubuntu_18.04" is suitable for OpenFOAM-2.4.0 in Ubuntu_20.04?


I meet the problems and failed. I attach the log file below.


How to build OpenFOAM-2.4.0 in Ubuntu 20.4?
wangchengan2003 is offline   Reply With Quote

Old   August 7, 2021, 04:21
Default
  #8
Member
 
chengan.wang
Join Date: Jan 2016
Location: china
Posts: 47
Rep Power: 10
wangchengan2003 is on a distinguished road
Send a message via Skype™ to wangchengan2003
Quote:
Originally Posted by luckyraymond View Post
Hi wyldckat,

Thank you for helping!
I tried your new post. It seems that CGAL version should be fixed to 4.6 instead of 4.3?

== Generating build files ==
Configuring libCGAL
-- Requested component: MPFR
-- Requested component: GMP
libCGAL is configured
-- Sources for CGAL component library 'CGAL_Core/CMakeLists.txt' detected
CMake Error at src/CMakeLists.txt:81 (add_subdirectory):
add_subdirectory given source
"/home/ubuntu/OpenFOAM/ThirdParty-2.4.0/CGAL-4.6/src/CGAL_Core/CMakeLists.txt"
which is not an existing directory.
Call Stack (most recent call first):
src/CMakeLists.txt:140 (configure_component)
Quote:
Originally Posted by wyldckat View Post
Quick answers:
  1. Following the instructions that were meant for OpenFOAM 2.3.1 on Ubuntu 18.04 from openfoamwiki.net would have worked...
  2. So that's what I've done just now, copy-paste-adapted those instructions to OpenFOAM 2.4.0 on Ubuntu 18.04: https://openfoamwiki.net/index.php/I...u#Ubuntu_18.04
@luckyraymond: Please let me know if these instructions work or not.
Quote:
Originally Posted by wyldckat View Post
Quick answer: Yes, you're correct, I didn't remember that the CGAL version being used had changed. I've corrected the wiki page. Here are the commands you need to run in order to fix this:
Code:
of240
foam
sed -i -e 's/\(cgal_version=\)CGAL-4.6/\1cgal-system/' etc/config/CGAL.sh
of240
Then continue from step #10.

edit: The log file will then indicate this:
Code:
Build CGAL
    optional component was not found
which is fine, because the system's CGAL version is being used instead of 4.6.

Hello Bruno,

This is the log file when I use instructions from :https://openfoamwiki.net/index.php/I...u#Ubuntu_18.04
Attached Files
File Type: zip log.zip (52.9 KB, 7 views)
wangchengan2003 is offline   Reply With Quote

Old   April 22, 2023, 05:11
Default OpenFoam 2.4.0 with Ubuntu 22.04
  #9
New Member
 
Jaymeen Patel
Join Date: Jan 2023
Location: Chennai
Posts: 7
Rep Power: 3
jaymeen721 is on a distinguished road
Can anyone help me in same thread for installing OF 2.4.0 over ubuntu 22.04?


Thanks
jaymeen721 is offline   Reply With Quote

Old   April 24, 2023, 11:29
Default
  #10
Senior Member
 
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,685
Rep Power: 40
olesen has a spectacular aura aboutolesen has a spectacular aura about
Quote:
Originally Posted by jaymeen721 View Post
Can anyone help me in same thread for installing OF 2.4.0 over ubuntu 22.04?


Thanks

OpenFOAM-2.4.0 in now almost 8 years old (was released in 2015) and there have been numerous improvements in compilers and tightening of the standard since then, both of which have necessitated corresponding code changes.
Thus there are a large number of things that would need to be adjusted to get it working with the system compilers on Ubuntu 22.04.
olesen is online now   Reply With Quote

Old   April 26, 2023, 13:26
Default
  #11
Member
 
Hüseyin Can Önel
Join Date: Sep 2018
Location: Ankara, Turkey
Posts: 46
Rep Power: 7
hconel is on a distinguished road
Quote:
Originally Posted by jaymeen721 View Post
Can anyone help me in same thread for installing OF 2.4.0 over ubuntu 22.04?


Thanks
I strongly suggest installing some older Ubuntu version (e.g. 18.04) if you want to use OpenFOAM 2.4.0.
hconel 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
[OpenFOAM.org] Installation of openfoam 6 on Ubuntu 18.04 EMurphy OpenFOAM Installation 1 March 7, 2019 18:32
Suggestion for a new sub-forum at OpenFOAM's Forum wyldckat Site Help, Feedback & Discussions 20 October 28, 2014 09:04
How to install two version openfoam on ubuntu? MAHDI1366 OpenFOAM Installation 1 July 1, 2014 14:25
How to Install Openfoam 2.2.2 in Ubuntu 14.04? satty_00 OpenFOAM Installation 7 May 18, 2014 10:04
New OpenFOAM Forum Structure jola OpenFOAM 2 October 19, 2011 06:55


All times are GMT -4. The time now is 11:52.