Skip to content
Success

Changes

Summary

  1. initial propeller efficiency model (commit: ca4d658) (details)
  2. modify tests (commit: 875e650) (details)
  3. initial qprop (commit: a06db84) (details)
  4. Add prop structure and performance models (commit: f30e2ea) (details)
  5. Add prop structure and performance models (commit: 129cd22) (details)
  6. Updated propeller to base and performance class (commit: eb7c39d) (details)
  7. update units tests to include prop model (commit: 9bfa23c) (details)
  8. Changes per mike's review (commit: 3b2c57b) (details)
  9. Prop changes for motor integration (commit: 622ba55) (details)
  10. Moved motor files to gplibrary; added motor_tests as separate file (commit: e09dee6) (details)
  11. Added motor model to TESTS (commit: 9caeff9) (details)
  12. Changed propeller model to inequality constraints (commit: d4adcda) (details)
  13. added torque constraint to prop testing (commit: a3d2084) (details)
  14. switched syntax for calling flight_model (commit: 2a62d28) (details)
  15. created new prop classes; actuator disk and single blade element (commit: 095f247) (details)
  16. Added airfoil polar fit; blade element model (commit: 7aee43c) (details)
  17. Added drag fit to tracking (commit: 18bc892) (details)
  18. Added tip loss factor calculation (commit: 34a7e03) (details)
  19. Added fits to tracking (commit: da7076e) (details)
  20. Minor cleanup (commit: b9cbe7d) (details)
  21. prop and test clean up (commit: be396d2) (details)
  22. remove unnecessary files (commit: c278d80) (details)
  23. clean up motor file (commit: fa84027) (details)
  24. additional clean up (commit: f1d458f) (details)
  25. Added multiple blade element model (commit: 35dc0f2) (details)
  26. Motor testing (commit: dbedca5) (details)
  27. Updated tests; added MIL constraint to multi-element propeller (commit: da89baf) (details)
  28. Updated motor tests and propulsor model (commit: 2f021e6) (details)
  29. Added simple qprop to testing (commit: 1904742) (details)
  30. Added simple qprop to testing (commit: 2ca3185) (details)
  31. Test change (commit: 4fd479a) (details)
  32. Deleted everything unnecessary from propeller (commit: 31afe0d) (details)
  33. Deleted everything unnecessary from prop_tests (commit: bb8347f) (details)
  34. deleted everything from motor and motor_tests (commit: ec4eb08) (details)
  35. Updated per merge comments (commit: d18d059) (details)
