Jonathan Diegelman - Modeling Spacecraft Separation Dynamics in Julia

Поділитися
Вставка
  • Опубліковано 19 жов 2024

КОМЕНТАРІ • 18

  • @tubesteaknyouri
    @tubesteaknyouri 3 роки тому +11

    I'm glad to see that NASA is using Julia more. Great work!

  • @jankappen7970
    @jankappen7970 2 роки тому +2

    Super awesome! Since this package seems not to be available as OpenSource, I'm trying to get some ideas here since I'm working on a similar topic, not related to space craft dynamics, but to inertial sensors which share a lot of the mechanical parts. How many man hours did you spend approximately? Do you have time discrete states or is this a fully continuous simulation? You mentioned to use MTK in future if you had to do the same thing again, is that still true? :) Thanks!

  • @77377
    @77377 3 роки тому +3

    Fascinating talk! thank you!

  • @vitobrusnik6953
    @vitobrusnik6953 3 роки тому +3

    Very interesting case study.
    Please, what do you use for interactive plotting at 14:01 ? Thank you

  • @isaacvelasco6158
    @isaacvelasco6158 Рік тому

    @jonathan: where can I find more info on how to develop this for myself? Books, articles, etc

  • @meetpatel5095
    @meetpatel5095 3 роки тому +2

    @jonathan! Thanks for presenting. I am trying to implement this in simulink. However, julia project seems even better. Do you have an unclassified gitlab repo that you could share for this work ? Thanks

    • @jonathandiegelman4714
      @jonathandiegelman4714 3 роки тому +5

      Unfortunately I don't have anything I can make public yet. I am working on getting it approved for open source release, though.

  • @coranoske
    @coranoske 3 роки тому +1

    Nice work .. we did it in SimScape.. though Julia is more natural.. by the way Modia and the ModellingToolkint will give you
    even more power...

    • @jonathandiegelman4714
      @jonathandiegelman4714 3 роки тому +2

      When I started this project, ModelingToolkit's component system wasn't quite mature enough yet for me to feel comfortable writing the whole sim in it. These days, however, it's really nice. I use it all the time now. If I were to start this over from scratch, that would be my choice.
      Actually, I'm considering migrating the sim to ModelingToolkit anyway because it's much easier to inspect intermediate variables like spring forces when you can make them symbolic aliases.

    • @coranoske
      @coranoske 3 роки тому +1

      @@jonathandiegelman4714 ... Worst-case Launch Vehicle Stage Separation Analysis P. Simplicio and S. Bennani... we are now doing deployment analysis for arbitrary multiple-pl configurations at the time..

    • @coranoske
      @coranoske 3 роки тому +1

      Your colleague at NASA may contact you if you want to present this work at the upcoming InterAgency V&V workshop

    • @jonathandiegelman4714
      @jonathandiegelman4714 3 роки тому +1

      ​@UCw6StaYMjPHPKRqOMGUaVaw Oh cool, I met Neil about a year ago when we were working with the NESC on a different project. That sounds great, have him shoot me an email. Thanks!

    • @coranoske
      @coranoske 3 роки тому +1

      @@jonathandiegelman4714 great just sent him a WhatsApp..,

  • @kamilziemian995
    @kamilziemian995 3 роки тому

    Where can I learn more about spacecraft dynamics?

  • @Hdjebcukrnajdnbfjo
    @Hdjebcukrnajdnbfjo 2 роки тому

    Is it possible to get the source code?