OpenFAST / openfast

Main repository for the NREL-supported OpenFAST whole-turbine and FAST.Farm wind farm simulation codes.
http://openfast.readthedocs.io
Apache License 2.0
694 stars 458 forks source link

One question about mapx64.dll #1969

Open fuyushunaixuexi opened 10 months ago

fuyushunaixuexi commented 10 months ago

Dear,
I want to use python to manipulate MAP++, including plotting graphs, getting platform displacements, anchor chain tensions, and so on, but I'm having a problem with mapsys.py, _AttributeError: function 'map_offsetfairlead' not found, which is supposed to be my MAPx64. This should be a problem with my MAPx64. dll file, the file I used is the result of the release in jun 24, 2021 OpenFAST v3.0.0. 图片

I will do a simple calculation with the example 3D.py, all the files I put in the file map.zip.
I would like to know how I can solve this problem, I hope to get your help, I will be grateful! map.zip Best regards,

andrew-platt commented 10 months ago

Unfortunately, I believe your question relates to the python driver for MAP++, which we do not maintain. The repository where the python driver is found is here: https://github.com/mmasciol/map-plus-plus. It doesn't look like @mmasciol has touched this in some time, but you might try posting your question there.

Regards