Jump to content

Goddart's rocket problem: Difference between revisions

From mintOC
Line 26: Line 26:
  & m(0) &=& m_0, \\
  & m(0) &=& m_0, \\
  & r(T) &=& r_T, \\
  & r(T) &=& r_T, \\
  & D(r(\cdot),v(\cdot))&\le& C \\
  & D(r(t),v(t))&\le& C \\
& T free
& T free
\end{array}  
\end{array}  

Revision as of 11:13, 19 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 r,v,m describe the altitude(radius), speed and mass.

The drag is given by

D(r,v):=Av2ρ(r), with ρ(r):=exp(k(rr0)).

All units are renormalized.

Mathematical formulation

minm,r,v,u,Tm(T)s.t.r˙(t)=v,v˙(t)=1r(t)2+1m(t)(Tmaxu(t)D(r,v))m˙(t)=bTmaxu(t),u(t)[0,1]r(0)=r0,v(0)=v0,m(0)=m0,r(T)=rT,D(r(t),v(t))CTfree

Parameters

r0=1v0=0m0=1rT=1.01b=7Tmax=3.5A=310k=500C=0.6

Reference Solution

The following reference solution was generated using BOCOP. The optimal value of the objective function is -0.63389.


References

The Problem can be found in the BOCOP User Guide.