sandialabs / NuMAD

Numerical Manufacturing And Design Tool (NuMAD) -- A design tool for wind and water turbine composite blades
http://numad.readthedocs.io/
Other
30 stars 19 forks source link

Error exporting shell7.src ANSYS input file #24

Closed ncepulibei closed 1 year ago

ncepulibei commented 1 year ago

I encountered the following problems when exporting the shell7.src ANSYS input file. My model seems to check without problems. Is it because I did not set different thicknesses for each blade segment?

Incorrect use of chckxy (line 51) Data sites should be different from each other. Error pchip (line 58) [x,y,sizey] = chckxy(x,y); Error resampleAirfoil (line 82) pp = pchip(t,xy'); Error write shell7 (line 67) af out = resampleAirfoil(station.coords, round(Nansys/2-1), 'arc'); Error NuMAD main>cb generate (line 3411) write_ shell7(app,blade,filename); Error calculating Menu Callback.

ncepulibei commented 1 year ago

I have solved this problem. It is the problem of the coordinate file of the flat trailing edge airfoil

ecamare commented 1 year ago

Okay. Glad you solved the problem.