Skip to content
Snippets Groups Projects
Commit 160506db authored by Marco Luigi Gaibotti's avatar Marco Luigi Gaibotti
Browse files

[handle-value-conversion][stability] Fixed a bug where wind distribution would not be set

parent 4e8b6b01
Branches
No related tags found
1 merge request!17Handle value conversion
Pipeline #11318 failed
...@@ -115,6 +115,10 @@ for i = 1:nCall ...@@ -115,6 +115,10 @@ for i = 1:nCall
azVec = windMesh(2, ind); azVec = windMesh(2, ind);
nInd = length(ind); nInd = length(ind);
% Set uniform wind distribution
wind.magnitudeDistribution = 'u';
wind.azimuthDistribution = 'u';
%%% Launchpad exit flight condition %%% Launchpad exit flight condition
for j = 1:nInd for j = 1:nInd
index = (nFC * (i-1)) + j; index = (nFC * (i-1)) + j;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment