Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Rotare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rouma Alexandre
Rotare
Commits
b11c6c55
Verified
Commit
b11c6c55
authored
1 year ago
by
Thomas Lambert
Browse files
Options
Downloads
Patches
Plain Diff
chore(config): minor tweaks and typo fixes
parent
689c8993
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/configs/caradonna1981.m
+7
-0
7 additions, 0 deletions
src/configs/caradonna1981.m
src/configs/template.m
+1
-1
1 addition, 1 deletion
src/configs/template.m
with
8 additions
and
1 deletion
src/configs/caradonna1981.m
+
7
−
0
View file @
b11c6c55
...
...
@@ -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
];
This diff is collapsed.
Click to expand it.
src/configs/template.m
+
1
−
1
View file @
b11c6c55
...
...
@@ -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
=
'temp
a
lte'
;
% File name of the saved result
Sim
.
Save
.
filename
=
'templ
a
te'
;
% File name of the saved result
% Outputs
Sim
.
Out
.
showPlots
=
true
;
% Show all plots (forces, angles, speed, ...)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment