-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
I think panel areas are not quite the projected areas when the panels have dihedral. |
I think I can calculate: Do we want it stored on a panel basis, or total for all panels added up? |
Maybe both, panel basis and total.
…On Monday, May 11, 2020, Bill Bissonnette ***@***.***> wrote:
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?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#29 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOPNCGYYS5CHWBPMCSEH6BDRRBPY7ANCNFSM4M6FTYYQ>
.
--
Götz Bramesfeld, Ph.D., PEng
(he/him/his)
Associate Professor
Aerospace Engineering
Ryerson University
350 Victoria Street
Toronto, Ontario
M5B 2K3
http://ralf.blog.ryerson.ca/
https://www.instagram.com/createv.solarplane/
phone: 416-979-5000 ex 4172
fax: 416-979-5056
|
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? |
You can make them non constants if it helps
…On Tue, May 12, 2020 at 6:01 PM Bill Bissonnette ***@***.***> wrote:
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?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#29 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOPNCG4BZZNMHYXEIQVJGQTRRFXGTANCNFSM4M6FTYYQ>
.
--
Götz Bramesfeld, Ph.D., PEng
(he/him/his)
Associate Professor
Aerospace Engineering
Ryerson University
350 Victoria Street
Toronto, Ontario
M5B 2K3
http://ralf.blog.ryerson.ca/
https://www.instagram.com/createv.solarplane/
phone: 416-979-5000 ex 4172
fax: 416-979-5056
|
added in 012fb04 |
if this is acceptable in the output files, we can close |
ok
…On Wed, Jan 27, 2021 at 7:14 PM Bill Bissonnette ***@***.***> wrote:
if this is acceptable in the output files, we can close
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#29 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOPNCGYU77AN3CIKJWRSI5TS4CT5NANCNFSM4M6FTYYQ>
.
--
Götz Bramesfeld, Ph.D., PEng
(he/him/his)
Associate Professor
Aerospace Engineering
Ryerson University
350 Victoria Street
Toronto, Ontario
M5B 2K3
http://ralf.blog.ryerson.ca/
https://www.instagram.com/createv.solarplane/
phone: 416-979-5000 ex 4172
fax: 416-979-5056
|
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?
The text was updated successfully, but these errors were encountered: