Skip to content

Commit 3688f32

Browse files
author
Abhineet Gupta
committed
Address comments on PR #3043
1 parent dae940c commit 3688f32

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/source/user/fast.farm/Introduction.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -376,24 +376,24 @@ or `VisIt <https://wci.llnl.gov/simulation/computer-codes/visit/>`__.
376376
Turbine controller and super controller
377377
---------------------------------------
378378

379-
FAST.Farm does not include modules for individual turbine controllers
380-
or farm-level controller (super controllers) and relies on
379+
FAST.Farm does not include its own modules for individual turbine controllers
380+
or farm-level controller (super controllers) but relies on
381381
separately compiled routines for them.
382-
FAST.Farm defers to the OpenFAST model of individual turbine for turbine controller.
382+
FAST.Farm defers to the OpenFAST model of individual turbine for the turbine controller.
383383
The controller is specified in the ServoDyn module of OpenFAST.
384384
OpenFAST allows for the use of bladed-style controllers in DLL format.
385385
Tools like `Reference Open Source Controller` (`ROSCO <https://github.com/NREL/ROSCO>`_)
386-
can be used to design and integrate turbine controller in DLL format.
386+
can be used to design and integrate turbine controller in DLL format, if the user does not already have their own controller.
387387

388388
Farm-level super controller can be designed and implemented using external tools.
389-
`Wind-Hybrid-Open-Controller` (`WHOC <https://github.com/NREL/wind-hybrid-open-controller>`_) tool
389+
The `Hycon` (`Hycon <https://github.com/NREL/wind-hybrid-open-controller>`_) tool
390390
provides for rapid design of common farm-level controllers such as wake steering
391391
control, spatial filtering/consensus and active power control etc.
392-
WHOC includes examples the design of a wake steering controller and implementation on
392+
Hycon includes examples demonstration the design of a wake steering controller and implementation on
393393
a small farm using FAST.Farm.
394394
The `Reference Open Source Controller` (`ROSCO <https://github.com/NREL/ROSCO>`_)
395395
also has wind farm control capability.
396-
It gives user low-level access to various turbine measurements and offsets, and
396+
It gives the user low-level access to various turbine measurements and offsets, and
397397
enables implementation of user-written, python-based controllers.
398398
ROSCO also includes examples demonstrating the implementation of a farm-level
399399
controller in FAST.Farm.

0 commit comments

Comments
 (0)