You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the SOWFA-6 example.ALM, I get the following error in the log file after submitting the runscript.preprocess script
--> FOAM FATAL IO ERROR:
keyword tipRootLossCorr is undefined in dictionary "/public21/home/sc94363/openfoam6/run/8/example.ALM/constant/turbineArrayProperties.turbine0"
file: /public21/home/sc94363/openfoam6/run/8/example.ALM/constant/turbineArrayProperties.turbine0 from line 39 to line 78.
From function Foam::dictionary &Foam::dictionary::subDict(const Foam::word &)
in file db/dictionary/dictionary.C at line 718.
FOAM exiting
But I defined tipRootLossCorrType instead of tipRootLossCorr in the turbineArrayProperties file, then I changed tipRootLossCorrType to tipRootLossCorr in the file and got a different error as follows:
--> FOAM FATAL ERROR:
Attempt to return primitive entry ITstream : /public21/home/sc94363/openfoam6/run/8/example.ALM/constant/turbineArrayProperties.turbine0.tipRootLossCorr, line 71, IOstream: Version 2.0, format ASCII, line 0, OPENED, GOOD
primitiveEntry 'tipRootLossCorr' comprises
on line 71 the string "Glauert"
as a sub-dictionary
From function Foam::dictionary &Foam::primitiveEntry::dict()
in file db/dictionary/primitiveEntry/primitiveEntry.C at line 200.
FOAM aborting
I haven't encountered this problem in SOWFA-2.4, but now I encountered it in SOWFA-6, now I don't know how to solve it, looking forward to getting help! Thank you!