Goddart's rocket problem: Difference between revisions
Appearance
m added categories |
FelixMueller (talk | contribs) No edit summary |
||
| Line 61: | Line 61: | ||
Image:Goddartmass.png| Mass m over time. | Image:Goddartmass.png| Mass m over time. | ||
</gallery> | </gallery> | ||
== Source Code == | |||
Model descriptions are available in: | |||
* [[:Category: Bocop | Bocop code]] at [[Goddart's rocket problem (Bocop)]] | |||
== References == | == References == | ||
Revision as of 13:08, 27 January 2016
In Goddart's rocket problem we model the ascent (vertical; restricted to 1 dimension) of a rocket. The aim is to reach a certain altitude with minimal fuel consumption. It is equivalent to maximize the mass at the final altitude.
Variables
The state variables describe the altitude(radius), speed and mass respectively.
The drag is given by
All units are renormalized.
Mathematical formulation
Parameters
Reference Solution
The following reference solution was generated using BOCOP. The optimal value of the objective function is -0.63389.
- Reference solution plots
-
Control u over time.
-
Position r over time.
-
Speed v over time.
-
Mass m over time.
Source Code
Model descriptions are available in:
References
The Problem can be found in the BOCOP User Guide.