Uses of Interface
org.orekit.control.indirect.adjoint.cost.FieldCartesianCost
Packages that use FieldCartesianCost
Package
Description
This package provides routines to model the adjoint dynamics as in the Pontryagin Maximum Principle, as used
in indirect control.
This package provides routines to model the control cost in adjoint equations as in the Pontryagin Maximum Principle.
-
Uses of FieldCartesianCost in org.orekit.control.indirect.adjoint
Methods in org.orekit.control.indirect.adjoint that return FieldCartesianCostModifier and TypeMethodDescriptionFieldCartesianAdjointDerivativesProvider.getCost()Getter for the cost.Constructors in org.orekit.control.indirect.adjoint with parameters of type FieldCartesianCostModifierConstructorDescriptionFieldCartesianAdjointDerivativesProvider(FieldCartesianCost<T> cost, CartesianAdjointEquationTerm... adjointEquationTerms) Constructor. -
Uses of FieldCartesianCost in org.orekit.control.indirect.adjoint.cost
Classes in org.orekit.control.indirect.adjoint.cost that implement FieldCartesianCostModifier and TypeClassDescriptionclassFieldAbstractCartesianCost<T extends CalculusFieldElement<T>>Abstract class for cost with Cartesian coordinates.classFieldBoundedCartesianEnergy<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.classClass for unbounded energy cost with Cartesian coordinates neglecting the mass consumption.