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

Add Iwing and khinge parameters to param opt #75

Merged
merged 15 commits into from
Sep 24, 2019
Merged

Conversation

avikde
Copy link
Owner

@avikde avikde commented Sep 20, 2019

Should be able to compare results to [Chen (2016)]

@avikde
Copy link
Owner Author

avikde commented Sep 20, 2019

Identification works with mwing

image

@avikde
Copy link
Owner Author

avikde commented Sep 20, 2019

Optimization just wants higher mwing (hitting constraint). Need to debug why

image

1.12208 18.7027 2.0

@avikde
Copy link
Owner Author

avikde commented Sep 23, 2019

actually the test H.pb = Bu fails. The second row is not zero.

On master:

 1.11022e-16  1.66533e-16  1.11022e-16  -1.11022e-16  …  5.55112e-17  3.88578e-16  8.06646e-17  -2.498e-16
 2.22045e-16  1.66533e-16  1.66533e-16  -7.77156e-16     0.0          4.44089e-16  5.55112e-16  -2.22045e-16

This branch:

 2.22045e-16  1.11022e-16  1.11022e-16  1.11022e-16  …   1.94289e-16   4.02456e-16  -8.58688e-17  -1.11022e-16
 0.049568     0.04901      0.0447856    0.0354245       -0.0396049    -0.0488398    -0.0564632    -0.062952

Update: fixed by c20711d

@avikde
Copy link
Owner Author

avikde commented Sep 23, 2019

Mode 2 (ID)

image

Mode 1 (opt)

image

Plot of actuator objective wrt mwing (keeping the other two fixed)

image

@avikde
Copy link
Owner Author

avikde commented Sep 23, 2019

From Chen(2016) Table 1 data: looks like Ixx, Izz (the two wing inertia params) both scale linearly with spar width (mm)

image

Based on this, maybe it makes sense to produce mspar and mwing both from spar width as the parameter. spar width, cbar, R -> can they together effectively predict Ixx, Izz.

Comparison of physical parameters in Chen (2016)

cbar R (wing length) T mwing/dspar NOTES
Ixx x x X
Izz x x X
AR X
r1 (spanwise first moment) n/a planar
LESR n/a planar
size X X

Additionally, T/R can be replaced by a single parameter. SHOW

Conclusion: we only need two params:

  • mwing/dspar - note that Ixx ~= asd

Plots for comparison

Chen (2016)

  • Fig 6 - increased mwing. but they also change the traj (freq)
  • Fig 9 - AR increase means increase in R - since R only appears as T*R, increased R means increased T.

Chen JFM (2016)

  • could say that we can pick what phase shift we want, and modify design to get it, instead of trying different frequencies

@avikde
Copy link
Owner Author

avikde commented Sep 23, 2019

Modified R, initial T. The traj0 looks like this now

image

@avikde avikde merged commit cb504b8 into master Sep 24, 2019
@avikde avikde deleted the paramopt-Iwing-khinge branch September 24, 2019 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant