Uses of Class
fr.cnes.sirius.patrius.assembly.properties.TankProperty

Packages that use TankProperty
fr.cnes.sirius.patrius.assembly   
fr.cnes.sirius.patrius.forces   
 

Uses of TankProperty in fr.cnes.sirius.patrius.assembly
 

Methods in fr.cnes.sirius.patrius.assembly that return types with arguments of type TankProperty
 List<TankProperty> Vehicle.getTanksList()
          Returns the tanks list.
 

Methods in fr.cnes.sirius.patrius.assembly with parameters of type TankProperty
 void Vehicle.addTank(TankProperty tank)
          Add a tank to the vehicle.
 

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

Constructors in fr.cnes.sirius.patrius.forces with parameters of type TankProperty
ConstantThrustManeuver(AbsoluteDate date, double duration, PropulsiveProperty engine, Parameter flowRate, Vector3D inDirection, MassProvider massProvider, TankProperty tank)
          Constructor for a constant direction in satellite frame and constant thrust using Parameter, PropulsiveProperty and TankProperty.
ConstantThrustManeuver(AbsoluteDate date, double duration, PropulsiveProperty engine, Parameter flowRate, Vector3D inDirection, MassProvider massProvider, TankProperty tank, Frame frameIn)
          Constructor for a constant direction in satellite frame and constant thrust using Parameter, PropulsiveProperty and TankProperty.
ConstantThrustManeuver(AbsoluteDate date, double duration, PropulsiveProperty engine, Parameter flowRate, Vector3D inDirection, MassProvider massProvider, TankProperty tank, LOFType lofTyp)
          Constructor for a constant direction in satellite frame and constant thrust using Parameter, PropulsiveProperty and TankProperty.
ConstantThrustManeuver(AbsoluteDate date, double duration, PropulsiveProperty engine, Vector3D inDirection, MassProvider massProvider, TankProperty tank)
          Constructor for a constant direction in satellite frame and constant thrust, using PropulsiveProperty and TankProperty.
ConstantThrustManeuver(AbsoluteDate date, double duration, PropulsiveProperty engine, Vector3D inDirection, MassProvider massProvider, TankProperty tank, Frame frameIn)
          Constructor for a constant direction in provided frame and constant thrust, using PropulsiveProperty and TankProperty.
ConstantThrustManeuver(AbsoluteDate date, double duration, PropulsiveProperty engine, Vector3D inDirection, MassProvider massProvider, TankProperty tank, LOFType lofTyp)
          Constructor for a constant direction in provided local orbital frame and constant thrust, using PropulsiveProperty and TankProperty.
ConstantThrustManeuver(EventDetector startEventDetector, EventDetector stopEventDetector, PropulsiveProperty engine, Vector3D inDirection, MassProvider massProvider, TankProperty tank)
          Constructor for a constant direction in satellite frame and constant thrust with PropulsiveProperty and TankProperty properties.
ConstantThrustManeuver(EventDetector startEventDetector, EventDetector stopEventDetector, PropulsiveProperty engine, Vector3D inDirection, MassProvider massProvider, TankProperty tank, Frame frameIn)
          Constructor for a constant direction in provided frame and constant thrust with PropulsiveProperty and TankProperty properties.
ConstantThrustManeuver(EventDetector startEventDetector, EventDetector stopEventDetector, PropulsiveProperty engine, Vector3D inDirection, MassProvider massProvider, TankProperty tank, LOFType lofTyp)
          Constructor for a constant direction in local orbital frame and constant thrust with PropulsiveProperty and TankProperty properties.
VariableThrustManeuver(AbsoluteDate date, double duration, PropulsiveProperty engine, IDependentVectorVariable<SpacecraftState> variableDirection, MassProvider massModel, TankProperty tank)
          Constructor for a variable direction in spacecraft frame, thrust and ISP, using PropulsiveProperty and TankProperty.
VariableThrustManeuver(AbsoluteDate date, double duration, PropulsiveProperty engine, IDependentVectorVariable<SpacecraftState> variableDirection, MassProvider massModel, TankProperty tank, Frame refFrame)
          Constructor for a variable direction in provided frame, thrust and ISP, using PropulsiveProperty and TankProperty.
VariableThrustManeuver(AbsoluteDate date, double duration, PropulsiveProperty engine, IDependentVectorVariable<SpacecraftState> variableDirection, MassProvider massModel, TankProperty tank, LOFType lofTyp)
          Constructor for a variable direction in provided local orbital frame, thrust and ISP expressed in a LocalOrbitalFrame, using PropulsiveProperty and TankProperty.
VariableThrustManeuver(EventDetector startEventDetector, EventDetector stopEventDetector, PropulsiveProperty engine, IDependentVectorVariable<SpacecraftState> variableDirection, MassProvider massModel, TankProperty tank)
          Constructor for a variable direction in spacecraft frame, thrust and ISP, using PropulsiveProperty and TankProperty.
VariableThrustManeuver(EventDetector startEventDetector, EventDetector stopEventDetector, PropulsiveProperty engine, IDependentVectorVariable<SpacecraftState> variableDirection, MassProvider massModel, TankProperty tank, Frame refFrame)
          Constructor for a variable direction in spacecraft frame, thrust and ISP, using PropulsiveProperty and TankProperty.
VariableThrustManeuver(EventDetector startEventDetector, EventDetector stopEventDetector, PropulsiveProperty engine, IDependentVectorVariable<SpacecraftState> variableDirection, MassProvider massModel, TankProperty tank, LOFType lofTyp)
          Constructor for a variable direction in provided local orbital frame, thrust and ISP expressed in a LocalOrbitalFrame.
 



Copyright © 2017 CNES. All Rights Reserved.