Joseph,This is the 1973 paper which represents the first application of equinoctial mean elements to electric propulsion analysis.
Paul -- Dr. Paul J. Cefola Consultant in Aerospace Systems, Spaceflight Mechanics, & AstrodynamicsAdjunct Faculty, Dept. of Mechanical and Aerospace Engineering, University at Buffalo (SUNY)
4 Moonstone Way Vineyard Haven, MA 02568 USA 508-696-1884 (phone on Martha's Vineyard) 978-201-1393 (cell) paulcefo@buffalo.edu paul.cefola@gmail.com On 03/24/2016 4:22 pm, Huwaldt, Joseph wrote:
Paul, Yes, exactly! We were excited when we found the DSSTPropagator in Orekit for just this reason. Then we were perplexed when we couldn’t find an existing propulsion model for it. Ad astra, Joseph HuwaldtOn Mar 24, 2016, at 3:59 AM, paulcefo <paulcefo@buffalo.edu> wrote: Good morning, I agree with Luc that numerical averaging could be applied.I would like to note also that modeling electric propulsion maneuvers was one of the very first applications of the algorithms that later evolved to be the DSST. See the work by Ted Edelbaum, Harvey Malcow, and Les Sackett in the '70s at the Draper Lab on orbit raising. The context was 'orbit raising' from LEO to GEO.Electric propulsion and DSST are a natural mix when long duration (many revs) electric propulsion maneuvers are considered.Also, one of the contributors to the DSST, Wayne McClain, worked the issue of finite burn maneuvers.I will try to dig out these two refs later today. regards, Paul -- Dr. Paul J. CefolaConsultant in Aerospace Systems, Spaceflight Mechanics, & Astrodynamics Adjunct Faculty, Dept. of Mechanical and Aerospace Engineering, University at Buffalo (SUNY)4 Moonstone Way Vineyard Haven, MA 02568 USA 508-696-1884 (phone on Martha's Vineyard) 978-201-1393 (cell) paulcefo@buffalo.edu paul.cefola@gmail.com On 03/24/2016 4:36 am, MAISONOBE Luc wrote:Joseph Huwaldt <joseph.huwaldt@dynetics.com> a écrit :Greetings.Hi Joseph,Is there a way to use a ConstantThrustManeuver with a DSSTPropagator? We have a low thrust propulsion system that we would like to run out for months at a time. Without the propulsion, the DSSTPropagator works well forImpulsive maneuver should work with all propagator, including DSST. It mainly works by resetting the state at maneuver time during propagation,us in this scenario, but as far as I can tell, I have to switch to aNumericalPropagator to use a thrust model (either impulsive or constantthrust). Is that correct?inserting conversions from/to Cartesian orbit if needed.I thought I had already added an intermediate case between impulsive and continuous maneuvers, something that should have been called SplitManeuver or something like that. However, I cannot find it any more :-(, it was probably a dream ... Anyway, this would be simple to do, the idea was to split a long maneuver in several smaller impulses. This would work well for classical maneuvers like for exemple apogee firing during geostationary LEOP, but I amnot sure it could scale up to months durations efficiently. However, there is something that may be worth trying!When we implemented short period terms in DSST, we added a feature thatallows DSSTPropagator to reuse some force models really implementedfor NumericalPropagator, i.e. models that only compute an acceleration. You can look for example at AbstractGaussianContribution, which implements DSSTForceModel and therefore can be fully handled by DSSTPropagator. Thisclass delegates acceleration computation to any ForceModel passed at construction. So you *could* create a DSSTContinuousManeuver class that would extend AbstractGaussianContribution and delegate to ConstantThrustManeuver! With this setting, you would have a maneuvermodeled by DSST, and both mean and short periodic terms would be computed(they are estimated thanks to Gaussian quadratures).Well, this solution would be highly experimental! I do not think it would be really accurate if thrust is high, but for electric propulsion, it maybe worth trying. Incidentally, the SOCIS 2016 program by ESA has just started and theyask for mentor to propose subjects. Adding this maneuver model for DSST in Orekit would be a great subject for a student this summer, and a greatpaper subject after that. What do you think? best regards, LucThanks! Joseph Huwaldt Dynetics, Inc. Huntsville, AL USA________________________________ The information contained in this message, and any attachments, may contain privileged and/or proprietary information that is intended solely for the person or entity to which it is addressed. Moreover, it may contain export restricted technical data controlled by Export Administration Regulations (EAR) or the International Traffic in Arms Regulations (ITAR). Any review, retransmission, dissemination, or re-export to foreign or domestic entities by anyone other than the intended recipient in accordance with EAR and/or ITAR regulations is prohibited.
Attachment:
AIAA-73-1074_rev2.pdf
Description: Adobe PDF document