Skip to content

Commit b0c12e6

Browse files
authored
Merge pull request #2729 from abhineet-gupta/supercontrollerdeprecation
Remove supercontroller
2 parents 53f8c0b + ae055b2 commit b0c12e6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+11306
-17540
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ set(OPENFAST_MODULES
208208
lindyn
209209
map
210210
turbsim
211-
supercontroller
212211
externalinflow
213212
openfast-library
214213
simple-elastodyn
-6.44 KB
Binary file not shown.

docs/changelogs/ReleaseProcess.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ After posting and tagging release
5858
- [ ] `DISCON.dll` (x64)
5959
- [ ] `DISCON_ITIBarge.dll` (x64)
6060
- [ ] `DISCON_OC3Hywind.dll` (x64)
61-
- [ ] `DISCON_SC.dll` (x64)
6261
- [ ] `FAST.Farm_x64.exe`
6362
- [ ] `FAST.Farm_x64_OMP.exe`
6463
- [ ] `FAST_SFunc.mexw64` -- build from MATLAB

docs/source/user/api_change.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ The changes are tabulated according to the module input file, line number, and f
99
The line number corresponds to the resulting line number after all changes are implemented.
1010
Thus, be sure to implement each in order so that subsequent line numbers are correct.
1111

12+
OpenFAST v4.0.3 to OpenFAST v4.1.0
13+
----------------------------------
14+
Supercontroller module has been removed from FAST.Farm.
15+
16+
============================================= ==== =============== ========================================================================================================================================================================================================
17+
Removed in OpenFAST `v4.1.0`
18+
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19+
Module Line Flag Name Example Value
20+
============================================= ==== =============== ========================================================================================================================================================================================================
21+
FAST.Farm 7 UseSC False UseSC - Use a super controller? (flag)
22+
FAST.Farm 11 na --- SUPER CONTROLLER --- [used only for UseSC=True]
23+
FAST.Farm 12 SC_FileName "SC_DLL.dll" SC_FileName Name/location of the dynamic library {.dll [Windows] or .so [Linux]} containing the Super Controller algorithms (quoted string)
24+
============================================= ==== =============== ========================================================================================================================================================================================================
25+
1226

1327
OpenFAST v4.0.2 to OpenFAST v4.0.3
1428
----------------------------------

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

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ is a one-digit number in the range [1,9], corresponding to row
1515
only values for the first 9 turbines can be output. Setting
1616
:math:`\alpha` > **NumTurbines** yields invalid output.
1717

18-
In\ :math:`\zeta` and Ot\ :math:`\zeta` refer to super-controller input
19-
and output :math:`\zeta`, respectively, where :math:`\zeta` is a
20-
one-digit number in the range [1,9], corresponding to element
21-
:math:`\zeta` in the input and output arguments of the super-controller
22-
source code. If there are more than 9 elements, only values for the
23-
first 9 inputs and outputs can be output. Setting :math:`\zeta` greater
24-
than the number of elements yields invalid output.
25-
2618
N\ :math:`\beta` refers to radial output node :math:`\beta`, where
2719
:math:`\beta` is a two-digit number in the range [01,20], corresponding
2820
to entry :math:`\beta` in the **OutRadii** list, where node
@@ -56,20 +48,6 @@ overlapped itself.
5648
+--------------------------------------------------------------+-------------------+-------------------------------------------------+
5749
| Channel Name | Units | Description |
5850
+==============================================================+===================+=================================================+
59-
| *Super Controller* |
60-
+--------------------------------------------------------------+-------------------+-------------------------------------------------+
61-
| SCGblIn\ :math:`\zeta` | (user) | Global (turbine independent) super |
62-
| | | controller input :math:`\zeta` |
63-
+--------------------------------------------------------------+-------------------+-------------------------------------------------+
64-
| SCT\ :math:`\alpha`\ In\ :math:`\zeta` | (user) | Turbine-dependent super controller input |
65-
| | | :math:`\zeta` for turbine :math:`\alpha` |
66-
+--------------------------------------------------------------+-------------------+-------------------------------------------------+
67-
| SCGblOt\ :math:`\zeta` | (user) | Global (turbine independent) super |
68-
| | | controller output :math:`\zeta` |
69-
+--------------------------------------------------------------+-------------------+-------------------------------------------------+
70-
| SCT\ :math:`\alpha`\ Ot\ :math:`\zeta` | (user) | Turbine-dependent super controller input |
71-
| | | :math:`\zeta` for turbine :math:`\alpha` |
72-
+--------------------------------------------------------------+-------------------+-------------------------------------------------+
7351
| *Wind Turbine and Inflow* |
7452
+--------------------------------------------------------------+-------------------+-------------------------------------------------+
7553
| RtAxs\ :math:`\delta`\ T\ :math:`\alpha` | (-) | Orientation of the rotor centerline for turbine |

0 commit comments

Comments
 (0)