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

From OpenFOAMWiki
(Kicked off this page)
 
(Second version: Fixed commands)
Line 31: Line 31:
 
<bash>mkdir -p $FOAM_RUN
 
<bash>mkdir -p $FOAM_RUN
 
cd $FOAM_RUN/..
 
cd $FOAM_RUN/..
git clone git://git.code.sf.net/p/openfoam-extend/DensityBasedTurbo DensityBasedTurbo
+
git clone git://git.code.sf.net/p/openfoam-extend/ShipHydroSIG ShipHydroSIG
cd DensityBasedTurbo/src
+
cd ShipHydroSIG/src
 
./Allwmake
 
./Allwmake
 
</bash>
 
</bash>
 
  
 
== Usage examples ==
 
== Usage examples ==

Revision as of 11:42, 2 March 2014

1 Description

This toolkit was created by and for the OpenFOAM Ship Hydrodynamics Special Interest Group. It comes in two major versions:

  1. The first version was provided in SVN form and targeted OF Version 15dev.png
  2. The current version is provided in Git form and targets OF Version 16ext.png


2 Installation

As explained in the description, there are two major versions. The instructions for each one are provided in the respective sub-sections:

  1. First version
  2. Second version


2.1 First version

Valid versions: OF Version 15dev.png

To download and install, run these commands:

mkdir -p $FOAM_RUN
cd $FOAM_RUN/..
svn checkout svn://svn.code.sf.net/p/openfoam-extend/svn/trunk/Breeder_1.6/shipHydrodynamicIG/ shipHydrodynamicIG
cd shipHydrodynamicIG
wmake all src
wmake all applications

Note: It's still to be confirmed if this repository still works as intended or if it's related to 1.6-ext or 1.5-dev.


2.2 Second version

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/ShipHydroSIG ShipHydroSIG
cd ShipHydroSIG/src
./Allwmake

3 Usage examples

3.1 First version

Have a look into the folder shipHydrodynamicIG/tutorials.


3.2 Second version

Have a look into the folder DensityBasedTurbo/run.


4 Documentation

Please refer to the OpenFOAM Ship Hydrodynamics Special Interest Group pages.


5 History

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