Hello,everyone
I have succeed compile the ADAMS.dll without the bladedDlliNterface.f90,But now i want to simulate the 5MW turbine,I think i need to recompile the adams.dll with badeddllinterface.f90.What did I need to change the compilelinkA2AD.bat or What do I need to do in the FAST SOURCE FILES?
BEST REGARD
Ruiliang.Wang
Dear Ruiliang,
The CompileLinkA2AD.bat script provided in the A2AD archive is set up for compiling with the BladedDLLInterface.f90. Once all paths are set properly within the batch file, all you need to do is type “CompileLinkA2AD.bat DLL” in the command line. (Typing “CompileLinkA2AD.bat” without the " DLL" compiles the A2AD interface without the Bladed DLL interface.)
Best regards,
Hello,Jason
I have succeed compile the adams2013_forBladedDLL.dll.I simulate the 5MW On shore by adams.The curve is similar to the FAST.I think it is right.
but when I simulate the linear mode.the warnning happened:
I think it doesn’t matter,waht do you think?
I have another question about DISCON.dll.when I use adams to simulate,do the adams call DISCON.dll ?but I don’t set the location of DISCON.dll.
Thank you very much!I appreciate it!
BEST
Ruiliang.Wang
Dear Ruiliang,
That WARNING from ADAMS is typical of a FAST-generated ADAMS model, whereby the model is formed with all DOFs restrained for the first time step.
Yes, ADAMS (or more precisely the DLL you compiled using the A2AD source files) will call the DISCON.dll. Unless you’ve changed the BladedDLLInterface.f90 source file to specifically identify a path, the DISCON.dll is assumed to be located in the same directory as the compiled A2AD DLL.
Best regards,