Skip to content

Commit

Permalink
Fix cross references
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Feb 4, 2021
1 parent b6235f9 commit 33b7a03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ NREL's Reference OpenSource Controller (ROSCO) toolbox for wind turbine applicat

**Standard Use**

For the standard use case in OpenFAST, ROSCO will need to be compiled. This is made possible via the instructions found in :ref:`compiling`. Once the controller is compiled, the turbine model needs to point to the compiled binary. In OpenFAST, this is ensured by changing the :code:`DLL_FileName` parameter in the ServoDyn input file.
For the standard use case in OpenFAST, ROSCO will need to be compiled. This is made possible via the instructions found in :ref:`install`. Once the controller is compiled, the turbine model needs to point to the compiled binary. In OpenFAST, this is ensured by changing the :code:`DLL_FileName` parameter in the ServoDyn input file.

Additionally, an additional input file is needed for the ROSCO controller. Though the controller only needs to be compiled once, each individual turbine/controller tuning requires an input file. This input file is generically dubbed "DISCON.IN''. In OpenFAST, the :code:`DLL_InFile` parameter should be set to point to the desired input file. The ROSCO toolbox is used to automatically generate the input file. These instructions are provided in the instructions for :ref:`generate_discon`.
Additionally, an additional input file is needed for the ROSCO controller. Though the controller only needs to be compiled once, each individual turbine/controller tuning requires an input file. This input file is generically dubbed "DISCON.IN''. In OpenFAST, the :code:`DLL_InFile` parameter should be set to point to the desired input file. The ROSCO toolbox is used to automatically generate the input file. These instructions are provided in the instructions for :ref:`standard_use`.


**License**
Expand Down
4 changes: 2 additions & 2 deletions docs/source/standard_use.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.. _standard-use:
.. toctree::

.. _standard_use:

Standard Uses
=================


Tuning a Controller
--------------------


.. _generate_discon:
Generating DISCON.IN
--------------------

0 comments on commit 33b7a03

Please sign in to comment.