traviscarrigan / OpenFOAM-2D-VAWT

OpenFOAM vertical axis wind turbine case.
19 stars 10 forks source link

Upgraded to OpenFOAM 3.0.1 #2

Closed MasterOfBinary closed 4 years ago

MasterOfBinary commented 8 years ago

I made a few changes as explained here: http://petebachant.me/updating-openfoam-case-files-for-30x/.

And also added fvSchemes.wallDist to get rid of this error:

--> FOAM FATAL IO ERROR:
keyword wallDist is undefined in dictionary "/home/vfriesen/OpenFOAM/vfriesen-3.0.1/run/OpenFOAM-2D-VAWT/system/fvSchemes"

file: /home/vfriesen/OpenFOAM/vfriesen-3.0.1/run/OpenFOAM-2D-VAWT/system/fvSchemes at line 21.

    From function dictionary::subDict(const word& keyword) const
    in file db/dictionary/dictionary.C at line 648.

FOAM exiting

The wallDist lines I added were from an example.

I didn't compare the output with the output from OpenFOAM 2.2.2.

MasterOfBinary commented 4 years ago

I realised a lot more changes than I had wanted were included.