How to convert input files from OpenFast 2.0 to OpenFast 2.6? #850
Unanswered
alessandrazappulla
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm quite new in this world of OpenFast and I have several questions. I have to work with OpenFast 2.6 but I have only input files from 2.0 version, so I'm trying to convert them. Initially I was converting manually but I found some errors. Then I used the matlab-toolbox codes, starting from ConvertFast8_16to17.
First question, is that the latest version available?
Second question, I run the code and the result is:
Converting
Prova11mps_Open.fst
:
old name: C:\Users\HP\Desktop\dati-FAST 2\src_11mps\Prova11mps_Open.fst
new name:
Fastnuovo
Prova11mps_Open.fst
GetFASTPar:: Parameter CavitCheck not found.
GetFASTPar:: Parameter DBEMT_Mod not found.
GetFASTPar:: Parameter SkewModFactor not found.
GetFASTPar:: Parameter NumBl not found.
GetFASTPar:: Parameter RefHt_Uni not found.
GetFASTPar:: Parameter RefHt not found.
GetFASTPar:: Parameter PLExp not found.
GetFASTPar:: Parameter Filename not found.
If I run GetFASTPar alone, the result is "not enough input arguments", same for other functions like GetFASTPar_Subfile or Matlab2FAST. I think that the problem is on the input value FASTPar,so my question is what kind of fast parameter structure or fast parameter list is required? Because I've only used the old version (OpenFast 2.0) of the project that I have to convert as input.
I hope to I was clear, thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions