Dear community,
I’m new to WEIS. When running the example 14, I come across a weird error. FileNotFoundError: 'aeroelastic' <class FASTLoadCases>: Error calling compute(), [Errno 2] File not found:: 'wind\\lin_NTM_U14.000000_Seed1501552846.0.bts'
, after the first iteration of OpenFAST. Strangely, this BTS file does exist and is used successfully during the first iteration. The failure happens in the second iteration or beyond, which suggests that WEIS fails to find or reuse the previously generated wind file. This error also occurs for other examples that I switched to level 2 (with an optimization).
This raises a few questions:
- Is there a known incompatibility between Level 2 (OpenFAST_Linear) and optimization in WEIS? Am I missing something?
- Should linearization workflows be restricted to DOE or single-run studies only?
I couldn’t find any related topic here in the forum nor on git Q&A.
Thank you for developing such a powerful tool. I’m looking forward to understanding a bit more about all its capabilities.