Skip to content

Adding solutions to vlm_systems #31

Answered by EdoAlvarezR
juddmehr asked this question in Q&A
Discussion options

You must be logged in to vote

You are doing things correctly, however, the issue is in the architecture of FLOWVLM.

THE ISSUE
In order to catch the potential bug of having the user request FLOWVLM to calculate a field with incomplete information (e.g., request calculating aerodynamic forces without an existing circulation solution), I hardcoded the data structures that are allowed as solution field through the module-wide variable FIELDS in FLOWVLM, defined in Line 43 here LINK. This dictionary states the necessary dependencies (for instance, CL requires an existing Gamma solution field in Line 53), and also whether the solution field is a scalar or vector field. Because of the need of knowing whether it's a scalar or…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by juddmehr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants