Extend-bazaar/Toolkits/DensityBasedTurbo

From OpenFOAMWiki

1 Description

This toolkit was created by and for the OpenFOAM Turbomachinery Working Group.


2 Installation

Valid versions: OF Version 16ext.png

To download and install, run these commands:

mkdir -p $FOAM_RUN
cd $FOAM_RUN/..
git clone git://git.code.sf.net/p/openfoam-extend/DensityBasedTurbo DensityBasedTurbo
cd DensityBasedTurbo/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

Have a look into the folder DensityBasedTurbo/run.


4 Documentation

Please refer to the OpenFOAM Turbomachinery Working Group pages.


5 History

13:02, 2 March 2014 (CET): Kicked off this page, since it was nowhere to be found on the wiki.