Skip to content

Commit

Permalink
Housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Oct 2, 2019
1 parent bb1a826 commit 177932c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Matlab_Toolbox/Pl_FastPlots.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function Pl_FastPlots(varargin)
plsw.Fl1 = 1; % Fl1, Basic Floating Parameters
plsw.AF = 0; % All Floating Parameters
plsw.Twr = 1; % Twr, Turbine params with Twr Motions
plsw.Rand = 0; % Some random metrics I care about now
plsw.Rand = 1; % Some random metrics I care about now
cases = fieldnames(plsw);

%% Plot Cases
Expand All @@ -37,7 +37,7 @@ function Pl_FastPlots(varargin)
pc.Fl1 = {'PtfmPitch', 'BldPitch1'};
pc.AF = {'PtfmPitch', 'PtfmRoll', 'PtfmSurge', 'PtfmYaw', 'PtfmHeave', 'PtfmSway'};
pc.Twr = {'GenTq','BldPitch1','RotSpeed', 'TwrBsFxt'};
pc.Rand = {'RtAeroCt', 'TwrBsFxt', 'GenPwr'};
pc.Rand = {'RtAeroCt', 'TwrBsFxt', 'LSShftFxs','GenPwr'};

%% load outdata to be plotted
for args = 1:length(varargin)
Expand Down

0 comments on commit 177932c

Please sign in to comment.