|
[Sponsors] |
June 18, 2014, 04:18 |
Release of foam-extend-3.1
|
#1 |
Senior Member
Håkan Nilsson
Join Date: Mar 2009
Location: Gothenburg, Sweden
Posts: 205
Rep Power: 18 |
It is our pleasure to announce the release of the foam-extend-3.1 code.
The code is available here: https://sourceforge.net/p/openfoam-e...i/master/tree/ Descriptions are available here: http://sourceforge.net/p/openfoam-extend/wiki/Home/ A simpler URL brings also brings you directly to the foam-extend-project: http://foam-extend.org/ The release notes are available here: http://sourceforge.net/p/openfoam-ex...leaseNotes.txt (In $WM_PROJECT_DIR/ReleaseNotes.txt) Installation instructions can be found here: https://sourceforge.net/p/openfoam-e...dInstructions/ (In $WM_PROJECT_DIR/doc/buildInstructions) Report installation problems. See BUG REPORTS below. Contribute with additional build instructions. See BUG REPORTS below. Run the testHarness, following the instructions in $WM_PROJECT_DIR/testHarness/README.txt. Report fails, including URL to test results. See BUG REPORTS below. The foam-extend workflow: The master branch is updated with bug fixes, but no new features – stable. The nextRelease branch is updated both with bug fixes and new features – semi-stable. The installation instructions are for the master branch. You are encouraged to continuously contribute to the nextRelease branch according to the instructions at: https://sourceforge.net/p/openfoam-e...wToContribute/ BUG REPORTS: Report bugs in the bug-tracker: http://sourceforge.net/p/openfoam-ex...extendrelease/ Give an URL to testHarness fails, if applicable. Paste a patch for small bug fixes or feature additions (see https://sourceforge.net/p/openfoam-e...wToContribute/) The foam-extend administrators. Last edited by hani; June 19, 2014 at 18:55. Reason: Shut-down of Mantis at SF, moved to tickets |
|
June 18, 2014, 08:04 |
|
#2 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
Once the new bug-tracker is up an announcement here will follow. But let me repeat: data entered into the current Bug-Tracker will not be lost For clarification: this is only about the Mantis bug-tracker for the openfoam-extend on SourceForge. The Mantis bug-tracker for OpenFOAM provided by OpenCFD is unaffected
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
||
June 19, 2014, 17:08 |
|
#3 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
||
June 21, 2014, 09:07 |
|
#4 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Thank you all for the effort.
I have just completely the compilation process, and it was just a matter of executing the Allwmake-script. I feel that it is getting easier every time - even waves2Foam compiled straight out of the box with no additions needed. Kind regards Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
June 21, 2014, 09:17 |
|
#5 |
Senior Member
Håkan Nilsson
Join Date: Mar 2009
Location: Gothenburg, Sweden
Posts: 205
Rep Power: 18 |
Thanks Niels,
We did run through the compilation process on many architectures during the testing, and we did fix some issues. The more people who help us test, the more issues are resolved. Håkan |
|
June 24, 2014, 03:57 |
|
#6 |
Senior Member
|
I just wanted to follow Niels and say that I've successfully completed building foam-extend-3.1 on my Mac, running OS X 10.9 using "standard" gcc (4.2). I'll give gcc-4.8 a try later on.
Thanks for all your work! |
|
June 25, 2014, 03:11 |
|
#7 |
Senior Member
|
I compiled foam-extend-3.1 on several different Macs (desktop imac and MacBookPro) and found the 1.6-ext instructions on the openfoamwiki by Bernhard Grieser to work very well:
http://openfoamwiki.net/index.php/In...enFOAM-1.6-ext Only modifications are to pull extend-3.1, and ignore the patches (no need since they are in the repo). |
|
June 28, 2014, 22:10 |
Instruction on Sourceforge
|
#8 |
Senior Member
|
I am just in the process of compiling on Fedora 17. Up to now I have read some adventurous spelling in warning messages (e.g. grovvyBC instead of groovyBC) and quite some messages of the "could not open"-type during swak4foam-compilation, which did not yet stop compilation. I will report, if compilation fails.
Just one thing which would avoid quizzed looks: Please change the instruction for the read-only git-download on Sourceforge to end up in the file foam/foam-extend-3.1, as this is the standard location required in Allwmake.firstInstall . Cheers, Bernhard Edit1: It seems the compilation completed successfully. Testharness to be run... |
|
June 29, 2014, 10:49 |
|
#9 |
Senior Member
Håkan Nilsson
Join Date: Mar 2009
Location: Gothenburg, Sweden
Posts: 205
Rep Power: 18 |
We are working on even better installation instructions.
It seems like it is not possible to change that information directly in SourceForge. It is automatically generated. Bernhard Gschaider has to answer anout GroovyBC and swak4Foam. If it compiles it should be fine, I guess. But the error messages should be minimized. |
|
June 29, 2014, 17:27 |
|
#10 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Good evening,
Just to share my two cents on (some) of the error messages in the compilation of swak4Foam. There is e.g. an error message as follows: Code:
could not open file mappedFvPatch.H for source file plugins/FieldValuePluginFunction.C I have seen the same type of warnings with the compilation of waves2Foam across multiple versions of OF, and I suspect that the creation of the dependency list (somewhere in wmake/src/wmkdependParser.cpp) neglects of pre-processor statements, which is needed to allow for cross-version compatibility. So for these specific type of errors, I am afraid that a revision of wmake and the creation of the dependency list is needed. Kind regards, Niels
__________________
Please note that I do not use the Friend-feature, so do not be offended, if I do not accept a request. |
|
July 2, 2014, 19:18 |
|
#11 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
"#ifdef is unfoamy"
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
||
July 3, 2014, 09:55 |
|
#12 | |
Member
Bernhard Grieser
Join Date: Mar 2010
Location: Zurich, Switzerland
Posts: 30
Rep Power: 16 |
Quote:
Cheers, Bernhard |
||
October 22, 2014, 08:30 |
|
#13 |
Member
behzad Ghasemi
Join Date: Sep 2013
Location: Iran
Posts: 56
Rep Power: 13 |
Hi
I need POD (proper orthogonal decomposition) functionality that is provided in 1.6 extend version. is extend 3.1 include POD too? |
|
October 22, 2014, 15:58 |
|
#14 |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Yep. I see it in the sources and tutorials (haven't used it myself)
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
|
December 23, 2014, 14:18 |
|
#15 |
New Member
Join Date: Feb 2010
Posts: 7
Rep Power: 0 |
Hi,
I'm looking at 3.1 ext dictionaries but I can't realize which OpenCFD version Zagreb is based on. Please, someone can elucidate me? Thank you in advance. |
|
January 7, 2015, 17:08 |
|
#16 |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
That is not a simple question to answer. A mix of various versions and own stuff added I'd say
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
|
January 8, 2015, 13:54 |
|
#17 | |
New Member
Join Date: Feb 2010
Posts: 7
Rep Power: 0 |
Quote:
I notice some dictionary differencies between ext versions and other versions, and sometime it's very tricky to find the correct dictionary, at times trasform a OF case from a version to another is very time consuming and one have to remember all small changes between versions...but that is. Source code in those case is the best friend thank you. |
||
January 22, 2015, 17:42 |
|
#18 |
Senior Member
Samuele Z
Join Date: Oct 2009
Location: Mozzate - Co - Italy
Posts: 520
Rep Power: 19 |
Dear All,
not sure this is the right place to post this question, but probably yes: I would like to know if the extend version of OpenFOAM include the solver developed by Stephanie Geier and presented here: http://sourceforge.net/projects/open...7.pdf/download Thanks a lot, Samuele |
|
January 24, 2015, 13:53 |
|
#19 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Quote:
After a little search, the possible contact for this might be possible if you contact the secretary at the aforementioned institute in the presentation: http://www.imvt.uni-stuttgart.de/ |
||
January 26, 2015, 04:45 |
|
#20 |
Senior Member
Samuele Z
Join Date: Oct 2009
Location: Mozzate - Co - Italy
Posts: 520
Rep Power: 19 |
Hi Bruno and thanks a lot for your help.
Can I ask you to help me in implementing what the 2 german people have done in the beamer I attached? Thanks a lot, Samuele. |
|
|
|
LinkBacks (?)
LinkBack to this Thread: https://www.cfd-online.com/Forums/openfoam-news-announcements-other/137520-release-foam-extend-3-1-a.html
|
||||
Posted By | For | Type | Date | |
Untitled document | This thread | Refback | December 16, 2014 20:18 | |
Untitled document | This thread | Refback | November 6, 2014 06:31 | |
Untitled document | This thread | Refback | July 2, 2014 06:26 | |
Untitled document | This thread | Refback | June 26, 2014 06:45 |
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] mesh airfoil NACA0012 | anand_30 | OpenFOAM Meshing & Mesh Conversion | 13 | March 7, 2022 18:22 |
[blockMesh] error message with modeling a cube with a hold at the center | hsingtzu | OpenFOAM Meshing & Mesh Conversion | 2 | March 14, 2012 10:56 |
[blockMesh] BlockMesh FOAM warning | gaottino | OpenFOAM Meshing & Mesh Conversion | 7 | July 19, 2010 15:11 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |
[Gmsh] Import gmsh msh to Foam | adorean | OpenFOAM Meshing & Mesh Conversion | 24 | April 27, 2005 09:19 |