James
James
I believe this is actually an issue with the following lines: client = docker.APIclient container_id=client.api.create_container I think you're essentially doing api.api and that's why it says APIClient object has no...
No worries. I wasn't aware that you could simply use pip to install wisdem, as the documentation suggests using conda instead. For installing meson and ninja i used pip. For...
I have tried installing WISDEM using pip and when running a script where ccblade is called I keep getting the following error: Exception has occurred: ModuleNotFoundError (note: full exception trace...
Hi Garrett. Thank you for trying. I really appreciate it. Is there a way to compile the libraries elsewhere and then simply move them to the pip module folder or...
Thanks Garrett for the reply. That is very helpful. I had a further question as I've been looking through the documentation. From what I can see the loading from the...
That was really useful. Thanks Garrett. I had another question which I guess still relates to documentation. I'm trying to run a turbine yaml file through wisdem and I'm getting...
Hi Garrett, I had towerSE set to false, managed to trace it through the script. I was also wondering if you had a list of the design variables, constraints, optimisers...
That is very interesting. Thank you. I have some further questions. I have read through the GeneratorSE report and am still unsure about some of the parameters that I have...
DFIG and SCIG. Do the parameters have different meanings depending on the technology? On Wed, 17 Apr 2024, 04:27 Garrett Barter, ***@***.***> wrote: > @James-Ilosta - Which generator > technology...
Here is the rest of the error message that I could retrieve from the terminal, if it is of interest: ``` self._nonlinear_solver._solve_with_cache_check() C:\Users\user1\anaconda3\envs\wisdem-venv\lib\site-packages\openmdao\solvers\nonlinear\nonlinear_runonce.py:26: in _solve_with_cache_check self.solve() # don't use caching...