Extend-bazaar/Toolkits/ImmersedBoundary

From OpenFOAMWiki
< Extend-bazaar‎ | Toolkits
Revision as of 17:16, 5 April 2014 by Wyldckat (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

1 Description

This toolkit was created by Zeljko Tukovic and Hrvoje Jasak, according to this presentation. The original source code is provided here: ZeljkoTukovic-ImmersedBoundaryMaterial.tgz


2 Installation

Valid versions: OF Version 16ext.png

It depends on the origin from which you wish to download:


2.1 Install from the original source code on 1.6-ext

TODO


2.2 Install from a Git repository on 1.6-ext

To download and install, run these commands:

mkdir -p $FOAM_RUN
cd $FOAM_RUN/..
git clone git@github.com:wyldckat/ImmersedBoundary.git ImmersedBoundary
cd ImmersedBoundary/src
#cp -r timeStepping/MRF/* $FOAM_SRC/finiteVolume/cfdTools/general/MRF/
#wmake libso $FOAM_SRC/finiteVolume
./Allwmake

Note: If you have problems using git to clone from the official repository, then try these mirrors:

  1. DensityBasedTurbo mirror at Github - you can use any of the following commands:
    git clone git://github.com/Unofficial-Extend-Project-Mirror/openfoam-extend-DensityBasedTurbo.git DensityBasedTurbo
    git clone https://github.com/Unofficial-Extend-Project-Mirror/openfoam-extend-DensityBasedTurbo.git DensityBasedTurbo


3 Usage examples

TODO


4 Documentation

TODO


5 History

19:16, 5 April 2014 (CEST): Kicked off this page, since it was nowhere to be found on the wiki.