|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IParameterizable | |
---|---|
fr.cnes.sirius.patrius.assembly.models | |
fr.cnes.sirius.patrius.assembly.models.cook | |
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 | This package provides the interface for force models that will be used by the
NumericalPropagator , as well as
some classical spacecraft models for surface forces (spherical, box and solar array ...). |
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 |
Uses of IParameterizable in fr.cnes.sirius.patrius.assembly.models |
---|
Classes in fr.cnes.sirius.patrius.assembly.models that implement IParameterizable | |
---|---|
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 IParameterizable in fr.cnes.sirius.patrius.assembly.models.cook |
---|
Classes in fr.cnes.sirius.patrius.assembly.models.cook that implement IParameterizable | |
---|---|
class |
CnCookModel
This class implements Cook normal coefficient to a facet. |
class |
CtCookModel
This class implements Cook tangential coefficient to a facet. |
Uses of IParameterizable in fr.cnes.sirius.patrius.assembly.properties |
---|
Classes in fr.cnes.sirius.patrius.assembly.properties that implement IParameterizable | |
---|---|
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 aero global property to use with the aerodynamic part property for the PATRIUS assembly. |
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. |
Uses of IParameterizable in fr.cnes.sirius.patrius.forces |
---|
Classes in fr.cnes.sirius.patrius.forces that implement IParameterizable | |
---|---|
class |
EmpiricalForce
This class implements the empirical force. |
Uses of IParameterizable in fr.cnes.sirius.patrius.forces.radiation |
---|
Classes in fr.cnes.sirius.patrius.forces.radiation that implement IParameterizable | |
---|---|
class |
PatriusSolarRadiationPressure
Solar radiation pressure force model with spheroids . |
Uses of IParameterizable in fr.cnes.sirius.patrius.stela.forces.drag |
---|
Classes in fr.cnes.sirius.patrius.stela.forces.drag that implement IParameterizable | |
---|---|
class |
StelaAeroModel
This class represents a STELA aero model, based on a spherical spacecraft. |
Uses of IParameterizable in fr.cnes.sirius.patrius.wrenches |
---|
Classes in fr.cnes.sirius.patrius.wrenches that implement IParameterizable | |
---|---|
class |
SolarRadiationWrench
This class represents a solar radiation wrench model. |
Uses of IParameterizable in org.orekit.forces |
---|
Subinterfaces of IParameterizable in org.orekit.forces | |
---|---|
interface |
ForceModel
This interface represents a force modifying spacecraft motion. |
Uses of IParameterizable in org.orekit.forces.drag |
---|
Classes in org.orekit.forces.drag that implement IParameterizable | |
---|---|
class |
DragForce
Atmospheric drag force model. |
Uses of IParameterizable in org.orekit.forces.gravity |
---|
Classes in org.orekit.forces.gravity that implement IParameterizable | |
---|---|
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 IParameterizable in org.orekit.forces.gravity.tides |
---|
Classes in org.orekit.forces.gravity.tides that implement IParameterizable | |
---|---|
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 IParameterizable in org.orekit.forces.gravity.variations |
---|
Classes in org.orekit.forces.gravity.variations that implement IParameterizable | |
---|---|
class |
VariablePotentialAttractionModel
This class represents a variable gravity field. |
Uses of IParameterizable in org.orekit.forces.maneuvers |
---|
Classes in org.orekit.forces.maneuvers that implement IParameterizable | |
---|---|
class |
ConstantThrustError
This class is a model of the error of a simple maneuver with constant thrust. |
class |
ConstantThrustManeuver
This class implements a simple maneuver with constant thrust. |
class |
VariableThrustManeuver
This class implements a maneuver using variable thrust and ISP. |
Uses of IParameterizable in org.orekit.forces.radiation |
---|
Classes in org.orekit.forces.radiation that implement IParameterizable | |
---|---|
class |
RediffusedRadiationPressure
Class that represents a rediffused radiative force. |
class |
SolarRadiationPressure
Solar radiation pressure force model. |
Uses of IParameterizable in org.orekit.forces.relativistic |
---|
Classes in org.orekit.forces.relativistic that implement IParameterizable | |
---|---|
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 IParameterizable in org.orekit.parameter |
---|
Subinterfaces of IParameterizable in org.orekit.parameter | |
---|---|
interface |
IJacobiansParameterizable
This class is used to define jacobian function parameters. |
interface |
IParamDiffFunction
This class is used to define a derivative function parameterizable. |
interface |
IParameterizableFunction
This class is used to define a parameterizable function. |
Classes in org.orekit.parameter that implement IParameterizable | |
---|---|
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 |
Parameterizable
Simple class providing a list and method for handling Parameters. |
class |
PiecewiseFunction
This class is used to define parameterizable piecewize function. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |