Regis Thedin

Results 34 comments of Regis Thedin

What you are observing in your slices through the flowfield is expected under the current FAST.Farm implementation. One of the parameters you set on your FAST.Farm input is the number...

For a TurbSim-driven FAST.Farm case (`Mod_AmbWind` = 3), there is a complete example using the OpenFAST toolbox available here: https://github.com/OpenFAST/openfast_toolbox/blob/main/openfast_toolbox/fastfarm/examples/Ex2a_FASTFarm_TurbSim_driven.py. Specifically, the inflow is generated in two steps: first the...

The "templates" are simply a set of OpenFAST input files for the turbine of interest. The "template" word comes from the variable name where the user sets the filename of...

It's unclear what python code you are using to generate your input files. It seems like you are trying to run standalone OpenFAST-- is that correct? How are you using...

I've given the link to an example in a prior message: https://github.com/OpenFAST/openfast_toolbox/blob/main/openfast_toolbox/fastfarm/examples/Ex2a_FASTFarm_TurbSim_driven.py. This is a TurbSim-driven FAST.Farm case. However, we are going to need more information about your setup and...

That is mostly correct. A couple of notes: 1. `FASTFarmCaseCreation.py` is a file that contains the `FFCaseCreation` class. These are not scripts. 2. The toolbox does not generate the "wind...

The example script located inside the `examples` directory is an _example_. Thus, it illustrates how to use the toolbox to help with the case setup. It is not meant to...

When creating a FAST.Farm input deck, the toolbox makes copies of the ElastoDyn input for each turbine. By convention of the toolbox, files that get copied on a per-turbine basis...

This is the third time this has been reported. Fixed in https://github.com/OpenFAST/openfast_toolbox/pull/68.

This is an issue with permissions and your OS. Unfortunately I'm not able to help you there. If your original issue has been solved, please close this issue; otherwise let...