@@ -376,24 +376,24 @@ or `VisIt <https://wci.llnl.gov/simulation/computer-codes/visit/>`__.
376376Turbine 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
381381separately 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.
383383The controller is specified in the ServoDyn module of OpenFAST.
384384OpenFAST allows for the use of bladed-style controllers in DLL format.
385385Tools 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
388388Farm-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
390390provides for rapid design of common farm-level controllers such as wake steering
391391control, 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
393393a small farm using FAST.Farm.
394394The `Reference Open Source Controller ` (`ROSCO <https://github.com/NREL/ROSCO >`_)
395395also 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
397397enables implementation of user-written, python-based controllers.
398398ROSCO also includes examples demonstrating the implementation of a farm-level
399399controller in FAST.Farm.
0 commit comments