Skip to content
Success

Changes

Summary

  1. fix segment weight and section modulus constraints (details)
  2. fix cmac calculation (details)
  3. correct MAC calc (details)
  4. delete old cbar call (details)
  5. initial attempt to breakdown surface and wing model (details)
  6. move components from aerosurf to wing (details)
  7. move spar global constraints to wing model (details)
  8. move wingskin constraints to global level (details)
  9. move foam constraints to higher level (details)
  10. sub in wing shape params at wing level (details)
  11. return deta from cbar and sub into wing (details)
  12. fix pylint errors (details)
  13. create horizontal tail using aero surf (details)
  14. use aerosurf to make vertical tail (details)
  15. fix pylint errors (details)
  16. delete flight_model method (details)
  17. make surface an input to spar (details)
  18. make surface input to wing_skin (details)
  19. add surface to arguments for skin and foam models (details)
  20. add box spar model (details)
  21. modularize wing class for htail and vtail use (details)
  22. add AR to substitutions (details)
  23. update tau substitutions (details)
  24. change mfac substitutions in vtail and htail (details)
  25. put derived variable for cbarmac (details)
  26. move eta (details)
  27. change name to wing; and fix SP wing model (details)
Commit b22d33f98fea4d3e3c9500b99666405aac453dba by mjburton
fix segment weight and section modulus constraints
The file was modified gpkitmodels/GP/aircraft/wing/capspar.py (diff)
Commit efb4eb82c02af9bfcc0a0fb95b584ca4e112334f by mjburton
fix cmac calculation
The file was modified gpkitmodels/GP/aircraft/wing/constant_taper_chord.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/gustloading.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/wing.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/chord_spar_loading.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/capspar.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/chord_spar_loading.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/capspar.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/wing.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/constant_taper_chord.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/gustloading.py (diff)
Commit 3e26eb599100070cb744dde348b32ff2caa1a55f by mjburton
delete old cbar call
The file was modified gpkitmodels/GP/aircraft/wing/wing.py (diff)
Commit b6a96104bac0176b793d893ef5b5a0d142c17b3c by mjburton
initial attempt to breakdown surface and wing model
The file was modified gpkitmodels/GP/aircraft/wing/wing.py (diff)
Commit 3e3400ba0c1167dab50d281a62194d126b3d0a00 by mjburton
move components from aerosurf to wing
The file was modified gpkitmodels/GP/aircraft/wing/wing.py (diff)
Commit fd2626bef5f3b5cd0afb66d1ce3cbf3b66a6be65 by mjburton
move spar global constraints to wing model
The file was modified gpkitmodels/GP/aircraft/wing/capspar.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/wing.py (diff)
Commit b0956210bc83d5d4fa95a9f0562bc6d6c554d1d3 by mjburton
move wingskin constraints to global level
The file was modified gpkitmodels/GP/aircraft/wing/wing_skin.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/wing.py (diff)
Commit 35804855e6c33fc743703b4a60ed2cef01cb4483 by mjburton
move foam constraints to higher level
The file was modified gpkitmodels/GP/aircraft/wing/wing.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/wing_interior.py (diff)
Commit 3aa0b1b27d62d73f338d55ec0a9171846caeb91d by mjburton
sub in wing shape params at wing level
The file was modified gpkitmodels/GP/aircraft/wing/wing.py (diff)
Commit 58f0d3a28efa3e071b17689395ef84b21ee9ff46 by mjburton
return deta from cbar and sub into wing
The file was modified gpkitmodels/GP/aircraft/wing/chord_spar_loading.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/gustloading.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/constant_taper_chord.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/wing.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/wing.py (diff)
Commit 91583801d7d47c331fe5d9df9f3a8890b0553205 by mjburton
create horizontal tail using aero surf
The file was modified gpkitmodels/GP/aircraft/tail/empennage.py (diff)
The file was modified gpkitmodels/GP/aircraft/tail/horizontal_tail.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/wing.py (diff)
Commit e4f9ebdc198967e6208d698e43233c2ba36fe109 by mjburton
use aerosurf to make vertical tail
The file was modified gpkitmodels/GP/aircraft/tail/empennage.py (diff)
The file was modified gpkitmodels/GP/aircraft/tail/vertical_tail.py (diff)
The file was modified gpkitmodels/GP/aircraft/tail/horizontal_tail.py (diff)
The file was modified gpkitmodels/GP/aircraft/tail/horizontal_tail.py (diff)
The file was modified gpkitmodels/GP/aircraft/tail/vertical_tail.py (diff)
Commit c43fe508ce3aa233ac30e1099929fa513de7594b by mjburton
delete flight_model method
The file was modified gpkitmodels/GP/aircraft/tail/horizontal_tail.py (diff)
The file was modified gpkitmodels/GP/aircraft/tail/vertical_tail.py (diff)
Commit 7e92c2c79d394acf8664fd6e59a5738375e8434b by mjburton
make surface an input to spar
The file was modified gpkitmodels/GP/aircraft/wing/wing.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/capspar.py (diff)
Commit 80f06917402e2e2303530c3e259a8d6418468073 by mjburton
make surface input to wing_skin
The file was modified gpkitmodels/GP/aircraft/wing/wing_skin.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/wing.py (diff)
The file was modified gpkitmodels/GP/aircraft/tail/horizontal_tail.py (diff)
The file was modified gpkitmodels/GP/aircraft/tail/vertical_tail.py (diff)
Commit 328d5c7389bf9b13f4ea5ab02b8c1583f351fa23 by mjburton
add surface to arguments for skin and foam models
The file was modified gpkitmodels/GP/aircraft/tail/vertical_tail.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/wing_interior.py (diff)
The file was modified gpkitmodels/GP/aircraft/tail/horizontal_tail.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/wing.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/wing.py (diff)
The file was addedgpkitmodels/GP/aircraft/wing/boxspar.py
Commit 79d9c36e5653a2f1296e4aca472219ad3aaeb136 by mjburton
modularize wing class for htail and vtail use
The file was modified gpkitmodels/GP/aircraft/tail/vertical_tail.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/wing.py (diff)
The file was modified gpkitmodels/GP/aircraft/tail/horizontal_tail.py (diff)
Commit 84ccb7cecee762cbf6d1064ceb8a75e7488bc10e by mjburton
add AR to substitutions
The file was modified gpkitmodels/GP/aircraft/tail/horizontal_tail.py (diff)
Commit c6da5c00e87137a7af7e32dcff2dc141e612eea5 by mjburton
update tau substitutions
The file was modified gpkitmodels/GP/aircraft/tail/horizontal_tail.py (diff)
The file was modified gpkitmodels/GP/aircraft/tail/vertical_tail.py (diff)
Commit fc071b77bdc65f790333be5448a2f8ed56b55de9 by mjburton
change mfac substitutions in vtail and htail
The file was modified gpkitmodels/GP/aircraft/tail/empennage.py (diff)
Commit 5b9840e0270c79cb35dedd8b7757f0591d72ac48 by mjburton
put derived variable for cbarmac
The file was modified gpkitmodels/GP/aircraft/wing/wing.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/wing.py (diff)
Commit 1f55f19932463073abb1536f85f84d28407396c0 by mjburton
change name to wing; and fix SP wing model
The file was modified gpkitmodels/GP/aircraft/tail/vertical_tail.py (diff)
The file was modified gpkitmodels/GP/aircraft/tail/horizontal_tail.py (diff)
The file was modified gpkitmodels/GP/aircraft/wing/wing.py (diff)
The file was modified gpkitmodels/SP/aircraft/wing/wing.py (diff)