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

Develop #15

Open
wants to merge 47 commits into
base: dev_lowra
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
fe29b9d
First draft of README for python version
NormanT7 May 19, 2017
526525e
Update license on README
NormanT7 May 19, 2017
946da54
Implements version 1 of python machup
NormanT7 Jun 27, 2017
c005d4f
Merge branch 'MuPy' into develop
NormanT7 Jun 27, 2017
ab2c1a8
Properly implements wing sweep.
NormanT7 Jun 28, 2017
4132ab9
Adds flag for linear spacing of vortices.
NormanT7 Jun 29, 2017
e4600bf
Implements proper calculation of lift and drag.
NormanT7 Jun 29, 2017
7979b38
Removes unnecessary array copies and creations.
NormanT7 Jun 29, 2017
a51f59f
Refactors method of constructing data arrays in LLModel
NormanT7 Jul 5, 2017
1a7645a
Implements wing taper and corresponding unit tests
NormanT7 Jul 6, 2017
de3b71e
Implements wing washout
NormanT7 Jul 8, 2017
cc73c36
Fixes backwards compatibility issue
NormanT7 Jul 8, 2017
e3d2987
Implements aerodynamic twist
NormanT7 Jul 11, 2017
05d1a43
Properly incorporates y-offset in inputfile
NormanT7 Jul 12, 2017
23fff34
Fixes bug in dual rudders
NormanT7 Jul 12, 2017
26c9a44
Fixes spanwise integration of chord squared
NormanT7 Jul 12, 2017
7772020
Adds in rotation rate inputs
NormanT7 Jul 17, 2017
0541b95
Adds in tapered control surfaces
NormanT7 Jul 17, 2017
5da67ef
Adds in interface for local velocity input
NormanT7 Jul 18, 2017
9bbc921
Moves integral of chord squared to LLGrid
NormanT7 Jul 19, 2017
784478e
Replaces np.linalg.norm and other slower functions
NormanT7 Jul 26, 2017
656f294
Moves calculations dependent only on geometry to init
NormanT7 Jul 26, 2017
65d7720
Fixes solve input handling to allow for optional parameters
NormanT7 Aug 2, 2017
5de7d2c
Adds use case 1: read in from file
NormanT7 Aug 2, 2017
c5bb282
Moves build from input file logic into Airplane class
NormanT7 Aug 2, 2017
96682b3
Adds in 'connect to' functionality
NormanT7 Aug 2, 2017
982a728
Builds up geometry api and adds use case test.
NormanT7 Aug 7, 2017
a922feb
Adds use case test for multi-segment wing
NormanT7 Aug 7, 2017
38f3f58
Renames file containing lift-line and grid classes.
NormanT7 Aug 10, 2017
1b86ff6
Renames files in preparation for file split.
NormanT7 Aug 10, 2017
d3ba9a1
Removes LLModel stuff from LLGrid files.
NormanT7 Aug 10, 2017
cdcbb9b
Removes LLGrid stuff from LLModel files.
NormanT7 Aug 10, 2017
bcfb2fe
Merge branch 'split' into MuPy
NormanT7 Aug 10, 2017
f9822a2
Fixes import errors, etc.. from file split.
NormanT7 Aug 10, 2017
4f21181
Renames test_model to test_llmodel
NormanT7 Aug 10, 2017
f943248
Imports LLModel and LLGrid into machup module
NormanT7 Aug 11, 2017
1cad994
Adds in option for flap control surface.
NormanT7 Aug 11, 2017
e0c7b73
Handles no control surface specified in inputfile
NormanT7 Aug 11, 2017
fe36c08
Adds in approximation for viscous parasitic drag
NormanT7 Aug 21, 2017
ab9f401
Updates .pylintrc to match project guidelines
NormanT7 Aug 21, 2017
3ac685e
Adds helper module and check_valid_filepath function
NormanT7 Aug 23, 2017
cc9916e
Restructures the building of geometry from input files
NormanT7 Aug 23, 2017
d1c5673
Cleans up left over code from change to geometry class
NormanT7 Nov 16, 2017
1fe87e3
Updates the documentation for the LLModel and LLGrid classes.
NormanT7 Jan 16, 2018
415e883
Merge branch 'MuPy' into develop
NormanT7 Jan 16, 2018
d2ebc7d
Put python version in its own folder
NormanT7 Jan 17, 2018
8304879
Merge branch 'MuPy' into develop
NormanT7 Jan 17, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@ debug/
build/
!*.f90
!*.F90
!*.py
!*.json
!.gitignore
!.pylintrc
!CMakeLists.txt
!*.md
Loading