Downwash distribution

70 views
Skip to first unread message

Reji Rejish

unread,
May 16, 2022, 6:28:27 PM5/16/22
to OpenVSP
Hi OpenVSP Team,

I would like to plot downwash distribution along the span of the wing.
From this previous discussion, I noticed that we could obtain the donwwash by survey the flowfield.

Is there any C++ function available inside openVSP which we could use to obtain u,v, w velocity components along the spanwise direction?  This would help us to extend our C++ API to call the specific function.

Could you please point me how to obtain these results?

Best regards, 
Rejish

Brandon Litherland

unread,
May 16, 2022, 6:41:12 PM5/16/22
to OpenVSP
I haven't gone hunting in the source for VSPAERO to find where those values are stored in memory.  They can be written out so they must be there somewhere, hopefully exposed in the results manager.
If I have time I can try to find the values.  If you want to try, you can search the OpenVSP GitHub repository or download the source code and search for where it writes the values to text and then trace back from there.  That's what I'll be doing.

Rob McDonald

unread,
May 16, 2022, 6:49:25 PM5/16/22
to ope...@googlegroups.com
These values are calculated in VSPAERO only.  OpenVSP does not read them back into memory or into the Results Manager.

Consequently, there is no way to access these from an API.  You will need to parse the file -- or extend the OpenVSP VSPAERO integration to read the file and get the data into OpenVSP's memory.

Rob


--
You received this message because you are subscribed to the Google Groups "OpenVSP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openvsp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openvsp/5c117720-2861-442a-a165-817b37e46b92n%40googlegroups.com.

Reji Rejish

unread,
May 18, 2022, 11:06:30 AM5/18/22
to OpenVSP
Hi OpenVSP Team, 

Thanks for the input, I will look into the VSPAERO source code to access the data.

Best regards, 
Rejish 

Reply all
Reply to author
Forward
0 new messages