Skip to content
Snippets Groups Projects
Verified Commit b11c6c55 authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

chore(config): minor tweaks and typo fixes

parent 689c8993
No related branches found
No related tags found
No related merge requests found
......@@ -116,3 +116,10 @@ Blade.nElem = 100; % Number of blade elements, [-]
% Rotor base position
Blade.hubPos = [0, 0, 0]; % Rotor center position (used for coaxial rotors), [m]
% ==================================================================================================
% ======================================= Overwrites ===============================================
% ==================================================================================================
% Minor overwrites to get more insightful filenames
Sim.Save.filename = [Sim.Save.filename, '-loss_', Mod.Ext.losses];
......@@ -59,7 +59,7 @@
Sim.Save.autosave = true; % Auto-save the simulation results in a mat file
Sim.Save.overwrite = false; % Overwrite previous result if filename is the same
Sim.Save.dir = '../results/'; % Directory where the results are saved
Sim.Save.filename = 'tempalte'; % File name of the saved result
Sim.Save.filename = 'template'; % File name of the saved result
% Outputs
Sim.Out.showPlots = true; % Show all plots (forces, angles, speed, ...)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment