Skip to content

Commit

Permalink
Fix method name turbolent_wind_field_generator
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricaSo committed Jun 8, 2021
1 parent 87f31c6 commit a153025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/get_wind.m
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
shearExp = 0.2; % vertical wind shear exponent (default 0.2)

% Create wind field structure
[WF,~,t,~,~,X,Y,~,~] = TurbulentWindFieldGenerator(U0,I0,Seed,HubHt,Nx,Ny,Lx,Ly,dt,T,xLu,xLv,xLw,Lc,a,shearExp);
[WF,~,t,~,~,X,Y,~,~] = turbulent_wind_field_generator(U0,I0,Seed,HubHt,Nx,Ny,Lx,Ly,dt,T,xLu,xLv,xLw,Lc,a,shearExp);
wind_struct.WF = WF;
wind_struct.time = t';
wind_struct.X = flip(X(1,:)'+map.width/2);
Expand Down

0 comments on commit a153025

Please sign in to comment.