Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding calculation of area #29

Closed
Bill-B opened this issue May 11, 2020 · 8 comments
Closed

Adding calculation of area #29

Bill-B opened this issue May 11, 2020 · 8 comments

Comments

@Bill-B
Copy link
Collaborator

Bill-B commented May 11, 2020

a few ways to do this. I can calculate the panel areas and add them up, and also calculate the projected panel areas and add them up. These values will not change with camber or flap deflection.

We can also add up the DVE element areas. Those values would change with camber, and the projected areas would change with flap deflection.

Also, what will these values be used for? for example, what if we want to non-dimensionalize to just the wing area and not include the tail? how will the user approach this?

@bramesfeld
Copy link
Collaborator

a few ways to do this. I can calculate the panel areas and add them up, and also calculate the projected panel areas and add them up. These values will not change with camber or flap deflection.

We can also add up the DVE element areas. Those values would change with camber, and the projected areas would change with flap deflection.

Also, what will these values be used for? for example, what if we want to non-dimensionalize to just the wing area and not include the tail? how will the user approach this?

I think panel areas are not quite the projected areas when the panels have dihedral.
projected area is related to induced drag and exposed/wetted area is of value when judging profile drag. This latter area could be computed by just adding the DVE areas.
Let's compute the areas, store them, but for now continue to use info.S input for nondimensionalizing.

@Bill-B
Copy link
Collaborator Author

Bill-B commented May 11, 2020

I think I can calculate:
-total panel area = global panel span * panel chord
-projected area = y component of global span * (chord *cos(eps))
-surface area = sum of DVE area

Do we want it stored on a panel basis, or total for all panels added up?

@bramesfeld
Copy link
Collaborator

bramesfeld commented May 12, 2020 via email

@Bill-B
Copy link
Collaborator Author

Bill-B commented May 12, 2020

ok, I think the best place to do this is in surface_dve_geometry. This happens just after the vehicle is rotated for roll / alpha, and just before camber / flap deflection. However, the panel and info struct are constants in the function, do they have to be?

@bramesfeld
Copy link
Collaborator

bramesfeld commented May 12, 2020 via email

@Bill-B
Copy link
Collaborator Author

Bill-B commented May 12, 2020

added in 012fb04

@Bill-B
Copy link
Collaborator Author

Bill-B commented Jan 28, 2021

if this is acceptable in the output files, we can close

@bramesfeld
Copy link
Collaborator

bramesfeld commented Jan 28, 2021 via email

@Bill-B Bill-B closed this as completed Jan 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants