NREL / SOWFA-6

31 stars 35 forks source link

How to use turbineModelsStandard in SOWFA-6? #72

Open Simon7537 opened 6 months ago

Simon7537 commented 6 months ago

I tried to use turbineModelsStandard without OpenFAST, and noticed that "wmake src/turbineModels/turbineModelsStandard" was commented out in Allwmake, but even if the comment was removed and the program was recompiled, the following error still occurred(turbineArrayProperties was copied from ./exampleCases/example.NREL5MW.ALMAdvancedFAST8/constant/turbineArrayProperties.nonFAST8):

[2] --> FOAM FATAL IO ERROR: [2] keyword FASTInputFileName is undefined in dictionary "IOstream.turbine0" [2] [2] file: IOstream.turbine0 from line 0 to line 0. [2] [2] From function const Foam::entry &Foam::dictionary::lookupEntry(const Foam::word &, bool, bool) const [2] in file db/dictionary/dictionary.C at line 566.

Does that mean SOWFA-6 only retain turbineModelsOpenFAST in turbine models, and ALM or ALMAdvanced without OpenFAST can not be used in SOWFA-6? Or is there another way? Thanks!

Kumoi-S commented 5 months ago

If I remember right, this was mentioned in a previously closed issue, the gist of the reply was something like, "OpenFAST is coupled mandatorily in this version."