From b11c6c550ef99143e64796c1d894967e7e1ea4a7 Mon Sep 17 00:00:00 2001
From: Thomas Lambert <t.lambert@uliege.be>
Date: Wed, 31 May 2023 22:56:06 +0200
Subject: [PATCH] chore(config): minor tweaks and typo fixes

---
 src/configs/caradonna1981.m | 7 +++++++
 src/configs/template.m      | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/src/configs/caradonna1981.m b/src/configs/caradonna1981.m
index d05c352..038c905 100644
--- a/src/configs/caradonna1981.m
+++ b/src/configs/caradonna1981.m
@@ -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];
diff --git a/src/configs/template.m b/src/configs/template.m
index 9931bb7..dbd803e 100644
--- a/src/configs/template.m
+++ b/src/configs/template.m
@@ -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, ...)
-- 
GitLab