Uses of Class
org.orekit.control.heuristics.lambert.LambertBoundaryConditions
Packages that use LambertBoundaryConditions
Package
Description
This package provides routines related to Lambert problems.
-
Uses of LambertBoundaryConditions in org.orekit.control.heuristics.lambert
Methods in org.orekit.control.heuristics.lambert that return LambertBoundaryConditionsModifier and TypeMethodDescriptionLambertSolution.getBoundaryConditions()Get the boundary conditions.LambertDifferentialCorrector.getLambertBoundaryConditions()Getter for the boundary conditions.Methods in org.orekit.control.heuristics.lambert with parameters of type LambertBoundaryConditionsModifier and TypeMethodDescriptionLambertSolver.computeJacobian(LambertBoundaryConditions boundaryConditions, LambertBoundaryVelocities velocities) Computes the Jacobian matrix of the Lambert solution.voidLambertSolver.initialSetup(boolean posigrade, LambertBoundaryConditions boundaryConditions) Initial set up of geometry and auxiliary variables.LambertSolver.solve(boolean posigrade, int nRevs, LambertBoundaryConditions boundaryConditions) Lambert's solver, with user provided number of complete revolutions.LambertSolver.solve(boolean posigrade, LambertBoundaryConditions boundaryConditions) Lambert's solver.Constructors in org.orekit.control.heuristics.lambert with parameters of type LambertBoundaryConditionsModifierConstructorDescriptionLambertDifferentialCorrector(LambertBoundaryConditions lambertBoundaryConditions) Constructor.LambertSolution(int nRev, LambertPathType pathType, LambertOrbitType orbitType, boolean posigrade, LambertBoundaryConditions boundaryConditions, Vector3D v1, Vector3D v2) Basic constructor with initial and terminal velocities.LambertSolution(int nRev, LambertPathType pathType, LambertOrbitType orbitType, boolean posigrade, LambertBoundaryConditions boundaryConditions, LambertBoundaryVelocities boundaryVelocities) Basic constructor with LambertBoundaryVelocities directly.