how ease unleashes the scientific power of airbus' engineers in … · roadmap ease 0.4:...

20
How EASE unleashes the scientific power of Airbus' engineers in Eclipse Alain BERNARD @abernard_dvp

Upload: others

Post on 27-May-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: How EASE unleashes the scientific power of Airbus' engineers in … · Roadmap EASE 0.4: released Dec 2016 EASE 0.5: planned before ECE 2017 - cron jobs - Better « magic keywords

How EASE unleashes the scientific power of Airbus' engineers in Eclipse

Alain BERNARD@abernard_dvp

Page 2: How EASE unleashes the scientific power of Airbus' engineers in … · Roadmap EASE 0.4: released Dec 2016 EASE 0.5: planned before ECE 2017 - cron jobs - Better « magic keywords

A world of Flight Physics

Aerodynamics

Loads & AeroelasticsPerformance

Mass Properties

Handling QualitiesCapabilities & Research

Page 3: How EASE unleashes the scientific power of Airbus' engineers in … · Roadmap EASE 0.4: released Dec 2016 EASE 0.5: planned before ECE 2017 - cron jobs - Better « magic keywords

#ThrowbackThursday

"How to make engineers’ life better with Eclipse" @ ECF2014

Page 4: How EASE unleashes the scientific power of Airbus' engineers in … · Roadmap EASE 0.4: released Dec 2016 EASE 0.5: planned before ECE 2017 - cron jobs - Better « magic keywords

A dual problem

Can we allow customization of the workbench by non-software engineers?

Can we allow them to do it in Python??

Page 5: How EASE unleashes the scientific power of Airbus' engineers in … · Roadmap EASE 0.4: released Dec 2016 EASE 0.5: planned before ECE 2017 - cron jobs - Better « magic keywords

EASE ?!

« Most innovative project » 2016

Eclipse Advanced Scripting Environment

Page 6: How EASE unleashes the scientific power of Airbus' engineers in … · Roadmap EASE 0.4: released Dec 2016 EASE 0.5: planned before ECE 2017 - cron jobs - Better « magic keywords

Extending Eclipse… traditional way

Code

Test

Build

Install

Enjoy

JAVA only plug-in

Separate Eclipse instance

Build & Deploy plug-in

Install plug-in and restart Eclipse

Page 7: How EASE unleashes the scientific power of Airbus' engineers in … · Roadmap EASE 0.4: released Dec 2016 EASE 0.5: planned before ECE 2017 - cron jobs - Better « magic keywords

Code

Install

Enjoy

Extending Eclipse… with EASE

Script in your preferred language

Point EASE at script running in Eclipse instance

Page 8: How EASE unleashes the scientific power of Airbus' engineers in … · Roadmap EASE 0.4: released Dec 2016 EASE 0.5: planned before ECE 2017 - cron jobs - Better « magic keywords

EASE Architecture

EASE

Git Papyrus SVN Charts Yours!

P2

JVM

UI

Env

JVMlanguages

Nashorn

Rhino

JRuby

Groovy

Jython

Yours!

Page 9: How EASE unleashes the scientific power of Airbus' engineers in … · Roadmap EASE 0.4: released Dec 2016 EASE 0.5: planned before ECE 2017 - cron jobs - Better « magic keywords

Demo!

Page 10: How EASE unleashes the scientific power of Airbus' engineers in … · Roadmap EASE 0.4: released Dec 2016 EASE 0.5: planned before ECE 2017 - cron jobs - Better « magic keywords
Page 11: How EASE unleashes the scientific power of Airbus' engineers in … · Roadmap EASE 0.4: released Dec 2016 EASE 0.5: planned before ECE 2017 - cron jobs - Better « magic keywords

A really technical problem…

Jython

JyNI

JEP

Py4J

…solved by really clever guys

Page 12: How EASE unleashes the scientific power of Airbus' engineers in … · Roadmap EASE 0.4: released Dec 2016 EASE 0.5: planned before ECE 2017 - cron jobs - Better « magic keywords

Let’s do some science

Page 13: How EASE unleashes the scientific power of Airbus' engineers in … · Roadmap EASE 0.4: released Dec 2016 EASE 0.5: planned before ECE 2017 - cron jobs - Better « magic keywords

Providing your own modules

Register

Export functions

Use

Page 14: How EASE unleashes the scientific power of Airbus' engineers in … · Roadmap EASE 0.4: released Dec 2016 EASE 0.5: planned before ECE 2017 - cron jobs - Better « magic keywords

AIRBUS Visualization

Page 15: How EASE unleashes the scientific power of Airbus' engineers in … · Roadmap EASE 0.4: released Dec 2016 EASE 0.5: planned before ECE 2017 - cron jobs - Better « magic keywords
Page 16: How EASE unleashes the scientific power of Airbus' engineers in … · Roadmap EASE 0.4: released Dec 2016 EASE 0.5: planned before ECE 2017 - cron jobs - Better « magic keywords
Page 17: How EASE unleashes the scientific power of Airbus' engineers in … · Roadmap EASE 0.4: released Dec 2016 EASE 0.5: planned before ECE 2017 - cron jobs - Better « magic keywords

https://github.com/alainbernard/ease-sirius

Page 18: How EASE unleashes the scientific power of Airbus' engineers in … · Roadmap EASE 0.4: released Dec 2016 EASE 0.5: planned before ECE 2017 - cron jobs - Better « magic keywords

Roadmap

EASE 0.4: released Dec 2016

EASE 0.5: planned before ECE 2017- cron jobs- Better « magic keywords »- Improved Script Unit Test framework

Python integration:- Better Py4J integration (content assist, PyDev Pythonpath…)- Py4J Debug support

Future plans:- Support for other script locations (Git, SVN, Gerrit)- CDT integration

http://wiki.eclipse.org/EASE

Page 19: How EASE unleashes the scientific power of Airbus' engineers in … · Roadmap EASE 0.4: released Dec 2016 EASE 0.5: planned before ECE 2017 - cron jobs - Better « magic keywords
Page 20: How EASE unleashes the scientific power of Airbus' engineers in … · Roadmap EASE 0.4: released Dec 2016 EASE 0.5: planned before ECE 2017 - cron jobs - Better « magic keywords

Questions?