Uses of Class
org.orekit.control.heuristics.lambert.LambertBoundaryVelocities
Packages that use LambertBoundaryVelocities
Package
Description
This package provides routines related to Lambert problems.
-
Uses of LambertBoundaryVelocities in org.orekit.control.heuristics.lambert
Methods in org.orekit.control.heuristics.lambert that return LambertBoundaryVelocitiesModifier and TypeMethodDescriptionLambertSolution.getBoundaryVelocities()Get the boundary velocities.protected LambertBoundaryVelocitiesLambertDifferentialCorrector.iterate(AbstractPropagator propagator) Apply differential corrections until convergence (interrupted by maximum iterations count).LambertDifferentialCorrector.solve(AbstractPropagator propagator, Vector3D guessInitialVelocity) Method applying differential correction on the guess (Newton-Raphson algorithm).Methods in org.orekit.control.heuristics.lambert with parameters of type LambertBoundaryVelocitiesModifier and TypeMethodDescriptionLambertSolver.computeJacobian(LambertBoundaryConditions boundaryConditions, LambertBoundaryVelocities velocities) Computes the Jacobian matrix of the Lambert solution.Constructors in org.orekit.control.heuristics.lambert with parameters of type LambertBoundaryVelocitiesModifierConstructorDescriptionLambertSolution(int nRev, LambertPathType pathType, LambertOrbitType orbitType, boolean posigrade, LambertBoundaryConditions boundaryConditions, LambertBoundaryVelocities boundaryVelocities) Basic constructor with LambertBoundaryVelocities directly.