forked from NREL/ROSCO
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates documentation, defined NREL5MW ServoDyn constants for Bladed …
…interface and solved a switching issue between pitch and torque control
- Loading branch information
Sebastiaan Mulders
committed
Aug 29, 2017
1 parent
79be70f
commit 16a7566
Showing
3 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
---------------------- BLADED INTERFACE ---------------------------------------- [used only with Bladed Interface] | ||
"ServoData/DISCON_gwin32.dll" DLL_FileName - Name/location of the dynamic library {.dll [Windows] or .so [Linux]} in the Bladed-DLL format (-) [used only with Bladed Interface] | ||
"DISCON.IN" DLL_InFile - Name of input file sent to the DLL (-) [used only with Bladed Interface] | ||
"DISCON" DLL_ProcName - Name of procedure in DLL to be called (-) [case sensitive; used only with DLL Interface] | ||
"default" DLL_DT - Communication interval for dynamic library (s) (or "default") [used only with Bladed Interface] | ||
false DLL_Ramp - Whether a linear ramp should be used between DLL_DT time steps [introduces time shift when true] (flag) [used only with Bladed Interface] | ||
9999.9 BPCutoff - Cuttoff frequency for low-pass filter on blade pitch from DLL (Hz) [used only with Bladed Interface] | ||
0 NacYaw_North - Reference yaw angle of the nacelle when the upwind end points due North (deg) [used only with Bladed Interface] | ||
1 Ptch_Cntrl - Record 28: Use individual pitch control {0: collective pitch; 1: individual pitch control} (switch) [used only with Bladed Interface] | ||
0 Ptch_SetPnt - Record 5: Below-rated pitch angle set-point (deg) [used only with Bladed Interface] | ||
-5.0 Ptch_Min - Record 6: Minimum pitch angle (deg) [used only with Bladed Interface] | ||
90.0 Ptch_Max - Record 7: Maximum pitch angle (deg) [used only with Bladed Interface] | ||
-8.0 PtchRate_Min - Record 8: Minimum pitch rate (most negative value allowed) (deg/s) [used only with Bladed Interface] | ||
8.0 PtchRate_Max - Record 9: Maximum pitch rate (deg/s) [used only with Bladed Interface] | ||
2.332287 Gain_OM - Record 16: Optimal mode gain (Nm/(rad/s)^2) [used only with Bladed Interface] | ||
0 GenSpd_MinOM - Record 17: Minimum generator speed (rpm) [used only with Bladed Interface] | ||
0 GenSpd_MaxOM - Record 18: Optimal mode maximum speed (rpm) [used only with Bladed Interface] | ||
1173.70 GenSpd_Dem - Record 19: Demanded generator speed above rated (rpm) [used only with Bladed Interface] | ||
43093.55 GenTrq_Dem - Record 22: Demanded generator torque above rated (Nm) [used only with Bladed Interface] | ||
0 GenPwr_Dem - Record 13: Demanded power (W) [used only with Bladed Interface] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters