A blade element momentum method for analyzing wind turbine aerodynamic performance that is robust (guaranteed convergence), fast (superlinear convergence rate), and smooth (continuously differentiable).
Other
45
stars
40
forks
source link
Error in running create_FAST_SFunc.m on macbook M1 #34
Hi
I am trying to build FAST_SFunc.mexmaca64 on macbook m1 but facing the following issue.
When i run create_FAST_SFunc.m in matlab2024a, error is displayed regarding openfastlib_mex not found.
I build Openfast with option
mkdir -p build
cd build
cmake .. -DBUILD_OPENFAST_SIMULINK_API=ON -DBUILD_SHARED_LIBS=OFF
make
Kindly guide me on how to proceed.
Hi I am trying to build FAST_SFunc.mexmaca64 on macbook m1 but facing the following issue. When i run create_FAST_SFunc.m in matlab2024a, error is displayed regarding openfastlib_mex not found.
I build Openfast with option mkdir -p build cd build cmake .. -DBUILD_OPENFAST_SIMULINK_API=ON -DBUILD_SHARED_LIBS=OFF make Kindly guide me on how to proceed.