Skip to content

Looking for platform pitch variable in StrucCtrl.f90 #2371

Answered by jjonkman
relhamoud asked this question in Q&A
Discussion options

You must be logged in to vote

Dear @relhamoud,

The source code of OpenFAST employs data encapsulation, so, modules can only access data known by another module through clearly defined module-level inputs and outputs. I don't see that platform pitch is currently an input to the structural control (StC) submodel of ServoDyn. That said, platform motion (including pitch) is an input to ServoDyn (via u%PtfmMotionMesh). So, to change StC so that it knows platform pitch, you should also change ServoDyn and the StC registry file to pass platform motion (or just platform pitch, if that is all you want) from ServoDyn to StC.

Best regards,

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by relhamoud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment