Changes between Version 9 and Version 10 of Software/OpenFOAM


Ignore:
Timestamp:
02/14/17 18:14:59 (7 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/OpenFOAM

    v9 v10  
    258258mkdir -p $FOAM_RUN
    259259
    260 # test the installation with a simple tutorial:
     260# test with a simple tutorial:
    261261run
    262262cp -r $FOAM_TUTORIALS/incompressible/simpleFoam/pitzDaily ./
     
    264264blockMesh
    265265simpleFoam
     266
     267# test with a more advanced tutorial
     268# details here: https://cfd.direct/openfoam/user-guide/cavity#x5-40002.1
     269run
     270cp -r $FOAM_TUTORIALS/incompressible/icoFoam/cavity ./
     271cd cavity
     272foamRunTutorials
    266273
    267274#paraFoam