Difference between revisions of "Extend-bazaar/Toolkits/ImmersedBoundary"

From OpenFOAMWiki
(Kick started this page)
 
(Rectified mirror references)
Line 28: Line 28:
 
'''Note:''' If you have problems using git to clone from the official repository, then try these mirrors:
 
'''Note:''' If you have problems using git to clone from the official repository, then try these mirrors:
 
<ol>
 
<ol>
<li>[https://github.com/Unofficial-Extend-Project-Mirror/openfoam-extend-DensityBasedTurbo DensityBasedTurbo mirror at Github] - you can use any of the following commands:
+
<li>[https://github.com/wyldckat/ImmersedBoundary wyldckat's ImmersedBoundary repository at Github] - you can use any of the following commands:
<bash>git clone git://github.com/Unofficial-Extend-Project-Mirror/openfoam-extend-DensityBasedTurbo.git DensityBasedTurbo
+
<bash>git clone git@github.com:wyldckat/ImmersedBoundary.git ImmersedBoundary
git clone https://github.com/Unofficial-Extend-Project-Mirror/openfoam-extend-DensityBasedTurbo.git DensityBasedTurbo</bash>
+
git clone https://github.com/wyldckat/ImmersedBoundary.git ImmersedBoundary</bash>
 
</li>
 
</li>
 
 
</ol>
 
</ol>
  

Revision as of 17:20, 5 April 2014

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. wyldckat's ImmersedBoundary repository at Github - you can use any of the following commands:
    git clone git@github.com:wyldckat/ImmersedBoundary.git ImmersedBoundary
    git clone https://github.com/wyldckat/ImmersedBoundary.git ImmersedBoundary


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.