Skip to content
Success

Changes

Summary

  1. initial propeller efficiency model (details)
  2. modify tests (details)
  3. initial qprop (details)
  4. Add prop structure and performance models (details)
  5. Add prop structure and performance models (details)
  6. Updated propeller to base and performance class (details)
  7. update units tests to include prop model (details)
  8. Changes per mike's review (details)
  9. Prop changes for motor integration (details)
  10. Moved motor files to gplibrary; added motor_tests as separate file (details)
  11. Added motor model to TESTS (details)
  12. Changed propeller model to inequality constraints (details)
  13. added torque constraint to prop testing (details)
  14. switched syntax for calling flight_model (details)
  15. created new prop classes; actuator disk and single blade element (details)
  16. Added airfoil polar fit; blade element model (details)
  17. Added drag fit to tracking (details)
  18. Added tip loss factor calculation (details)
  19. Added fits to tracking (details)
  20. Minor cleanup (details)
  21. prop and test clean up (details)
  22. remove unnecessary files (details)
  23. clean up motor file (details)
  24. additional clean up (details)
  25. Added multiple blade element model (details)
  26. Motor testing (details)
  27. Updated tests; added MIL constraint to multi-element propeller (details)
  28. Updated motor tests and propulsor model (details)
  29. Added simple qprop to testing (details)
  30. Added simple qprop to testing (details)
  31. Test change (details)
  32. Deleted everything unnecessary from propeller (details)
  33. Deleted everything unnecessary from prop_tests (details)
  34. deleted everything from motor and motor_tests (details)
  35. Updated per merge comments (details)
Commit ca4d658e6a30e09a7fd5e5451dd5e79e9a9f7e52 by mjburton
initial propeller efficiency model
The file was addedgpkitmodels/GP/aircraft/prop/propeller.py
The file was addedgpkitmodels/GP/aircraft/prop/prop_test.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
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
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
Commit eb7c39d6c7341c9b2c1bf70f8d2485c53192305b by courtin
Updated propeller to base and performance class
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
Commit 9bfa23c772f9958b5559df5c26b023f8748863f3 by mjburton
update units tests to include prop model
The file was modified TESTS (diff)
Commit 3b2c57b5958e47ba2a4bfc3fa316cf1589b34d00 by courtin
Changes per mike's review
The file was modified gpkitmodels/GP/aircraft/prop/prop_test.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
Commit 622ba5510aa7ffaeb43aec05c79096d44f806173 by courtin
Prop changes for motor integration
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
The file was addedgpkitmodels/GP/aircraft/motor/motor_test.py
The file was addedgpkitmodels/GP/aircraft/motor/motor.py
Commit 9caeff97b325abde0b7be990c647d45e611e1c65 by courtin
Added motor model to TESTS
The file was modified TESTS (diff)
Commit d4adcda8c84676548f7fdd839288c300df646b18 by courtin
Changed propeller model to inequality constraints
The file was modified gpkitmodels/GP/aircraft/motor/motor_test.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
Commit a3d20842dba71d0ee58ade494ad71fbde09a061d by courtin
added torque constraint to prop testing
The file was modified gpkitmodels/GP/aircraft/prop/prop_test.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
Commit 2a62d28a1f939e92c8b762b745a081a679211b19 by courtin
switched syntax for calling flight_model
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)
Commit 095f2478750f79fa2d2960fe41e6b237d3f606e6 by courtin
created new prop classes; actuator disk and single blade element
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
The file was modified gpkitmodels/GP/aircraft/motor/motor_test.py (diff)
Commit 7aee43c5fba9d5db5ad0c122a49fbf013c3004e7 by courtin
Added airfoil polar fit; blade element model
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 modified gpkitmodels/GP/aircraft/motor/motor.py (diff)
The file was modified gpkitmodels/GP/aircraft/motor/motor_test.py (diff)
Commit 18bc892c16b443b0a341159298c90988d1196a7c by courtin
Added drag fit to tracking
The file was addedgpkitmodels/GP/aircraft/prop/dae51_fitdata.csv
Commit 34a7e0345d5b5aa25b5578f4f18b3630b5744006 by courtin
Added tip loss factor calculation
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
The file was modified gpkitmodels/GP/aircraft/motor/motor_test.py (diff)
Commit da7076ed9d7bb98e95f1323e47450cdb62a7e982 by courtin
Added fits to tracking
The file was addedgpkitmodels/GP/aircraft/prop/dae51polars/dae51.dat
The file was addedgpkitmodels/GP/aircraft/prop/dae51polars/dae_polarfits.py
The file was addedgpkitmodels/GP/aircraft/prop/dae51polars/dae51polarfit1.eps
The file was addedgpkitmodels/GP/aircraft/prop/dae51polars/:00.bl
The file was addedgpkitmodels/GP/aircraft/prop/dae51polars/dae51.txt
The file was addedgpkitmodels/GP/aircraft/prop/dae51polars/polarfits.py
The file was addedgpkitmodels/GP/aircraft/prop/arccos_fit.py
The file was addedgpkitmodels/GP/aircraft/prop/dae51polars/polarstest.pdf
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
Commit be396d20178372f9baa4aaccd26db60d8d5ce701 by mjburton
prop and test clean up
The file was modified gpkitmodels/GP/aircraft/prop/prop_test.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
Commit c278d806ed77df8d9201ced8fbba3900dd4ba105 by mjburton
remove unnecessary files
The file was removedgpkitmodels/GP/aircraft/prop/dae51polars/polarfits.py
The file was removedgpkitmodels/GP/aircraft/prop/dae51polars/:00.bl
The file was removedgpkitmodels/GP/aircraft/prop/dae51polars/dae51polarfit1.eps
The file was removedgpkitmodels/GP/aircraft/prop/qprop.py
The file was removedgpkitmodels/GP/aircraft/prop/dae51polars/polarstest.pdf
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)
The file was modified gpkitmodels/GP/aircraft/motor/motor_test.py (diff)
Commit 35dc0f2dcfd09b94008db4e6a1567f38a1be1f07 by courtin
Added multiple blade element model
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 modified gpkitmodels/GP/aircraft/prop/prop_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)
Commit da89baf91801b099d1ec5a7c2aa7a0b13ce1509c by courtin
Updated tests; added MIL constraint to multi-element propeller
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)
Commit 2f021e66928ca87390d6e81fd39e3365bdec938a by courtin
Updated motor tests and propulsor model
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
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
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
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
Commit bb8347f593795c6d8f51d0c7da0078327b70e978 by courtin
Deleted everything unnecessary from prop_tests
The file was modified gpkitmodels/GP/aircraft/prop/prop_test.py (diff)
Commit ec4eb08696bd09dee9e13b07c59a3a26ae7aea36 by courtin
deleted everything from motor and motor_tests
The file was modified gpkitmodels/GP/aircraft/motor/motor_test.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
Commit d18d059dbf4b412b37c8838985579a8e6554b17a by courtin
Updated per merge comments
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 removedgpkitmodels/GP/aircraft/prop/arccos_fit.py
The file was removedgpkitmodels/GP/aircraft/prop/dae51_fitdata.csv
The file was removedgpkitmodels/GP/aircraft/prop/dae51polars/dae_polarfits.py
The file was removedgpkitmodels/GP/aircraft/prop/dae51polars/dae51.dat
The file was removedgpkitmodels/GP/aircraft/prop/dae51polars/dae51.txt
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)