Skip to content

Add SeaSt_C_GetFluidDynP routine to SeaState_C_Binding interface#3236

Open
andrew-platt wants to merge 2 commits intoOpenFAST:rc-4.2.1from
andrew-platt:f/ss_c-bind_GetDynPressure
Open

Add SeaSt_C_GetFluidDynP routine to SeaState_C_Binding interface#3236
andrew-platt wants to merge 2 commits intoOpenFAST:rc-4.2.1from
andrew-platt:f/ss_c-bind_GetDynPressure

Conversation

@andrew-platt
Copy link
Collaborator

Ready to merge

Feature or improvement description
Add SeaSt_C_GetFluidDynP routine to the SeaState_C_Binding interface for returning the dynamic pressure.

Related issue, if one exists
Closes #3185

Impacted areas of the software
SeaState c-bindings interface only

Additional supporting information
None

Generative AI usage
None

Test results, if applicable
None

call WrScr("Interface debugging: SeaSt_C_GetDynPressure")
call WrScr(" --------------------------------------------------------")
call WrScr(" Time_C -> "//trim(Num2LStr(Time_C)))
call WrScr(" Pos_C -> ("//trim(Num2LStr(Pos_C(1)))//","//trim(Num2LStr(Pos_C(2)))//")")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should print the third component of Pos_C here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: Add GetDynPressure routine to SeaState_C_Binding interface

2 participants