Uses of Interface
org.orekit.forces.ForceModel

Packages that use ForceModel
fr.cnes.sirius.patrius.forces   
fr.cnes.sirius.patrius.forces.radiation   
fr.cnes.sirius.patrius.propagation.numerical.multi   
fr.cnes.sirius.patrius.wrenches   
org.orekit.forces.drag   
org.orekit.forces.gravity   
org.orekit.forces.gravity.tides   
org.orekit.forces.gravity.variations   
org.orekit.forces.maneuvers This package provides models of simple maneuvers. 
org.orekit.forces.radiation   
org.orekit.forces.relativistic   
org.orekit.propagation.numerical   
 

Uses of ForceModel in fr.cnes.sirius.patrius.forces
 

Classes in fr.cnes.sirius.patrius.forces that implement ForceModel
 class ConstantThrustManeuver
          This class implements a simple maneuver with constant thrust.
 class EmpiricalForce
          This class implements the empirical force.
 class VariableThrustManeuver
          This class implements a maneuver using variable thrust and ISP.
 

Uses of ForceModel in fr.cnes.sirius.patrius.forces.radiation
 

Classes in fr.cnes.sirius.patrius.forces.radiation that implement ForceModel
 class PatriusSolarRadiationPressure
          Solar radiation pressure force model with spheroids.
 

Uses of ForceModel in fr.cnes.sirius.patrius.propagation.numerical.multi
 

Methods in fr.cnes.sirius.patrius.propagation.numerical.multi that return types with arguments of type ForceModel
 List<ForceModel> MultiNumericalPropagator.getForceModels(String satId)
          Get perturbing force models list.
 

Methods in fr.cnes.sirius.patrius.propagation.numerical.multi with parameters of type ForceModel
 void MultiNumericalPropagator.addForceModel(ForceModel model, String satId)
          Add a force model to the global perturbation model of a specific spacecraft.
 

Uses of ForceModel in fr.cnes.sirius.patrius.wrenches
 

Constructors in fr.cnes.sirius.patrius.wrenches with parameters of type ForceModel
GenericWrenchModel(ForceModel force, Vector3D origin)
          Create a generic wrench model.
 

Uses of ForceModel in org.orekit.forces.drag
 

Classes in org.orekit.forces.drag that implement ForceModel
 class DragForce
          Atmospheric drag force model.
 

Uses of ForceModel in org.orekit.forces.gravity
 

Classes in org.orekit.forces.gravity that implement ForceModel
 class BalminoAttractionModel
          Computation of central body attraction with normalized coefficients and Helmholtz Polynomials.
 class CunninghamAttractionModel
          This class represents the gravitational field of a celestial body.
 class DrozinerAttractionModel
          This class represents the gravitational field of a celestial body.
 class NewtonianAttraction
          Force model for Newtonian central body attraction.
 class ThirdBodyAttraction
          Third body attraction force model.
 

Methods in org.orekit.forces.gravity that return ForceModel
static ForceModel EarthGravitationalModelFactory.getBalmino(EarthGravitationalModelFactory.GravityFieldNames potentialFileName, String filename, int n, int m)
          Create an instance of a central body attraction with normalized coefficients, Helmholtz Polynomials (Balmino model) and specific data.
static ForceModel EarthGravitationalModelFactory.getCunningham(EarthGravitationalModelFactory.GravityFieldNames potentialFileName, String filename, int n, int m)
          Create an instance of the gravitational field of a celestial body using Cunningham model and specific data.
static ForceModel EarthGravitationalModelFactory.getDroziner(EarthGravitationalModelFactory.GravityFieldNames potentialFileName, String filename, int n, int m)
          Create an instance of the gravitational field of a celestial body using Droziner model and specific data.
static ForceModel EarthGravitationalModelFactory.getGravitationalModel(EarthGravitationalModelFactory.GravityFieldNames potentialFileName, String filename, int n, int m)
          Create an default instance of a gravitational field of a celestial body using Balmino model and specific data.
 

Uses of ForceModel in org.orekit.forces.gravity.tides
 

Classes in org.orekit.forces.gravity.tides that implement ForceModel
 class AbstractTides
           Common handling of ForceModel methods for tides models.
 class OceanTides
          This class implements the perturbating force due to ocean tides.
 class TerrestrialTides
          This class implements the perturbating force due to terrestrial tides (deformation due to third body attraction on an aneslatic crust, ellipticity correction, frequency correction).
 

Uses of ForceModel in org.orekit.forces.gravity.variations
 

Classes in org.orekit.forces.gravity.variations that implement ForceModel
 class VariablePotentialAttractionModel
          This class represents a variable gravity field.
 

Uses of ForceModel in org.orekit.forces.maneuvers
 

Classes in org.orekit.forces.maneuvers that implement ForceModel
 class ConstantThrustError
          This class is a model of the error of a simple maneuver with constant thrust.
 

Uses of ForceModel in org.orekit.forces.radiation
 

Classes in org.orekit.forces.radiation that implement ForceModel
 class RediffusedRadiationPressure
           Class that represents a rediffused radiative force.
 class SolarRadiationPressure
          Solar radiation pressure force model.
 

Uses of ForceModel in org.orekit.forces.relativistic
 

Classes in org.orekit.forces.relativistic that implement ForceModel
 class CoriolisRelativisticEffect
          Computation of the relativistic Coriolis effect (Einstein-de-Sitter effect) - IERS2003 standard (applies to Earth only).
 class LenseThirringRelativisticEffect
          Computation of the relativistic Lense-Thirring effect - IERS2003 standard (applies to Earth only).
 class SchwarzschildRelativisticEffect
          Computation of the relativistic Schwarzschild effect.
 

Uses of ForceModel in org.orekit.propagation.numerical
 

Methods in org.orekit.propagation.numerical that return types with arguments of type ForceModel
 List<ForceModel> NumericalPropagator.getForceModels()
          Get perturbing force models list.
 

Methods in org.orekit.propagation.numerical with parameters of type ForceModel
 void NumericalPropagator.addForceModel(ForceModel model)
          Add a force model to the global perturbation model.
 

Constructors in org.orekit.propagation.numerical with parameters of type ForceModel
Jacobianizer(ForceModel forceModel, Collection<ParameterConfiguration> paramsAndSteps, double hPos)
          Simple constructor.
 



Copyright © 2017 CNES. All Rights Reserved.