Andy Platt
Andy Platt
Dear @Melancho7ee, Can you share your TurbSim input file, and exactly which compiler setup you are using on the Mac?
Dear @HelenLeeeeee, Is the wind file you are using one you generated, or one from the repository? The error is consistent with trying to use a non-periodic TurbSim file with...
Dear @HelenLeeeeee, For the error with negative time, one change that you can make is to generate the TurbSim file with periodic winds*. To do this, set the `UsableTime` to...
Hi @bjonkman, I ran into issues with just tacking the new meshes at the end. There were a few spots where the indexing counts the inputs backwards from the end...
@bjonkman, that is the document I was referring to. :) It is now at rev 19b. Regarding my earlier comment about a new indexing scheme that @deslaughter is working on:...
> I tried debugging the test failure in `rtest-modules-drivers` which comes from `ad_B1n2_OLAF`. I tracked it down to the use of `u%V_wind` in `FVW_UpdateStates` and `FVW_CalcConstrStateResidual`. Since `V_wind` isn't being...
See https://github.com/andrew-platt/openfast/pull/23 for a temporary PR for comparing what changes in this PR relative to #1882.
Unfortunately, I believe your question relates to the python driver for MAP++, which we do not maintain. The repository where the python driver is found is here: https://github.com/mmasciol/map-plus-plus. It doesn't...
Temporary links to readthedocs changes for proofing: https://ap-openfast.readthedocs.io/en/f-ffwat/source/user/fast.farm/InputFiles.html#wake-added-turbulence-wat https://ap-openfast.readthedocs.io/en/f-ffwat/source/user/fast.farm/FFarmTheory.html#wake-added-turbulence-wat
For finalizing: - [ ] implement the `k_def` and `k_grad` functions from paper (@ebranlard) - [ ] Merge in dev-unstable-pointers to resolve conflicts - [ ] Update all FF test...