Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
eab9be8
Update Environment.py
FranzYuri Nov 5, 2021
5a0decf
commit on 'enh/utc_time'
Nov 9, 2021
73962a1
commit on 'enh/utc_time'
Nov 9, 2021
c322a49
Update requirements.txt
FranzYuri Nov 11, 2021
8ad3df6
commit on 'enh/utc_time'
Jan 3, 2022
4d37d86
FEAT: add pytz to setup.py install requirements
giovaniceotto Jan 3, 2022
ac46cf0
MAINT: minor code refactoring
giovaniceotto Jan 3, 2022
16c1107
FEAT: added time zone argument to Env.init
giovaniceotto Jan 3, 2022
658f478
MAINT: rename time_zone to timeZone, following current camelCase stan…
giovaniceotto Jan 3, 2022
6394b0f
Maint: rename local_date to LocalDate to follow camelCase
giovaniceotto Jan 3, 2022
756381d
BUG: fix conversion between local and UTC time zone using astimezone
giovaniceotto Jan 3, 2022
4ed5fc0
MAINT: minor code refactoring
giovaniceotto Jan 3, 2022
f14b26d
MAINT: fix date time format in Env.allInfo()
giovaniceotto Jan 3, 2022
f6120b1
TST: fix failing tests due to minor bugs
giovaniceotto Jan 3, 2022
c284e81
STY: apply black formatting
giovaniceotto Jan 3, 2022
746311d
Fixed airfoil lift calculation
MateusStano Jan 4, 2022
03e35d9
Merge branch 'develop' into bug/airfoil-lift-calculation
MateusStano Jan 4, 2022
af21461
Merge pull request #1 from MateusStano/bug/airfoil-lift-calculation
MateusStano Jan 4, 2022
a2724b1
Add files via upload
MateusStano Jan 4, 2022
f74a5b9
Fixed documentation link and text
MateusStano Jan 4, 2022
d81ae0c
Update Rocket.py
MateusStano Jan 4, 2022
8b79cb9
Update Rocket.py
MateusStano Jan 4, 2022
7f419d6
Removed 'extrapolation' from Function objects based on a callable
MateusStano Jan 7, 2022
54fd3ca
Merge branch 'develop' into develop
MateusStano Jan 8, 2022
6436b64
Merge branch 'develop' into enh/utc_time
FranzYuri Jan 8, 2022
7d8ddbd
Update Rocket.py
MateusStano Jan 8, 2022
0060dcb
Merge branch 'develop' into enh/utc_time
FranzYuri Jan 8, 2022
f458d30
Fix code style issues with Black
lint-action Jan 8, 2022
4caf4e0
Merge pull request #110 from Projeto-Jupiter/enh/utc_time
FranzYuri Jan 9, 2022
086922a
Applied Black formatting
MateusStano Jan 10, 2022
641b566
Fixed Cld dived by zero bug
MateusStano Jan 11, 2022
13fdc8e
Merge pull request #120 from MateusStano/bug/Cld-diveded-by-zero
MateusStano Jan 11, 2022
977f7e1
Changed the solution to division by zero to a more trustful one
MateusStano Jan 11, 2022
1e36730
BUG: remove airfoil implementation
Lucas-KB Feb 3, 2022
13fff34
Fix code style issues with Black
lint-action Feb 3, 2022
d941e6e
Fixed lift coefficient, roll coefficients and roll moment calculations
MateusStano Feb 6, 2022
db8531b
ran black and pytest
MateusStano Feb 6, 2022
d7c85ec
Removed unnecessary Function() on cldOmega
MateusStano Feb 6, 2022
4362cb1
FEAT: add interpolation and extrapolation argument to Flight.postProc…
giovaniceotto Feb 7, 2022
d8ce2fb
WIP: stability check notebook to try out different possibilites to te…
giovaniceotto Feb 7, 2022
b70303f
Fix code style issues with Black
lint-action Feb 7, 2022
0ffcf35
BUG: readd airfoil implementation with fix
Lucas-KB Feb 9, 2022
44631cf
Fix code style issues with Black
lint-action Feb 9, 2022
10b5a57
MAINT: change aerodynamic surfaces to dictionaries
Lucas-KB Feb 10, 2022
c416872
MAINT: change aerodynamic surfaces to dictionaries
Lucas-KB Feb 10, 2022
4903160
Functions require netCDF4
Feb 10, 2022
d148a31
ENH: Functions require netCDF4
Feb 10, 2022
5da3d87
TST: add test to check stability
Lucas-KB Feb 10, 2022
44cd211
Merge branch 'bug/issue-115-static-margin-stability' of https://githu…
Lucas-KB Feb 10, 2022
5694c61
STY: black lint
Feb 10, 2022
f7c1f68
Merge branch 'master' of https://github.com/skrobchik/RocketPy
Feb 10, 2022
0820a1f
merge fix
Feb 10, 2022
920f653
Added/Fixed suggested changes
MateusStano Feb 10, 2022
1248c3e
Merge branch 'Projeto-Jupiter:develop' into develop
MateusStano Feb 10, 2022
f3bbe34
Added pytest for rolling flight
MateusStano Feb 10, 2022
b115cc5
Merge pull request #127 from skrobchik/master
MrGribel Feb 10, 2022
38a1cbf
MAINT: add a rocket tail to static margin stability test
giovaniceotto Feb 11, 2022
dbe2191
MAINT: move helper function so that it can be used with other tests i…
giovaniceotto Feb 11, 2022
cc165de
MAINT: simplify stability test ifs and asserts
giovaniceotto Feb 11, 2022
d49b633
MAINT: implement pytest parametrize to simplify static margin stabili…
giovaniceotto Feb 11, 2022
15d0b4d
BUG: fix duplicate angle of attack in component lift calculation
giovaniceotto Feb 11, 2022
4e7338e
Delete stability_check.ipynb
Gui-FernandesBR Feb 12, 2022
56e421c
Reformated M3d equation.
MateusStano Feb 12, 2022
56bd8fa
Merge branch 'develop' into bug/Cld-diveded-by-zero
MateusStano Feb 12, 2022
0acce21
Removed cantAngleRad != 0 check on rollParameters
MateusStano Feb 12, 2022
10a9b8e
Merge branch 'bug/Cld-diveded-by-zero' of https://github.com/MateusSt…
MateusStano Feb 12, 2022
324abec
Merge pull request #122 from MateusStano/bug/Cld-diveded-by-zero
MateusStano Feb 12, 2022
3dd62c8
Merge branch 'develop' into bug/issue-115-static-margin-stability
Gui-FernandesBR Feb 13, 2022
cf47bfa
Fix code style issues with Black
lint-action Feb 13, 2022
98f2191
Merge pull request #125 from Projeto-Jupiter/bug/issue-115-static-mar…
Gui-FernandesBR Feb 13, 2022
a68475f
Delete TODO.md
Gui-FernandesBR Feb 13, 2022
09573c7
BUG: remove absolute value from lift calculation
Lucas-KB Feb 13, 2022
fbef6d3
BUG: set infinite speed of sound in stability static margin test
giovaniceotto Feb 13, 2022
861001d
MAINT: black formatting
giovaniceotto Feb 13, 2022
5d8d8a1
Merge branch 'develop' into develop
MateusStano Feb 15, 2022
6bbc3fe
Revert "WIP: Airfoil fins normal force coefficient derivative calcula…
MateusStano Feb 15, 2022
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
41 changes: 0 additions & 41 deletions TODO.md

This file was deleted.

Binary file modified docs/technical/aerodynamics/Roll_Equations.pdf
Binary file not shown.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ numpy>=1.0
scipy>=1.0
matplotlib>=3.0
netCDF4>=1.4
requests
requests
pytz
Loading