Uses of Class
org.orekit.control.indirect.adjoint.cost.FieldAbstractCartesianCost
Packages that use FieldAbstractCartesianCost
Package
Description
This package provides routines to model the control cost in adjoint equations as in the Pontryagin Maximum Principle.
-
Uses of FieldAbstractCartesianCost in org.orekit.control.indirect.adjoint.cost
Subclasses of FieldAbstractCartesianCost in org.orekit.control.indirect.adjoint.costModifier and TypeClassDescriptionclassFieldBoundedCartesianEnergy<T extends CalculusFieldElement<T>>Class for bounded energy cost with Cartesian coordinates.classFieldCartesianFlightDurationCost<T extends CalculusFieldElement<T>>Class for minimizing the flight duration (a.k.a. time of flight) with Cartesian coordinates.classFieldCartesianFuelCost<T extends CalculusFieldElement<T>>Class for fuel cost with Cartesian coordinates.classFieldLogarithmicBarrierCartesianFuel<T extends CalculusFieldElement<T>>Fuel cost penalized with a logarithmic term, which is a barrier so is not defined for epsilon equal to 0 or 1.classFieldPenalizedCartesianFuelCost<T extends CalculusFieldElement<T>>Abstract class for fuel cost with a penalty term proportional to a weight parameter epsilon.classFieldQuadraticPenaltyCartesianFuel<T extends CalculusFieldElement<T>>Fuel cost penalized with a quadratic term.classFieldUnboundedCartesianEnergy<T extends CalculusFieldElement<T>>Class for unbounded energy cost with Cartesian coordinates.