Skip to content
Snippets Groups Projects
Commit 81dea431 authored by Tamburrini Robin's avatar Tamburrini Robin
Browse files

chore: bemt before printperfs to show new operations points in the results

parent 61bb6acb
No related branches found
No related tags found
No related merge requests found
......@@ -134,12 +134,12 @@ function [Results] = rotare(configFile)
OpRot(iOperPoint, i) = OperRotor(Rot(i), Op(i));
OpRot(iOperPoint, i).nonDim = Sim.Misc.nonDim;
end
% Print current operating conditions in the console
printperfs(Sim.Out, 'header', Mod.solver, Op);
% Run BEMT solver
bemt(OpRot(iOperPoint, :), Mod);
% Print current operating conditions in the console
printperfs(Sim.Out, 'header', Mod.solver, Op);
% Keep track of CPU time for the solution
OpRot(iOperPoint, i).cpuTime = toc(tStart);
......@@ -170,7 +170,7 @@ function [Results] = rotare(configFile)
if Sim.Save.autosave
Results.save(Sim.Save);
end
% ==============================================================================================
% ====================================== Analysis ==============================================
% ==============================================================================================
......
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