Commit ca4d658e6a30e09a7fd5e5451dd5e79e9a9f7e52 by mjburton
initial propeller efficiency model
(commit: ca4d658)
The file was addedgpkitmodels/GP/aircraft/prop/prop_test.py
The file was addedgpkitmodels/GP/aircraft/prop/propeller.py
The file was modified gpkitmodels/GP/aircraft/prop/prop_test.py (diff)
The file was addedgpkitmodels/GP/aircraft/prop/qprop.py
Commit f30e2eab364eb8b80f4e536e74f6bab88dbbd51b by courtin
Add prop structure and performance models
(commit: f30e2ea)
The file was modified gpkitmodels/GP/aircraft/prop/prop_test.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
Commit 129cd22de51d58cc956ca5586fc15cd2e247446b by courtin
Add prop structure and performance models
(commit: 129cd22)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
Commit eb7c39d6c7341c9b2c1bf70f8d2485c53192305b by courtin
Updated propeller to base and performance class
(commit: eb7c39d)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
Commit 9bfa23c772f9958b5559df5c26b023f8748863f3 by mjburton
update units tests to include prop model
(commit: 9bfa23c)
The file was modified TESTS (diff)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/prop_test.py (diff)
Commit 622ba5510aa7ffaeb43aec05c79096d44f806173 by courtin
Prop changes for motor integration
(commit: 622ba55)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
Commit e09dee60dc235ea5d28f41276434cd18df8319c5 by courtin
Moved motor files to gplibrary; added motor_tests as separate file
(commit: e09dee6)
The file was addedgpkitmodels/GP/aircraft/motor/motor_test.py
The file was addedgpkitmodels/GP/aircraft/motor/motor.py
The file was modified TESTS (diff)
Commit d4adcda8c84676548f7fdd839288c300df646b18 by courtin
Changed propeller model to inequality constraints
(commit: d4adcda)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
The file was modified gpkitmodels/GP/aircraft/motor/motor_test.py (diff)
Commit a3d20842dba71d0ee58ade494ad71fbde09a061d by courtin
added torque constraint to prop testing
(commit: a3d2084)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/prop_test.py (diff)
Commit 2a62d28a1f939e92c8b762b745a081a679211b19 by courtin
switched syntax for calling flight_model
(commit: 2a62d28)
The file was modified gpkitmodels/GP/aircraft/motor/motor.py (diff)
The file was modified gpkitmodels/GP/aircraft/motor/motor_test.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
Commit 095f2478750f79fa2d2960fe41e6b237d3f606e6 by courtin
created new prop classes; actuator disk and single blade element
(commit: 095f247)
The file was modified gpkitmodels/GP/aircraft/motor/motor_test.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
Commit 7aee43c5fba9d5db5ad0c122a49fbf013c3004e7 by courtin
Added airfoil polar fit; blade element model
(commit: 7aee43c)
The file was modified gpkitmodels/GP/aircraft/motor/motor.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/prop_test.py (diff)
The file was modified gpkitmodels/GP/aircraft/motor/motor_test.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
The file was addedgpkitmodels/GP/aircraft/prop/dae51_fitdata.csv
Commit 34a7e0345d5b5aa25b5578f4f18b3630b5744006 by courtin
Added tip loss factor calculation
(commit: 34a7e03)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
The file was modified gpkitmodels/GP/aircraft/motor/motor_test.py (diff)
The file was addedgpkitmodels/GP/aircraft/prop/dae51polars/polarstest.pdf
The file was addedgpkitmodels/GP/aircraft/prop/dae51polars/polarfits.py
The file was addedgpkitmodels/GP/aircraft/prop/dae51polars/dae51.txt
The file was addedgpkitmodels/GP/aircraft/prop/dae51polars/dae_polarfits.py
The file was addedgpkitmodels/GP/aircraft/prop/arccos_fit.py
The file was addedgpkitmodels/GP/aircraft/prop/dae51polars/:00.bl
The file was addedgpkitmodels/GP/aircraft/prop/dae51polars/dae51.dat
The file was addedgpkitmodels/GP/aircraft/prop/dae51polars/dae51polarfit1.eps
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/prop_test.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
The file was removedgpkitmodels/GP/aircraft/prop/dae51polars/:00.bl
The file was removedgpkitmodels/GP/aircraft/prop/dae51polars/polarfits.py
The file was removedgpkitmodels/GP/aircraft/prop/qprop.py
The file was removedgpkitmodels/GP/aircraft/prop/dae51polars/dae51polarfit1.eps
The file was removedgpkitmodels/GP/aircraft/prop/dae51polars/polarstest.pdf
The file was modified gpkitmodels/GP/aircraft/motor/motor_test.py (diff)
The file was modified gpkitmodels/GP/aircraft/motor/motor.py (diff)
The file was modified gpkitmodels/GP/aircraft/motor/motor_test.py (diff)
The file was modified gpkitmodels/GP/aircraft/motor/motor.py (diff)
Commit 35dc0f2dcfd09b94008db4e6a1567f38a1be1f07 by courtin
Added multiple blade element model
(commit: 35dc0f2)
The file was modified gpkitmodels/GP/aircraft/prop/prop_test.py (diff)
The file was modified gpkitmodels/GP/aircraft/motor/motor_test.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
The file was modified gpkitmodels/GP/aircraft/motor/motor.py (diff)
The file was modified gpkitmodels/GP/aircraft/motor/motor_test.py (diff)
Commit da89baf91801b099d1ec5a7c2aa7a0b13ce1509c by courtin
Updated tests; added MIL constraint to multi-element propeller
(commit: da89baf)
The file was modified gpkitmodels/GP/aircraft/motor/motor.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/prop_test.py (diff)
The file was modified gpkitmodels/GP/aircraft/motor/motor_test.py (diff)
Commit 2f021e66928ca87390d6e81fd39e3365bdec938a by courtin
Updated motor tests and propulsor model
(commit: 2f021e6)
The file was modified gpkitmodels/GP/aircraft/motor/motor.py (diff)
The file was modified gpkitmodels/GP/aircraft/motor/motor_test.py (diff)
Commit 190474209832badfcbfaff0b2e46c766f4357a6e by courtin
Added simple qprop to testing
(commit: 1904742)
The file was modified gpkitmodels/GP/aircraft/motor/motor_test.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
Commit 2ca31854915dd6e947f1276ea326ad93775a3e59 by courtin
Added simple qprop to testing
(commit: 2ca3185)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
Commit 31afe0df4d3e289f29dd408ad3ac4e57b12b1f67 by courtin
Deleted everything unnecessary from propeller
(commit: 31afe0d)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
Commit bb8347f593795c6d8f51d0c7da0078327b70e978 by courtin
Deleted everything unnecessary from prop_tests
(commit: bb8347f)
The file was modified gpkitmodels/GP/aircraft/prop/prop_test.py (diff)
Commit ec4eb08696bd09dee9e13b07c59a3a26ae7aea36 by courtin
deleted everything from motor and motor_tests
(commit: ec4eb08)
The file was modified gpkitmodels/GP/aircraft/motor/motor_test.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
The file was removedgpkitmodels/GP/aircraft/prop/dae51polars/dae51.dat
The file was removedgpkitmodels/GP/aircraft/prop/dae51polars/dae51.txt
The file was removedgpkitmodels/GP/aircraft/prop/arccos_fit.py
The file was removedgpkitmodels/GP/aircraft/prop/dae51polars/dae_polarfits.py
The file was removedgpkitmodels/GP/aircraft/prop/dae51_fitdata.csv
The file was modified gpkitmodels/GP/aircraft/motor/motor_test.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
The file was modified gpkitmodels/GP/aircraft/motor/motor.py (diff)