Skip to content

Commit

Permalink
Housekeeping & cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Oct 28, 2019
1 parent b3e1133 commit 74a3ec7
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 194 deletions.
10 changes: 5 additions & 5 deletions Matlab_Toolbox/Pl_FastPlots.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ function Pl_FastPlots(varargin)
plsw.DTO = 0; % DTO, Drivetrain Outputs
plsw.B1 = 1; % B1, Baseline1
plsw.PD = 1; % PD, Primary Dynamics
plsw.RO = 1; % RO, Rotor Performance Outputs
plsw.Fl1 = 1; % Fl1, Basic Floating Parameters
plsw.AF = 0; % All Floating Parameters
plsw.Twr = 1; % Twr, Turbine params with Twr Motions
plsw.Rand = 1; % Some random metrics I care about now
plsw.RO = 0; % RO, Rotor Performance Outputs
plsw.Fl1 = 0; % Fl1, Basic Floating Parameters
plsw.AF = 1; % All Floating Parameters
plsw.Twr = 0; % Twr, Turbine params with Twr Motions
plsw.Rand = 0; % Some random metrics I care about now
cases = fieldnames(plsw);

%% Plot Cases
Expand Down
Loading

0 comments on commit 74a3ec7

Please sign in to comment.