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

chore(template): minor adjustments

parent 76f8791d
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ Sim.Save.filename = 'template'; % File name of the saved result
% Outputs
Sim.Out.showPlots = true; % Show all plots (forces, angles, speed, ...)
Sim.Out.show3D = false; % Show the 3D view of the whole rotor
Sim.Out.show3D = true; % Show the 3D view of the whole rotor
Sim.Out.hubType = 'tangent_ogive'; % Hub (nose cone) type on the 3D view (see docs for list)
Sim.Out.console = true; % Print the final results in console
Sim.Out.verbosity = 'min'; % Verbosity level of the console output ('min', 'all')
......
......@@ -19,7 +19,11 @@
% ==================================================================================================
% ================================== Baseline configuration ========================================
% ==================================================================================================
template; % Just load exisiting template
% Just load exisiting template
template;
% Currently only indvel is supported fro coaxial
Mod.solvers = 'indvel'; % BEMT Solver ('leishman', 'indfact', 'indvel', 'stahlhut', 'all')
% ==================================================================================================
% ================================= Blade and rotor geometry =======================================
......
......@@ -95,7 +95,7 @@ function [Results] = rotare(configFile)
if Sim.Out.show3D
% TODO: Allow plot for multiple rotors
% Rot.plot('all', Sim.Out.hubType);
Rot(1).plot('all', Sim.Out.hubType);
end
% (Following comment is so miss-hit metric checker stays happy)
......
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