Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
cc439b7
ENH: change of variables between rocket and motor
ompro07 Jun 2, 2022
5a5f6b4
Fix code style issues with Black
lint-action Jun 2, 2022
77b0c72
initializing distanceNozzlePropellant parameter
Gui-FernandesBR Jun 5, 2022
326ef16
Fix code style issues with Black
lint-action Jun 5, 2022
f78fa73
ENH: change variable name and notebooks adjustments
ompro07 Jun 8, 2022
6c94e26
Fix code style issues with Black
lint-action Jun 8, 2022
3009a86
adding missed variable to notebook
Gui-FernandesBR Jun 9, 2022
494c934
update parachute_drop_from_helicopter
Gui-FernandesBR Jun 9, 2022
9b12588
simple update on environment_class_usage
Gui-FernandesBR Jun 9, 2022
161eff4
adding missed variables to getting_started
Gui-FernandesBR Jun 9, 2022
b5a58b9
adding missed variable to test.py
Gui-FernandesBR Jun 9, 2022
06af77a
remove unused libraries
Gui-FernandesBR Jun 9, 2022
d7743a3
added missed variable to test_flight.py
Gui-FernandesBR Jun 9, 2022
c536f51
adding missed variable to test_rocket.py
Gui-FernandesBR Jun 9, 2022
e443b82
missed variable to test_solidmotor
Gui-FernandesBR Jun 9, 2022
7223987
modify variables test_acceptance
Gui-FernandesBR Jun 9, 2022
4f9b556
Fix code style issues with Black
lint-action Jun 9, 2022
a3c8e1b
adjust distanceNozzleMotorReference on test files
Gui-FernandesBR Jun 9, 2022
a9765d6
Fix code style issues with Black
lint-action Jun 9, 2022
8d99403
BUG: add missing dimensions to distanceNozzleMotorReference in dimens…
giovaniceotto Jun 15, 2022
1c05fe3
FIX: correct distanceNozzleMotorReference value and remove old comments
giovaniceotto Jun 16, 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
4 changes: 4 additions & 0 deletions docs/notebooks/SolidMotor_class_usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"MOTOR = SolidMotor(\n",
" thrustSource=1500,\n",
" burnOut=5.3,\n",
" distanceNozzleMotorReference=0.40396,\n",
" reshapeThrustCurve=False,\n",
" grainNumber=6,\n",
" grainSeparation=6 / 1000,\n",
Expand Down Expand Up @@ -513,6 +514,7 @@
"MOTOR = SolidMotor(\n",
" thrustSource=r\"../../data/keron/thrustCurve.csv\",\n",
" burnOut=5.274,\n",
" distanceNozzleMotorReference=0.40396,\n",
" reshapeThrustCurve=False,\n",
" grainNumber=6,\n",
" grainSeparation=6 / 1000,\n",
Expand Down Expand Up @@ -900,6 +902,7 @@
"MOTOR = SolidMotor(\n",
" thrustSource=lambda x: 1 / (x + 1),\n",
" burnOut=5.274,\n",
" distanceNozzleMotorReference=0.40396,\n",
" reshapeThrustCurve=False,\n",
" grainNumber=6,\n",
" grainSeparation=6 / 1000,\n",
Expand Down Expand Up @@ -1277,6 +1280,7 @@
"MOTOR = SolidMotor(\n",
" thrustSource=r\"../../data/keron/thrustCurve.csv\",\n",
" burnOut=5.274,\n",
" distanceNozzleMotorReference=0.40396,\n",
" reshapeThrustCurve=[10, 6000],\n",
" grainNumber=6,\n",
" grainSeparation=6 / 1000,\n",
Expand Down
3,580 changes: 1,827 additions & 1,753 deletions docs/notebooks/dispersion_analysis/dispersion_analysis.ipynb

Large diffs are not rendered by default.

Loading