Uses of Class
org.orekit.control.indirect.adjoint.cost.AbstractCartesianCost
Packages that use AbstractCartesianCost
Package
Description
This package provides routines to model the control cost in adjoint equations as in the Pontryagin Maximum Principle.
-
Uses of AbstractCartesianCost in org.orekit.control.indirect.adjoint.cost
Subclasses of AbstractCartesianCost in org.orekit.control.indirect.adjoint.costModifier and TypeClassDescriptionclassClass for bounded energy cost with Cartesian coordinates.classClass for minimizing the flight duration (a.k.a. time of flight) with Cartesian coordinates.classClass for fuel cost with Cartesian coordinates.classFuel cost penalized with a logarithmic term, which is a barrier so is not defined for epsilon equal to 0 or 1.classAbstract class for fuel cost with a penalty term proportional to a weight parameter epsilon.classFuel cost penalized with a quadratic term.classClass for unbounded energy cost with Cartesian coordinates.classClass for unbounded energy cost with Cartesian coordinates neglecting the mass consumption.