Uses of Class
org.orekit.parameter.Parameterizable

Packages that use Parameterizable
fr.cnes.sirius.patrius.assembly.models   
fr.cnes.sirius.patrius.assembly.properties   
fr.cnes.sirius.patrius.forces   
fr.cnes.sirius.patrius.forces.radiation   
fr.cnes.sirius.patrius.stela.forces.drag   
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.parameter   
org.orekit.propagation.numerical   
 

Uses of Parameterizable in fr.cnes.sirius.patrius.assembly.models
 

Subclasses of Parameterizable in fr.cnes.sirius.patrius.assembly.models
 class AeroModel
          Class that represents an aero model, based on the vehicle.
 class DirectRadiativeModel
           Class that represents a radiative model, based on the vehicle.
 class DragLiftModel
          Class that represents an drag and lift aero model, based on the vehicle.
 class RediffusedRadiativeModel
           Class that represents a rediffused radiative model, based on the vehicle.
 

Uses of Parameterizable in fr.cnes.sirius.patrius.assembly.properties
 

Subclasses of Parameterizable in fr.cnes.sirius.patrius.assembly.properties
 class AeroCrossSectionProperty
          This class is a cross section property providing the cross section of shapes such as sphere, cylinder or parallelepiped.
 class AeroFacetProperty
          This class is a facet property to use with the aerodynamic part property for the PATRIUS assembly.
This property is meant to be used in a LEO average precision aerodynamic context.
 class AeroGlobalProperty
          This class is a cross section property providing the cross section of shapes such as sphere, cylinder or parallelepiped.
 class AeroSphereProperty
          This class is a sphere property to use with the aerodynamic part property for the PATRIUS assembly.
This property is meant to be used in a LEO average precision aerodynamic context.
 class MassProperty
          This class is a part property for the PATRIUS assembly.
 class TankProperty
          Tank property: gathers all properties of a fuel tank.
 

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

Subclasses of Parameterizable in fr.cnes.sirius.patrius.forces
 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 Parameterizable in fr.cnes.sirius.patrius.forces.radiation
 

Subclasses of Parameterizable in fr.cnes.sirius.patrius.forces.radiation
 class PatriusSolarRadiationPressure
          Solar radiation pressure force model with spheroids.
 

Uses of Parameterizable in fr.cnes.sirius.patrius.stela.forces.drag
 

Subclasses of Parameterizable in fr.cnes.sirius.patrius.stela.forces.drag
 class StelaAeroModel
           This class represents a STELA aero model, based on a spherical spacecraft.
 

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

Subclasses of Parameterizable in fr.cnes.sirius.patrius.wrenches
 class SolarRadiationWrench
          This class represents a solar radiation wrench model.
 

Uses of Parameterizable in org.orekit.forces.drag
 

Subclasses of Parameterizable in org.orekit.forces.drag
 class DragForce
          Atmospheric drag force model.
 

Uses of Parameterizable in org.orekit.forces.gravity
 

Subclasses of Parameterizable in org.orekit.forces.gravity
 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.
 

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

Subclasses of Parameterizable in org.orekit.forces.gravity.tides
 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 Parameterizable in org.orekit.forces.gravity.variations
 

Subclasses of Parameterizable in org.orekit.forces.gravity.variations
 class VariablePotentialAttractionModel
          This class represents a variable gravity field.
 

Uses of Parameterizable in org.orekit.forces.maneuvers
 

Subclasses of Parameterizable in org.orekit.forces.maneuvers
 class ConstantThrustError
          This class is a model of the error of a simple maneuver with constant thrust.
 

Uses of Parameterizable in org.orekit.forces.radiation
 

Subclasses of Parameterizable in org.orekit.forces.radiation
 class RediffusedRadiationPressure
           Class that represents a rediffused radiative force.
 class SolarRadiationPressure
          Solar radiation pressure force model.
 

Uses of Parameterizable in org.orekit.forces.relativistic
 

Subclasses of Parameterizable in org.orekit.forces.relativistic
 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 Parameterizable in org.orekit.parameter
 

Subclasses of Parameterizable in org.orekit.parameter
 class ConstantFunction
          This class is used to define a constant parameterizable function.
 class JacobiansParameterizable
           Abstract class to define generic function of IJacobiansParameterizable.
 class LinearFunction
           This class is used to define parameterizable linear function a(t -t0) + b.
 class ParamDiffFunction
           Abstract class to define generic function of IParamDiffFunction.
 class PiecewiseFunction
           This class is used to define parameterizable piecewize function.
 

Uses of Parameterizable in org.orekit.propagation.numerical
 

Subclasses of Parameterizable in org.orekit.propagation.numerical
 class Jacobianizer
          Class enabling basic ForceModel instances to be used when processing spacecraft state partial derivatives.
 



Copyright © 2017 CNES. All Rights Reserved.