Search found 12 matches
- Mon Apr 26, 2021 9:33 am
- Forum: Computer-Aided Engineering Software Tools
- Topic: Re: Running problem
- Replies: 5
- Views: 89
Re: Running problem
Hi Jingyu, I suggest to try installing the Microsoft Visual C++ redistributable library: https://visualstudio.microsoft.com/downloads/#microsoft-visual-c-redistributable-for-visual-studio-2019 This is typically installed on a Windows system as it is required to run many programs. Please let me know ...
- Wed Apr 21, 2021 10:05 am
- Forum: Computer-Aided Engineering Software Tools
- Topic: Re: Running problem
- Replies: 5
- Views: 89
Re: Running problem
Hello - Which version of the OpenFAST binary did you download?
- Wed Apr 07, 2021 10:47 am
- Forum: Testing
- Topic: OpenFast Regression tests
- Replies: 20
- Views: 15086
Re: OpenFast Regression tests
Hi Matteo,
The differences shown in your plots look reasonable given the possibility of significant differences between your system and the one used to generate the baseline results. In my opinion, you are ok to proceed using the executable you've obtained.
Rafael
The differences shown in your plots look reasonable given the possibility of significant differences between your system and the one used to generate the baseline results. In my opinion, you are ok to proceed using the executable you've obtained.
Rafael
- Wed Jan 27, 2021 11:19 am
- Forum: General
- Topic: Application Start Error
- Replies: 11
- Views: 598
Re: Application Start Error
Try downloading the precompiled binaries from the latest OpenFAST release page and install the required Intel libraries linked at the end of the release note:
https://github.com/openFAST/openfast/re ... tag/v2.5.0
https://github.com/openFAST/openfast/re ... tag/v2.5.0
- Tue Jan 26, 2021 10:56 am
- Forum: General
- Topic: Application Start Error
- Replies: 11
- Views: 598
Re: Application Start Error
Ok this indicates in issue with your computer's environment rather than a problem in your model (i.e. the fst file). I suggest that you download the binaries from the OpenFAST Release page (https://github.com/openFAST/openfast/releases) and see if those work from both version 2.4.0 and 2.5.0. You ca...
- Tue Jan 26, 2021 8:34 am
- Forum: General
- Topic: Application Start Error
- Replies: 11
- Views: 598
Re: Application Start Error
Hi Breen
Try running the 64 bit executables with the version flag and share the output here. For example,
Try running the 64 bit executables with the version flag and share the output here. For example,
Code: Select all
.\openfast_x64.exe /v
- Wed Feb 12, 2020 7:24 pm
- Forum: Computer-Aided Engineering Software Tools
- Topic: openFAST v2.2.0 binearies
- Replies: 14
- Views: 2967
Re: openFAST v2.2.0 binearies
Ok the new binaries are available on the latest OpenFAST release page, including the real 32 bit binary.
- Tue Feb 11, 2020 11:27 am
- Forum: Computer-Aided Engineering Software Tools
- Topic: openFAST v2.2.0 binearies
- Replies: 14
- Views: 2967
Re: openFAST v2.2.0 binearies
Thanks for bringing this to my attention. I'll recompile and upload the 32 bit binaries ASAP.
- Fri Dec 20, 2019 3:56 pm
- Forum: Computer-Aided Engineering Software Tools
- Topic: openFAST v2.2.0 binearies
- Replies: 14
- Views: 2967
Re: openFAST v2.2.0 binearies
The v2.2.0 binaries are now available on the GitHub Releases page
- Wed Dec 18, 2019 11:27 am
- Forum: Computer-Aided Engineering Software Tools
- Topic: openFAST v2.2.0 binearies
- Replies: 14
- Views: 2967
Re: openFAST v2.2.0 binearies
Hello - I've had trouble compiling the binaries in a consistent manner for Windows. Specifically, statically linking the Intel libraries into the OpenFAST binaries presents some problems and the alternative is to require user to also install the Intel libraries on their computer. All that to say tha...
- Mon Jul 22, 2019 5:39 pm
- Forum: Testing
- Topic: OpenFast Regression tests
- Replies: 20
- Views: 15086
Re: OpenFast Regression tests
Hi Ruben, Thanks for pointing out the bug in the docs, I've opened an issue on GitHub here: https://github.com/OpenFAST/openfast/issues/309. If you notice any more bugs, please feel free to open an issue about it. On that note, this question fits well within the conversations that happen on the GitH...
- Wed Jan 02, 2019 11:02 am
- Forum: Computer-Aided Engineering Software Tools
- Topic: Instructions for Compiling FAST
- Replies: 257
- Views: 155434
Re: Instructions for Compiling FAST
Hi Luke, I believe you are referring to the ServoDyn external controllers when you say "Servodyn Driver". In the OpenFAST testing framework, these are called "DISCON.dll", "DISCON_OC3Hywind.dll", and "DISCON_ITIBarge.dll". The ".dll" suffix is simply...