Uses of Class
fr.cnes.genopus.nonWidget.forces.CustomDragForce

Packages that use CustomDragForce
fr.cnes.genopus.forces Package containing all needed classes to create the widget to define the forces. 
fr.cnes.genopus.nonWidget.forces Package containing some objects related to force intended to be added to PATRIUS. 
 

Uses of CustomDragForce in fr.cnes.genopus.forces
 

Methods in fr.cnes.genopus.forces that return CustomDragForce
 CustomDragForce GPAeroForceModel.getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
 CustomDragForce GPAeroForceModel.getPatriusObject(Object... args)
          Returns the PATRIUS object associated to a GENOPUS widget.
 

Uses of CustomDragForce in fr.cnes.genopus.nonWidget.forces
 

Methods in fr.cnes.genopus.nonWidget.forces with parameters of type CustomDragForce
 void CustomForceModels.setDragForce(CustomDragForce dragForce)
          Set the aerodynamic force model.
 

Constructors in fr.cnes.genopus.nonWidget.forces with parameters of type CustomDragForce
CustomDragForce(CustomDragForce otherDragForce, fr.cnes.sirius.patrius.assembly.Assembly assembly)
          Creates a new instance from the data in another one but with a different assembly.
CustomForceModels(org.orekit.forces.ForceModel earthPotentialForceModel, org.orekit.forces.gravity.ThirdBodyAttraction moonForceModel, org.orekit.forces.gravity.ThirdBodyAttraction sunForceModel, org.orekit.forces.gravity.ThirdBodyAttraction venusForceModel, org.orekit.forces.gravity.ThirdBodyAttraction marsForceModel, org.orekit.forces.gravity.ThirdBodyAttraction jupiterForceModel, CustomDragForce dragForce, CustomPatriusSolarRadiationPressure solarRadiationPressure, CustomRediffusedRadiationPressure rediffusedSRP, org.orekit.forces.gravity.tides.OceanTides oceanTidesForceModel, org.orekit.forces.gravity.tides.TerrestrialTides terrestrialTidesForceModel)
          Creates a new instance.
 



Copyright © 2017. All rights reserved.