Skip to content

Commit

Permalink
Add floating wind test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Sep 30, 2019
1 parent e31d767 commit 6464962
Show file tree
Hide file tree
Showing 51 changed files with 28,809 additions and 3 deletions.
15 changes: 12 additions & 3 deletions Matlab_Toolbox/Post_TestCases.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
'5MW_AR_Baseline';...
'5MW_OC4_ARsteady_Legacy';...
'5MW_OC4_ARsteady_Baseline';...
'5MW_OC4_NR_Legacy';...
'5MW_OC4_NR_Baseline';...
'5MW_OC4_MH_Legacy';...
'5MW_OC4_MH_Baseline';...
};


Expand All @@ -38,9 +42,10 @@
% Will want to (un)comment desired cases to plot

% Usable Plot types:
% - Step, Blow Rated, Near Rated, Above Rated, Floating
plottype = 'Floating';
% - Step, Below Rated, Near Rated, Above Rated, Floating Near Rated, Floating Mexican Hat
plottype = 'Above Rated';

close all
% Below Rated
switch plottype
case 'Step'
Expand All @@ -51,8 +56,12 @@
Pl_FastPlots(fo.NR_Legacy, fo.NR_Baseline)
case 'Above Rated'
Pl_FastPlots(fo.AR_Legacy, fo.AR_Baseline)
case 'Floating'
case 'Floating Steady'
Pl_FastPlots(fo.OC4_ARsteady_Legacy, fo.OC4_ARsteady_Baseline)
case 'Floating Near Rated'
Pl_FastPlots(fo.OC4_NR_Legacy, fo.OC4_NR_Baseline)
case 'Floating Mexican Hat'
Pl_FastPlots(fo.OC4_MH_Legacy, fo.OC4_MH_Baseline)
end


Expand Down
Loading

0 comments on commit 6464962

Please sign in to comment.