-
Notifications
You must be signed in to change notification settings - Fork 39
FF: Fix some issues with TurbSim-drive FF case setup #50
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
Conversation
… res box. also, remove extra round for dX_high. remove misleading _les naming
…efaults if user does not provide them
|
Suppose we're aiming for 900s of simulated time at 4s low-res temporal resolution and 0.25s high-res temporal resolution. For a certain case, running the low-res with Alternatively, if we were to extract the time series spanning [0, 900.25] and set analogous It seems like it will generate solution up to the desired Having said that, the lines below suggest changing the openfast_toolbox/openfast_toolbox/fastfarm/FASTFarmCaseCreation.py Lines 1668 to 1672 in e0e35a7
If the user passes the temporal resolutions, the openfast_toolbox/openfast_toolbox/fastfarm/FASTFarmCaseCreation.py Lines 517 to 518 in e0e35a7
I suggest the following (@ptrbortolotti chime in):
Note: This issue has been previously reported by @lucas-carmo in OpenFAST/python-toolbox#67 (comment) |
Some overhaul on the api for the turbsim case creation. This commit
fixes some hard-coded parameters from before. It is recommended that the
user sets the ds_{high,low} and dt_{high,low} him/herself.
|
todo:
|
|
In TurbSim, if you set the |
|
Andy - |
High-res box needs to be centered around the turbine for TS-driven cases. There was an additional logic moving it to be aligned with the low-res, which is only applicable to LES-driven cases. Thanks to @ptrbortolotti for finding this.