CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Announcements from Other Sources (https://www.cfd-online.com/Forums/openfoam-news-announcements-other/)
-   -   Release of foam-extend-4.0 (https://www.cfd-online.com/Forums/openfoam-news-announcements-other/181842-release-foam-extend-4-0-a.html)

rkeser December 22, 2016 08:21

Release of foam-extend-4.0
 
It is our pleasure to announce the release of the foam-extend-4.0 code.

The code is available here:
http://sourceforge.net/p/foam-extend...i/master/tree/
Descriptions are available here:
http://sourceforge.net/p/foam-extend/wiki/Home/
A simpler URL also brings you directly to the foam-extend-project:
http://foam-extend.org/

The release notes are available here:
http://sourceforge.net/p/foam-extend...leaseNotes.txt
(In $WM_PROJECT_DIR/ReleaseNotes.txt)

Installation instructions can be found here:
http://sourceforge.net/p/foam-extend...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:
http://sourceforge.net/p/foam-extend...wToContribute/

BUG REPORTS:
Report bugs in the bug-tracker:
http://sourceforge.net/p/foam-extend/tickets/
Give an URL to testHarness fails, if applicable.
Paste a patch for small bug fixes or feature additions (see http://sourceforge.net/p/foam-extend...wToContribute/)

The foam-extend administrators.

wyldckat December 26, 2016 14:12

I've created cross-reference wiki pages at https://openfoamwiki.net for installation instructions for each one of the major operating systems:
If anyone wants to contribute to these wiki pages as well, please do feel free to do so!

Ben UWIHANGANYE May 4, 2018 12:43

Hello,

May you help to know whats wrong with me?
I am trying to use foam-extend-4.0 to see if i can run any IB tutorial,
i tried to compile icoIbFoam but it is giving the following error:
ben@ben:~/foam/foam-extend-4.0/applications/solvers/immersedBoundary/icoIbFoam$ wmake
Make/linux64GccDPInt32Opt/options:58: *** missing separator. Stop.
Make/linux64GccDPInt32Opt/options:58: *** missing separator. Stop.
Make/linux64GccDPInt32Opt/options:58: *** missing separator. Stop.
ben@ben:~/foam/foam-extend-4.0/applications/solvers/immersedBoundary/icoIbFoam$

my Make/option file look like this:

EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/immersedBoundary/immersedBoundary/lnInclude

-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I../immersedBoundary/lnInclude


-ltriSurface \
-lmeshTools \
-L$(FOAM_USER_LIBBIN) -limmersedBoundary \


EXE_LIBS = \
-lfiniteVolume \
-lmeshTools \
-lsurfMesh \
-lsampling \
-ldynamicMesh \
-limmersedBoundary \
-llduSolvers



I would appreciate your support!

Regard!

wouter May 4, 2018 18:49

hello Ben UWIHANGANYE
line:
-L$(FOAM_USER_LIBBIN) -limmersedBoundary \
should be:
-L$(FOAM_USER_LIBBIN) -limmersedBoundary

I have no clue but this is what I see

Hope it helps
Wouter


All times are GMT -4. The time now is 20:18.