Skip to content
Aborted

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. small changes (commit: 195883c) (details)
  10. remove qprop (commit: 602606f) (details)
  11. add static model in (commit: c47db82) (details)
  12. add missing __init__.py (commit: 05cbb85) (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/prop_test.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/boxspar.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/wing.py (diff)
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
The file was removedgpkitmodels/GP/aircraft/prop/qprop.py
The file was modified gpkitmodels/GP/aircraft/prop/propeller.py (diff)
The file was addedgpkitmodels/GP/aircraft/prop/__init__.py