-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A question occured when modifying ElastoDyn #1673
Comments
I change the edgewise 1st dof name to the origial name ---EdgeDOF , and it can output well . But I do not know why the problem occurs , could some tell me ? Thanks kindly. |
Dear @AsIlll223, I'm not sure I understand enough about what you are doing to comment. Please clarify what you are trying to change and how. Best regards, |
Dear @jjonkman Thank you , the question has been solved. But I have another question. Best regards, |
Dear @jjonkman, Presumably your OpenFAST executable is compiled in release mode. If release mode and debug mode produce different results, this would mean your results are impacted by the compiler settings, such as the level of optimization. This would point to issue with your source code implementation, e.g., uninitialized variables. Best regards, |
Dear @jjonkman After I compiled the code in release mode, the message shows as: OpenFAST-v3.5.0-dirty
Then I run the code in the linux system terminal: sudo make install , the message shows: -- Install configuration: "Release" I do not know if this message is normal ? And then I run the program , the message is different as shown , it works bad: OpenFAST--128-NOTFOUND
OpenFAST input file heading: Running ElastoDyn. FAST_InitializeAll:ED_Init:ED_ReadInput:ReadPrimaryFile:Invalid numerical input for file OpenFAST encountered an error during module initialization. Aborting OpenFAST. I noticed that the compiler version and precison has changed , I can not understand why this occurs because I used the same executable and I do not install GCC version 12.2.0 . Would you give me some advice ? Thanks kindly. Best regards, |
The shell is likely picking up the wrong executable. Run |
Dear@jjonkman |
Hello everyone,
I try to modify ElastoDyn code to make it consider higher edgewsie mode dofs. I change the original edgewise name to EdgeDOF1 and add 2nd, 3th, 4th edgewise mode dofs to it . It just works but I find the output file is all blanks, it just have the title and variable name , but do not have the calculated result. I do not know what is wrong , could someone give me advice ? Thanks kindly.
Best regards,
The text was updated successfully, but these errors were encountered: