Class IsotropicRadiationClassicalConvention

    • Constructor Detail

      • IsotropicRadiationClassicalConvention

        public IsotropicRadiationClassicalConvention​(double crossSection,
                                                     double ca,
                                                     double cs)
        Simple constructor.
        Parameters:
        crossSection - Surface (m²)
        ca - absorption coefficient Ca between 0.0 an 1.0
        cs - specular reflection coefficient Cs between 0.0 an 1.0
    • Method Detail

      • radiationPressureAcceleration

        public org.hipparchus.geometry.euclidean.threed.Vector3D radiationPressureAcceleration​(AbsoluteDate date,
                                                                                               Frame frame,
                                                                                               org.hipparchus.geometry.euclidean.threed.Vector3D position,
                                                                                               org.hipparchus.geometry.euclidean.threed.Rotation rotation,
                                                                                               double mass,
                                                                                               org.hipparchus.geometry.euclidean.threed.Vector3D flux,
                                                                                               double[] parameters)
        Compute the acceleration due to radiation pressure.
        Specified by:
        radiationPressureAcceleration in interface RadiationSensitive
        Parameters:
        date - current date
        frame - inertial reference frame for state (both orbit and attitude)
        position - position of spacecraft in reference frame
        rotation - orientation (attitude) of the spacecraft with respect to reference frame
        mass - current mass
        flux - radiation flux in the same inertial frame as spacecraft orbit
        parameters - values of the force model parameters
        Returns:
        spacecraft acceleration in the same inertial frame as spacecraft orbit (m/s²)
      • radiationPressureAcceleration

        public <T extends org.hipparchus.RealFieldElement<T>> org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> radiationPressureAcceleration​(FieldAbsoluteDate<T> date,
                                                                                                                                                      Frame frame,
                                                                                                                                                      org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> position,
                                                                                                                                                      org.hipparchus.geometry.euclidean.threed.FieldRotation<T> rotation,
                                                                                                                                                      T mass,
                                                                                                                                                      org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> flux,
                                                                                                                                                      T[] parameters)
        Compute the acceleration due to radiation pressure.
        Specified by:
        radiationPressureAcceleration in interface RadiationSensitive
        Type Parameters:
        T - extends RealFieldElement
        Parameters:
        date - current date
        frame - inertial reference frame for state (both orbit and attitude)
        position - position of spacecraft in reference frame
        rotation - orientation (attitude) of the spacecraft with respect to reference frame
        mass - current mass
        flux - radiation flux in the same inertial frame as spacecraft orbit
        parameters - values of the force model parameters
        Returns:
        spacecraft acceleration in the same inertial frame as spacecraft orbit (m/s²)
      • radiationPressureAcceleration

        public org.hipparchus.geometry.euclidean.threed.FieldVector3D<org.hipparchus.analysis.differentiation.DerivativeStructure> radiationPressureAcceleration​(AbsoluteDate date,
                                                                                                                                                                 Frame frame,
                                                                                                                                                                 org.hipparchus.geometry.euclidean.threed.Vector3D position,
                                                                                                                                                                 org.hipparchus.geometry.euclidean.threed.Rotation rotation,
                                                                                                                                                                 double mass,
                                                                                                                                                                 org.hipparchus.geometry.euclidean.threed.Vector3D flux,
                                                                                                                                                                 double[] parameters,
                                                                                                                                                                 String paramName)
        Compute the acceleration due to radiation pressure, with parameters derivatives.
        Specified by:
        radiationPressureAcceleration in interface RadiationSensitive
        Parameters:
        date - current date
        frame - inertial reference frame for state (both orbit and attitude)
        position - position of spacecraft in reference frame
        rotation - orientation (attitude) of the spacecraft with respect to reference frame
        mass - current mass
        flux - radiation flux in the same inertial frame as spacecraft orbit
        parameters - values of the force model parameters
        paramName - name of the parameter with respect to which derivatives are required
        Returns:
        spacecraft acceleration in the same inertial frame as spacecraft orbit (m/s²)