Skip to content

Commit a153025

Browse files
committed
Fix method name turbolent_wind_field_generator
1 parent 87f31c6 commit a153025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

physics/get_wind.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
shearExp = 0.2; % vertical wind shear exponent (default 0.2)
5959

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

0 commit comments

Comments
 (0)