Coupling AeroDyn to an external structural solver written in Python #1926
Replies: 1 comment
-
Dear @wlllind, I agree that this is how AeroDyn is coupled to ElastoDyn, etc. And I agree that if your structural solver is written in Python, that the existing Python wrapper around the AeroDyn and InflowWind modules of OpenFAST is what you should use. The four main function calls in this Python wrapper (which are similar to the main Fortran SUBROUTINE calls of each module of OpenFAST) are: Best regards, |
Beta Was this translation helpful? Give feedback.
-
I am looking for a way to couple AeroDyn to an external structural solver. Preferably, I want to use Python to call AeroDyn at a timestep, use the aerodynamic forces and moments in the structural solver, update the rotor-geometry and continue in that way until the last time step is reached.
Of course, this is exactly how AeroDyn-ElastoDyn work. But, the structural solver is written in Python and allows me to add features that I can't add (due to lack of proficiency) in F90. Therefore
I have already compiled the standalone AeroDyn driver. Moreover, aerodyn/python-lib/aerodyn_inflow_library.py might be of help, but I do not know how.
Beta Was this translation helpful? Give feedback.
All reactions