Difference between revisions of "User:Bfiedler/DraftCoriolisForce"

From OpenFOAMWiki
(Created page with " cd $WM_PROJECT_USER_DIR/applications/solvers ls -l cd my_tornado if you have this file, delete it: rm buoyantBoussinesqPimpleFoam.dep cd Make If you have this director...")
 
Line 1: Line 1:
 
   
 
   
 +
if you do not have a solver directory in $WM_PROJECT_USER_DIR do
 +
 +
mkdir $WM_PROJECT_USER_DIR/applications/solvers
 +
 +
get the original tutorial code for
 +
 +
cd $FOAM_SOLVERS
 +
cd heatTransfer
 +
cp -r buoyantBoussinesqPimpleFoam  $WM_PROJECT_USER_DIR/applications/solvers/my_tornado
 +
 +
cp -r buoyantBoussinesqSimpleFoam  $WM_PROJECT_USER_DIR/applications/solvers/.
  
 
  cd $WM_PROJECT_USER_DIR/applications/solvers
 
  cd $WM_PROJECT_USER_DIR/applications/solvers

Revision as of 16:50, 10 January 2011

if you do not have a solver directory in $WM_PROJECT_USER_DIR do

mkdir $WM_PROJECT_USER_DIR/applications/solvers

get the original tutorial code for

cd $FOAM_SOLVERS
cd heatTransfer
cp -r buoyantBoussinesqPimpleFoam  $WM_PROJECT_USER_DIR/applications/solvers/my_tornado
cp -r buoyantBoussinesqSimpleFoam  $WM_PROJECT_USER_DIR/applications/solvers/.
cd $WM_PROJECT_USER_DIR/applications/solvers
ls -l
cd my_tornado

if you have this file, delete it:

rm buoyantBoussinesqPimpleFoam.dep
cd Make

If you have this directory, then delete it:

rm -rf linux64GccDPOpt

and edit the file named "files" to this:

my_tornado.C
EXE = $(FOAM_APPBIN)/my_tornado


cd ..
wmake

You may get a few warning. But if all has went wall you see the app my_tornado (though without any ability yet to make a tornado) :

ls $FOAM_USER_APPBIN