-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcapella_days_2023.html
758 lines (754 loc) · 63.5 KB
/
capella_days_2023.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon" type="image/png" href="images/favicon.ico">
<title>Capella Days 2023 | Learn from Capella ecosystem members</title>
<meta name="description"
content="Capella Days 2023, the annual event of Capella ecosystem, was held online from November 14 to 16">
<meta name="keywords" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- All Template CSS Files
================================================== -->
<!-- Twitter Bootstrs CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- animate css -->
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/jquery.fancybox.css">
<!-- template main css file -->
<link rel="stylesheet" href="css/main.css">
<!-- responsive css -->
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/latofonts.css">
<script src="https://kit.fontawesome.com/16cf99803e.js" crossorigin="anonymous"></script>
<!-- Cookie content -->
<link rel="stylesheet" type="text/css"
href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />
<script
src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>
<!-- Eclipse Foundation Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l='
+ l
: '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-5WLCZXC');
</script>
<!-- End Google Tag Manager -->
<!-- Template Javascript Files
================================================== -->
<!-- Angular -->
<base href="/">
<script src="js/angular-1.7.8.min.js"></script>
<script src="angular/capella.js"></script>
<!-- modernizr js -->
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<!-- jquery -->
<script src="js/jquery-3.4.1.min.js"></script>
<!-- bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- wow js -->
<script src="js/wow.min.js"></script>
<script src="js/jquery.fancybox.js"></script>
<!-- template main js -->
<script src="js/main.js"></script>
</head>
<body ng-app="capella" data-deferred-cloak>
<!--
==================================================
Header Section
================================================== -->
<ng-include src="'angular/blocks/header.html'"></ng-include>
<!--
==================================================
Intro Section
================================================== -->
<section class="hero-area contact">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="block wow fadeInUp" data-wow-delay=".3s">
<section class="cd-intro">
<h1 class="wow fadeInUp animated" data-wow-delay=".4s">
Capella Days 2023<br>
</h1>
<h2 class="wow fadeInUp animated" data-wow-delay=".6s">
November 14-16, 2023<br>Online | Free
</h2>
<p class="wow fadeInUp animated" data-wow-delay=".8s">4 sessions / 12 talks / 21 speakers</p>
<h2 class="title">Thank you for participating!</h2>
<p></p>
<p><a href="https://www.youtube.com/playlist?list=PLfrEYVpSGVLxKMpTzcm130M-mDgWP2QTK" target="_blank"
class="btn btn-default btn-contact wow fadeInDown" data-wow-delay=".7s"
data-wow-duration="500ms"><i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i> Replay</a></p>
<p> </p>
<p class="wow fadeInUp animated" data-wow-delay=".8s"><i>Slides can be downloaded from the <a href="capella_days_2023.html#talks">abstracts</a></i></p>
</div>
</div>
</div>
</div>
</section>
<!--/#numbers_banner-->
<section id="numbers">
<div class="container">
<div class="row wow fadeInDown text-center" data-wow-delay=".5s">
<img src="images/capella_days_2023/key_figures_capelladays_2023.png" alt="Capella Days 2023 Key Figures">
</div>
</div>
</section>
<!--/#intro_banner-->
<section id="about_capelladays">
<div class="container">
<div class="row wow fadeInDown" data-wow-delay=".5s">
<h2 class="title">About</h2>
<p><a href="capella_days.html">Capella Days</a> regularly brings together the community of Capella and Arcadia:</p>
<ul>
<li>creators of this innovative systems engineering solution,</li>
<li>providers of Capella add-ons and services,</li>
<li>MBSE experts and industrial users.</li>
</ul>
<p>Capella Days is your opportunity to learn from Capella ecosystem members! Benefit from the experience of industrial adopters who have sucessfully deployed an MBSE approach with Arcadia and Capella on their projects.</p>
<p>See <a href="capella_days.html">all the editions</a>.</p>
</div>
</div>
</section>
<section id="organized_by">
<div class="container">
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h2 class="title">Organized by</h2>
<p>Capella Days 2023 was organized by Obeo and Thales.</p>
<p></p>
<div class="col-md-12 text-center">
<a href="https://www.obeosoft.com/en/capella-professional-offer" target="_blank"><img src="images/logo_obeo.png" alt="Obeo logo" width="250"></a>
<a href="industry-consortium/thales.html" target="_blank"><img src="images/logo_thales.png" alt="Thales logo" width="250"></a>
</div>
</div>
</div>
</section>
<section id="sponsored_by">
<div class="container">
<div class="row wow fadeInDown" data-wow-delay=".5s">
<h2 class="title">Sponsoring</h2>
<p>Capella Days 2023 was sponsored by vibrant members of the Capella ecosystem: </p>
<div class="col-md-12 text-center" style="padding-top:30px">
<a href="https://www.samares-engineering.com" ><img src="images/capella_days_2023/sponsors/logo_samares.png" alt="Samares Engineering logo" width="280"></a>
<a href="https://www.pure-systems.com/"><img src="images/capella_days_2023/sponsors/logo_pure_systems.png" alt="Pure Systems logo" width="280"></a>
<a href="https://www.anzenengineering.com/"><img src="images/capella_days_2023/sponsors/logo_anzen.png" alt="Anzen Engineering logo" width="280"></a>
</div>
<div class="col-md-12 text-center" style="padding-bottom:30px">
<a href="http://www.pgmse.com/"><img src="images/capella_days_2023/sponsors/logo_pgm.png" alt="PGM logo" width="150"></a>
<a href="https://www.maplesoft.com/products/maplembse/"><img src="images/capella_days_2023/sponsors/logo_maplesoft.png" alt="Maplesoft logo" width="280"></a>
<a href="https://www.spherea.com/testability/"><img src="images/capella_days_2023/sponsors/logo_spherea.png" alt="Spherea logo" width="200"></a>
</div>
</div>
</div>
</section>
<section id="agenda">
<div class="container">
<div class="row wow fadeInDown" data-wow-delay=".5s">
<h2 class="title">Agenda</h2>
<div class="row" style="margin-left: 0px">
<div class="accordion dropdown_content">
<div class="accordion-group">
<div class="accordion-heading wow fadeInDown" data-wow-delay=".3s"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion2" href="#session1">
<h3>Session 1: Tuesday 14th of November</h3>
<span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a>
<span><i class="fa fa-clock-o"></i> On Europe & America time zones</span>
</div>
<div id="session1" class="accordion-body collapse" style="height: 0px;">
<div class="accordion-inner">
<table class="table table-striped">
<thead>
<tr>
<th width="15%">Time</th>
<th width="45%">Talks</th>
<th width="40%">Speakers</th>
</tr>
</thead>
<tbody>
<tr>
<td class="txt_indigo">3:30 pm UTC+1</td>
<td class="txt_indigo">Welcome and Introduction</td>
<td class="txt_indigo"></td>
</tr>
<tr>
<td class="txt_indigo">3:35 pm UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2023.html#talk_esa">Collaborative Model-Based Engineering and Large Systems Development</a></strong></td>
<td class="txt_indigo">Catherine Morlet (<i>European Space Agency</i>)<br>Alberto González Fernández (<i>European Space Agency</i>)</td>
</tr>
<tr>
<td class="txt_indigo">4:25 pm UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2023.html#talk_thales">Introducing MBSE in an Organization Successfully</a></strong></td>
<td class="txt_indigo">Erik Visser (<i>Thales Communications</i>)</td>
</tr>
<tr>
<td class="txt_indigo">5:15 pm UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2023.html#talk_cesa">Model-driven Design and Development of an Electromechanical Actuation System</a></strong></td>
<td class="txt_indigo">Elena García Llorente (<i>CESA - Heroux Devtek</i>)<br>Luis Cárdenas González (<i>Anzen Engineering</i>)</td>
</tr>
<tr>
<td class="txt_indigo">6:05 pm UTC+1</td>
<td class="txt_indigo">Closing</td>
<td class="txt_indigo"></td>
</tr>
</tbody>
</table>
<p style="font-size:12px"><i class="fa fa-clock-o"></i> 3:30 pm UTC+1 = <i class="fa fa-clock-o"></i> 3:30 pm CET (Paris) = <i class="fa fa-clock-o"></i> 11:30 am UTC-3 (Brasilia) = <i class="fa fa-clock-o"></i> 9:30 am EST (New York) = <i class="fa fa-clock-o"></i> 6:30 am PST (Los Angeles)</p>
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading wow fadeInDown" data-wow-delay=".3s"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion2" href="#session2">
<h3>Session 2: Wednesday 15th of November</h3>
<span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a>
<span><i class="fa fa-clock-o"></i> On Asia/Pacific & Europe time zones</span>
</div>
<div id="session2" class="accordion-body collapse" style="height: 0px;">
<div class="accordion-inner">
<table class="table table-striped">
<thead>
<tr>
<th width="15%">Time</th>
<th width="45%">Talks</th>
<th width="40%">Speakers</th>
</tr>
</thead>
<tbody>
<tr>
<td class="txt_indigo">9:30 am UTC+1</td>
<td class="txt_indigo">Welcome and Introduction</td>
<td class="txt_indigo"></td>
</tr>
<tr>
<td class="txt_indigo">9:35 am UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2023.html#talk_comac">Practice in COMAC to Conduct MBSA in Avionics System Based on Capella</a></strong></td>
<td class="txt_indigo">Wang Ran (<i>COMAC</i>)<br>Yan Weizhen (<i>PGM</i>)</td>
</tr>
<tr>
<td class="txt_indigo">10:25 am UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2023.html#talk_bluekei">Capella for Modelling CubeSat: Tailored SE Process for Leveraging Model-Based Systems Engineering</a></strong></td>
<td class="txt_indigo">Suvigya Gupta (<i>BlueKei Solutions</i>)<br>Dhirendra Singh (<i>BlueKei Solutions</i>)<br>Stueti Gupta (<i>BlueKei Solutions</i>)</td>
</tr>
<tr>
<td class="txt_indigo">11:15 am UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2023.html#talk_siemens">Enterprise Modelling for Lifecycle Engineering on the Example of Sustainability</a></strong></td>
<td class="txt_indigo">Chantal Sinnwell (<i>Siemens Digital Industries Software</i>)<br>Michael Bitzer (<i>Siemens Digital Industries Software</i>)</td>
</tr>
<tr>
<td class="txt_indigo">12:05 pm UTC+1</td>
<td class="txt_indigo">Closing</td>
<td class="txt_indigo"></td>
</tr>
</tbody>
</table>
<p style="font-size:12px"><i class="fa fa-clock-o"></i> 9:30 am UTC+1 = <i class="fa fa-clock-o"></i> 2:00 pm IST (Pune) = <i class="fa fa-clock-o"></i> 4:30 pm CST (Beijing) = <i class="fa fa-clock-o"></i> 5:30 pm JST (Tokyo) = <i class="fa fa-clock-o"></i> 7:30 pm AEST (Sydney)</p>
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading wow fadeInDown" data-wow-delay=".3s"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion2" href="#session3">
<h3>Session 3: Wednesday 15th of November</h3>
<span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a>
<span><i class="fa fa-clock-o"></i> On Europe & America time zones</span>
</div>
<div id="session3" class="accordion-body collapse" style="height: 0px;">
<div class="accordion-inner">
<table class="table table-striped">
<thead>
<tr>
<th width="15%">Time</th>
<th width="45%">Talks</th>
<th width="40%">Speakers</th>
</tr>
</thead>
<tbody>
<tr>
<td class="txt_indigo">3:30 pm UTC+1</td>
<td class="txt_indigo">Welcome and Introduction</td>
<td class="txt_indigo"></td>
</tr>
<tr>
<td class="txt_indigo">3:35 pm UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2023.html#talk_redwire">Capella MBSE Integration for Robotic Arm Development</a></strong></td>
<td class="txt_indigo">Vinayak Vadlamani (<i>Redwire Space Europe</i>)</td>
</tr>
<tr>
<td class="txt_indigo">4:25 pm UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2023.html#talk_capgemini">Enhance the Efficiency of Systems Engineering with a Tailoring of SE Processes and ARCADIA Method</a></strong></td>
<td class="txt_indigo">Bruno Vuillemin (<i>Capgemini Engineering</i>)</td>
</tr>
<tr>
<td class="txt_indigo">5:15 pm UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2023.html#talk_p2m">In Pursuit of Robust Failure Mode Effects Analysis in the Design Phase</a></strong></td>
<td class="txt_indigo">Steven Huang (<i>ManTech</i>)<br>Alice Cellamare (<i>p2m berlin</i>)</td>
</tr>
<tr>
<td class="txt_indigo">6:05 pm UTC+1</td>
<td class="txt_indigo">Closing</td>
<td class="txt_indigo"></td>
</tr>
</tbody>
</table>
<p style="font-size:12px"><i class="fa fa-clock-o"></i> 3:30 pm UTC+1 = <i class="fa fa-clock-o"></i> 3:30 pm CET (Paris) = <i class="fa fa-clock-o"></i> 11:30 am UTC-3 (Brasilia) = <i class="fa fa-clock-o"></i> 9:30 am EST (New York) = <i class="fa fa-clock-o"></i> 6:30 am PST (Los Angeles)</p>
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading wow fadeInDown" data-wow-delay=".3s"><a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion2" href="#session4">
<h3>Session 4: Thursday 16th of November</h3>
<span class="fas fa-caret-down txt_yellow" aria-hidden="true"> </span></a>
<span><i class="fa fa-clock-o"></i> On Europe & America time zones</span>
</div>
<div id="session4" class="accordion-body collapse" style="height: 0px;">
<div class="accordion-inner">
<table class="table table-striped">
<thead>
<tr>
<th width="15%">Time</th>
<th width="45%">Talks</th>
<th width="40%">Speakers</th>
</tr>
</thead>
<tbody>
<tr>
<td class="txt_indigo">3:30 pm UTC+1</td>
<td class="txt_indigo">Welcome and Introduction</td>
<td class="txt_indigo"></td>
</tr>
<tr>
<td class="txt_indigo">3:35 pm UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2023.html#talk_ita">Use of Capella as Digital Twin to Perform Complex Systems Simulation</a></strong></td>
<td class="txt_indigo">Christopher Cerqueira (<i>Instituto Tecnológico de Aeronáutica</i>)</td>
</tr>
<tr>
<td class="txt_indigo">4:25 pm UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2023.html#talk_amat">Efficient and Comprehensive FMECAs: Harnessing the Power of MBSE Models in Capella</a></strong></td>
<td class="txt_indigo">Sushim Koshti (<i>Applied Materials</i>)<br>Neela Ayalasomayajula (<i>Applied Materials</i>)</td>
</tr>
<tr>
<td class="txt_indigo">5:15 pm UTC+1</td>
<td class="txt_indigo"><strong><a href="capella_days_2023.html#talk_starfish">Lean Startup with Capella MBSE</a></strong></td>
<td class="txt_indigo">Brent Bailey (<i>StarFish Medical</i>)</td>
</tr>
<tr>
<td class="txt_indigo">6:05 pm UTC+1</td>
<td class="txt_indigo">Closing</td>
<td class="txt_indigo"></td>
</tr>
</tbody>
</table>
<p style="font-size:12px"><i class="fa fa-clock-o"></i> 3:30 pm UTC+1 = <i class="fa fa-clock-o"></i> 3:30 pm CET (Paris) = <i class="fa fa-clock-o"></i> 11:30 am UTC-3 (Brasilia) = <i class="fa fa-clock-o"></i> 9:30 am EST (New York) = <i class="fa fa-clock-o"></i> 6:30 am PST (Los Angeles)</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="talks">
<div class="container">
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h2 class="title wow fadeInDown" data-wow-delay=".3s">Talks</h2>
</div>
<span class="anchor" id="talk_esa"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>Collaborative Model-Based Engineering and Large Systems Development</h3>
<p>TUESDAY 14th of NOVEMBER | 3:35 pm UTC+1</p>
<p>This presentation reports on the collaborative Model-Based System Engineering (MBSE) approach followed for Galileo Second Generation using <i>Team for Capella</i>. We address the choices made and methodology applied in Phase B of the system design activity in the past years, with a team spread in different companies’ and geographically distributed. We address the handling of branches of model at different security classification levels with an approach based on synchronising branches rather than split of a large model that makes it suitable for parallel development thus compatible with schedule/time-keeping constraint of the project. Overall, there is a need of rigorous methodology to facilitate synchronisation activities, to have common development approaches including terminology/nomenclature to identify relevant classified items (functions, exchange item, scenarios, etc.), and to document/textualized the information allowing for automatic and frequent generation of the design documentation.</p>
<p>In large projects, team members are involved in different roles, thus implying “rules” as well on who is acting on a part of a model. But also, some may be focused on review/supervision of the model which implies the need for means for commenting models rather than developing. Instead of exporting (e.g. in word documents) we expect that tools such as “Publication for Capella” would help enlarging the users of MBSE within the team.</p>
<p>Another area under investigation is the collaboration across teams to ensure digital continuity throughout the disciplines or sub-systems. We are starting to use the system-to-subsystem transition plugin with the aim to maintain interfaces between sub-systems and specification of each subsystem, and apportion some engineering parameters between subsystems thanks to a model. Direct interaction at model level is expected, and, through synchronisation mechanisms, integrate at the system level the outcomes from the subsystems in a form of a federated model.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2023/speakers/catherine_morlet.png" alt="Catherine Morlet (European Space Agency)" width="120"></td>
<td>
<h4>Catherine Morlet (<i>European Space Agency</i>) <a href="https://www.linkedin.com/in/catherine-morlet-3a03b9b" target="_blank"><span class="fa fa-linkedin-square" aria-hidden="true"></span></a></h4>
<i>Catherine Morlet started her career working in space digital technologies at Alcatel before joining the European Space Agency in 2003. She has been involved in several space technology development for telecommunication systems, supporting standardisation activities before supporting definition and development of telecommunication and navigation systems. Since 2018 she has been developing and coordinating the use of a collaborative MBSE approach for the definition phase of the evolution (or second generation) of the Galileo project (European Navigation Satellite System).</i>
</td>
</tr>
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2023/speakers/alberto_gonzalez_fernandez.png" alt="Alberto González Fernández (European Space Agency)" width="120"></td>
<td>
<h4>Alberto González Fernández (<i>European Space Agency</i>) <a href="https://www.linkedin.com/in/alberto-gonzalez-fernandez/" target="_blank"><span class="fa fa-linkedin-square" aria-hidden="true"></a></span></h4>
<i>Alberto González Fernández is a systems engineer and MBSE expert. He is in charge of the ESA MBSE methodology and the MBSE deployment in some of the major European space projects, such as Galileo and Argonaut. Previously, he worked in the automotive, aeronautic and railway industries in systems engineering and MBSE deployment. He is a Certified Systems Engineer Professional by INCOSE and member of the Technical Leadership Institute.</i>
</td>
</tr>
</table>
<p> <a href="https://youtu.be/feENMW8uB8Q">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i>
</a> <a href="resources/pdf/capelladays2023/CapellaDays2023_ESA.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a>
</p>
</div>
</span>
<span class="anchor" id="talk_thales"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>Introducing MBSE in an Organization Successfully</h3>
<p>TUESDAY 14th of NOVEMBER | 4:25 pm UTC+1</p>
<p>Do you strongly believe in Model Based System Engineering? Do you think MBSE leads to building better products? Do you really love Capella? So did we!</p>
<p>Nevertheless, when we attempted to introduce model based system engineering in our organization a couple of years ago, we failed to make that a success.</p>
<p>Apparently, introducing MBSE, Arcadia and Capella in an organization requires more than just the manual for Capella and reading Jean-Luc Voirin's great book on Arcadia.</p>
<p>This presentation will share the experiences and the lessons we learned, that allowed us to (re)introduce MBSE in our organization successfully.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2023/speakers/erik_visser.png" alt="Erik Visser (Thales Communications)" width="120"></td>
<td>
<h4>Erik Visser (<i>Thales Communications</i>) <a href="https://www.linkedin.com/in/erik-visser-791a9611/" target="_blank"><span class="fa fa-linkedin-square" aria-hidden="true"></a></span></h4>
<i>
<p>Erik Visser (Thales) is an experienced Senior Software/System Architect working on the SOTAS product family. His passion for conceptual thinking, that already lead to the introduction of model based software engineering in the software department, now drives him to promote MBSE in his organization.</p>
<p>For many years, SOTAS is the benchmark for secure information and communication systems, providing various critical high quality audio and data services. SOTAS solutions are fielded in more that 30 countries installed in more than 26,000 vehicles.
</p>
</i>
</td>
</tr>
</table>
<p> <a href="https://youtu.be/aUfJkQvWCJQ">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i>
</a> <a href="resources/pdf/capelladays2023/CapellaDays2023_Thales-NL.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a>
</p>
</div>
</span>
<span class="anchor" id="talk_cesa"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>Model-Driven Design and Development of an Electromechanical Actuation System</h3>
<p>TUESDAY 14th of NOVEMBER | 5:15 pm UTC+1</p>
<p>Coordination of multidisciplinary teams is often a challenge when facing the design and development of complex systems subjected to strict product policies such as the standards applicable in the aeronautics industry.</p>
<p>Model-based systems engineering, and more generally, model-driven approaches to design and develop such systems offer alternatives to facilitate the work of the main stakeholders involved in the process. In particular, the paradigms of centralized source of information, enhanced traceability or automated analysis speed-up significantly the design and verification tasks and reduce the sources of errors; which results in an overall gain of quality in the engineering processes.</p>
<p>In this talk we will showcase the implementation of a model-driven approach to the design and development of an electromechanical actuator conceived to control the aerodynamic surfaces of a conventional aircraft. Our industrial partner is involved in a transformation process towards the digitalization of their engineering activities and is interested in particular in using MBSE as a way to foster collaboration between teams and ensure consistency across different engineering tasks.</p>
<p>Our work started with an analysis of different MBSE tools, evaluating the suitability of such tools to meet a set of criteria considered relevant to support efficiently the process, not only at systems engineering level, but also coupling with other engineering disciplines that will interact with the model. For different reasons that will be detailed in the webinar Capella was selected as the reference platform for this activity.</p>
<p>Using Capella, the stakeholder needs for the electromechanical actuator have been analyzed and developed across the system, logical and physical architectures. In the talk, the main features of the system will be described, emphasizing the specificities of the model that allow the coordination and sharing of information between teams (mainly electronics, simulation and RAMS).</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2023/speakers/elena_garcia.png" alt="Elena García (CESA - Heroux Devtek)" width="120"></td>
<td>
<h4>Elena García Llorente (<i>CESA - Heroux Devtek</i>) <a href="https://www.linkedin.com/in/elena-garc%C3%ADa-llorente-49904992/" target="_blank"><span class="fa fa-linkedin-square" aria-hidden="true"></a></h4>
<i>
<p>Elena García Llorente is a safety and reliability specialist. She joined the Electronics, RMTS and Product Support Engineering department at CESA in 2014, and since then has been involved in the design and development of multiple hydraulic and electromechanical airborne systems. She became responsible for innovation projects where she has evaluated health monitoring strategies as well as new model-based methodologies focusing on model-based safety assessment.</p>
</i>
</td>
</tr>
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2023/speakers/luis_cardenas.png" alt="Luis Cárdenas (Anzen Engineering)" width="120"></td>
<td>
<h4>Luis Cárdenas González (<i>Anzen Engineering</i>) <a href="https://www.linkedin.com/in/luiscardenasgonzalez/" target="_blank"><span class="fa fa-linkedin-square" aria-hidden="true"></a></h4>
<i>
<p>Luis Cárdenas González is an industrial electronics engineer. He joined Anzen in 2021 as RAMS analyst after finishing his electronics degree and master. Last year he moved into the innovation area of Anzen and developed and specialization in MBSE. He is currently implementing model-driven approaches to support safety and reliability assessments focusing on the aerospace sector but applicable to other applications and industries.
</p>
</i>
</td>
</tr>
</table>
<p> <a href="https://youtu.be/InuatecgwwU">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i>
</a> <a href="resources/pdf/capelladays2023/CapellaDays2023_CESA_Anzen-Engineering.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a>
</p>
</div>
</span>
<span class="anchor" id="talk_comac"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>Practice in COMAC to Conduct MBSA in Avionics System Based on Capella</h3>
<p>WEDNESDAY 15th of NOVEMBER | 9:35 am UTC+1</p>
<p>COMAC is one of the world's leading civil aircraft suppliers, and its avionics system architecture design is completed based on Capella.</p>
<p>We will introduce how we extend Capella in COMAC to support 4761-compliant MBSA work. It includes how to define failure conditions in Capella PA model, how to carry out failure propagation modeling on Capella function, behavioral physical component, and node physical component, how to automatically generate fault trees for failure conditions, and how to carry out safety analysis based on the calculation results of the minimum cut set of each fault tree, and so on.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2023/speakers/wang_ran.png" alt="Wang Ran (COMAC)" width="120"></td>
<td>
<h4>Wang Ran (<i>COMAC</i>)</h4>
<i>Wang Ran, COMAC safety engineer mainly conducts safety analysis of complex architecture like IMA system and is committed to researching model-based safety analysis.</i>
</td>
</tr>
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2023/speakers/yan_weizhen.png" alt="Yan Weizhen (PGM)" width="120"></td>
<td>
<h4>Yan Weizhen (<i>PGM</i>)</h4>
<i>Yan Weizhen is a system engineering consultant from PGM, and has gradually built MBSE and MBSA solutions for avionics systems with the COMAC EE team.</i>
</td>
</tr>
</table>
<p> <a href="https://youtu.be/JFJ1F_PN6vY">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i>
</a> <a href="resources/pdf/capelladays2023/CapellaDays2023_COMAC_PGM.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a>
</p>
</div>
</span>
<span class="anchor" id="talk_bluekei"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>Capella for Modelling CubeSat: Tailored SE Process for Leveraging Model-Based Systems Engineering</h3>
<p>WEDNESDAY 15th of NOVEMBER | 10:25 am UTC+1</p>
<p>CubeSat developers face a unique set of challenges when designing and deploying small satellite systems. They are continually striving to enhance reliability and efficiency of these small satellite systems. Evolving mission requirements arise a need to provide for objective evidence of mission assurance. Systems Engineering approach backed up by MBSE practices can enable minimizing project disruptions by optimizing and ensure that CubeSats can adapt to evolving mission requirements. This could facilitate efficient resource allocation, minimize design errors, and enhance overall mission success. CubeSat developers can optimize operational and system analysis, construct a comprehensive End Product Breakdown Structure, tailor SE efforts to the development lifecycle, and effectively tackle common development challenges, such as compatibility issues during integration and testing.</p>
<p>The goal of this presentation is to enable CubeSat developers seamlessly integrate SE practices along with MBSE into their existing workflows.</p>
<p>Keeping our assumptions close to industry practice, a model has been developed relying on available literature on CubeSat development using Capella. Using the model as reference, this presentation will be highlighting on proposed tailored SE process that is intended to provide a strategic advantage by enabling more predictable project outcomes. The model will be focused on supporting systematic decomposition of CubeSat functions and architectures to gain a clearer understanding of system's operational logic and physical components. It would also address effective interface management and agile development using functional chain that could further contribute to increased redundancy for CubeSat.</p>
<p>In conclusion, by embracing SE & MBSE practices, it is intended to promote the development of CubeSats that remain reliable throughout their operational lifetimes, furthering advancements in space exploration, scientific research, and technology demonstration.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2023/speakers/suvigya_gupta.png" alt="Suvigya Gupta (BlueKei Solutions)" width="120"></td>
<td>
<h4>Suvigya Gupta (<i>BlueKei Solutions</i>) <a href="https://www.linkedin.com/in/suvigya11/" target="_blank"><span class="fa fa-linkedin-square" aria-hidden="true"></a></h4>
<i>Suvigya Gupta is an Aerospace Engineer now working on digital engineering projects as SE Practitioner. As an enthusiast for systems thinking and engineering, Suvigya focuses on different systems engineering practices to solve problems for complex systems.</i>
</td>
</tr>
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2023/speakers/dhirendra_singh.png" alt="Dhirendra Singh (BlueKei Solutions)" width="120"></td>
<td>
<h4>Dhirendra Singh (<i>BlueKei Solutions</i>) <a href="https://www.linkedin.com/in/dhisingh/" target="_blank"><span class="fa fa-linkedin-square" aria-hidden="true"></a></h4>
<i>Dhirendra Singh has a bachelor's in mechanical engineering and Masters in Aeronautical Engineering. Has research and industry experience in Airfoils, Image Processing using ML&AI and application of Model Based Systems Engineering in Robotic Systems</i>
</td>
</tr>
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2023/speakers/stueti_gupta.png" alt="Stueti Gupta (BlueKei Solutions)" width="120"></td>
<td>
<h4>Stueti Gupta (<i>BlueKei Solutions</i>) <a href="https://www.linkedin.com/in/stueti/" target="_blank"><span class="fa fa-linkedin-square" aria-hidden="true"></a></h4>
<i>14+ years industry & academia. System Dynamics Modeling, Architecture Analysis, MBSE MIT System Design & Management Certificate, USA. Mechanical Engineer. International Council on Systems Engineering (INCOSE)</i>
</td>
</tr>
</table>
<p> <a href="https://youtu.be/qTqXMTwf_wE">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i>
</a> <a href="resources/pdf/capelladays2023/CapellaDays2023_BlueKei.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a>
</p>
</div>
</span>
<span class="anchor" id="talk_siemens"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>Enterprise Modelling for Lifecycle Engineering on the Example of Sustainability</h3>
<p>WEDNESDAY 15th of NOVEMBER | 11:15 am UTC+1</p>
<p>Systems Engineering is a methodology to design complex systems in interdisciplinary teams from concept to production to operation. It considers the complete problem with its business and technical needs: operations, cost and schedule, performance, training, support, test, manufacturing, and many more. Companies that strive to become Digital Enterprises can leverage Systems Engineering as an approach to consider a company as a System-of-Systems with its individual lifecycles and ecosystems along their Digital Transformation.</p>
<p>When applying model-based Systems Engineering (MBSE) to model required Digital Enterprise capabilities, this approach also supports companies in understanding the impact of topics like e.g. Sustainability. Sustainability impacts a company’s product portfolio, manufacturing systems, service delivery as well as most other business processes. Though, sustainability-oriented approaches like Lifecycle Engineering are necessary, to consider the comprehensive technical, environmental, and economic impacts of decisions within the Enterprise System Lifecycle.</p>
<p>This talk will explain – based on a comprehensive example on digital farming solutions – how System Engineering can be applied to understand causalities in Enterprise Systems and to come to meaningful strategic business decisions. It will illustrate how Capella Models can be used for MBSE of agricultural Enterprise Systems with their Products (e.g. grain, meat, milk), Manufacturing Systems (fields, agricultural machinery, stables), Business Processes (e.g. sowing, fertilizing, harvesting, milking) and Ecosystems (e.g. agricultural machinery manufacturers, contract workers, satellite data providers). This talk will also demonstrate, how such Capella Models can consequentially be leveraged to apply the method of Lifecycle Engineering to understand the impact of lifecycle-spanning topics like Sustainability on the Architecture of Enterprises, its Products, Manufacturing systems and Business Processes.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2023/speakers/chantal_sinnwell.png" alt="Chantal Sinnwell (Siemens Digital Industries Software)" width="120"></td>
<td>
<h4>Chantal Sinnwell (<i>Siemens Digital Industries Software</i>) <a href="https://www.linkedin.com/in/chantal-sinnwell/" target="_blank"><span class="fa fa-linkedin-square" aria-hidden="true"></a></h4>
<i>
<p>Dr.-Ing. Chantal Sinnwell is part of Siemens working in the field of Digital Enterprise & Academics. She is responsible for topics in the fields of Systems Engineering and Model-based Production Engineering in Industries, Academics and organizational Transformation.</p>
<p>Mrs. Sinnwell has 5 years of experience in research in Systems Engineering and Manufacturing Systems as well as 4+ years in MBSE consulting and implementation with Siemens Software tools.</p>
</i>
</td>
</tr>
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2023/speakers/michael_bitzer.png" alt="Michael Bitzer (Siemens Digital Industries Software)" width="120"></td>
<td>
<h4>Michael Bitzer (<i>Siemens Digital Industries Software</i>)</h4>
<i>
<p>Dr.-Ing. Michael Bitzer is part of Siemens working in the field of Digital Enterprise & Academics. He is responsible to enable and apply Systems Engineering in the industrial environment.</p>
<p>Mr. Bitzer has 20+ years of experience in Digital Engineering and Digital Transformation in multiple industries and business-roles.</p>
</i>
</td>
</tr>
</table>
<p> <a href="https://youtu.be/DrleE6R5Li8">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i>
</a> <a href="resources/pdf/capelladays2023/CapellaDays2023_Siemens-DIS.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a>
</p>
</div>
</span>
<span class="anchor" id="talk_redwire"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>Capella MBSE Integration for Robotic Arm Development</h3>
<p>WEDNESDAY 15th of NOVEMBER | 3:35 pm UTC+1</p>
<p>The Staark robotic arm is a robotics subsystem solution for orbital servicing platforms comprising a 6 DoF manipulator, a robotic control unit, a universal tool flange with power, mechanical and data interfaces. Together with relevant end effector tools, it can accomplish a variety of on-orbit tasks such as close inspection & tracking, capturing/grasping/berthing operations, manipulation and relocation, payload manipulation, installation of attachable payloads, in space assembly and disassembly tasks, refueling assistance tasks, deployment of large satellites, and multiple tool exchange for servicing applications.</p>
<p>An intensive verification and validation campaign is often required for space robotics missions, this involves early validation tools in order to achieve mission assurance early on such as Phase 0 and Phase A feasibility studies. A lot of early customer development for Staark involves work on defining functional requirements to precise specifications. Once flowed down, system engineers translate mission tools to robotic architecture, defining system elements, and capturing operational interfaces. A fully defined robotic task specification is not easily definable through ROS, or other standard space operating systems. Many requirements seldom get flown down and are discovered at a later stage when challenges are faced in operating robotics in such extreme environments. To solve this gap, we introduce MBSE as a enveloping canvas for requirements filtering and microscoping.</p>
<p>Systems engineers spend much time in specifying a "perfect" text requirement than to derive a system level relationship. Model based systems engineering is pivotal in defining and developing scenarios that are required to comply with safety and space situational norms. Such is the need for tight coupling for robotics missions between system behaviour and physical implementation. In order to build such robustness into each mission, Redwire Space Europe trialled the Capella Model-Based Systems Engineering tool to capture higher level robotic needs, and task details and their relationship to lower level physical and functional models. Using Capella, we focused on formalizing Concept of Operations (ConOps) development for a robotics architecture that has a general physical architecture. A slightly different approach was required in order to capture interfaces needed for frozen and anticipated interfaces (operational and software) to enable special operational scenarios. Capella was basically used as a system-level "needs-ops-requirements" analysis playground that strives away from traditional requirements formulation due to complex inter-system analysis and dependencies.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2023/speakers/vinayak_vadlamani.png" alt="Vinayak Vadlamani (Redwire Space Europe)" width="120"></td>
<td>
<h4>Vinayak Vadlamani (<i>Redwire Space Europe</i>) <a href="https://www.linkedin.com/in/vinayakvadlamani" target="_blank"><span class="fa fa-linkedin-square" aria-hidden="true"></a></h4>
<i>Vinayak Vadlamani is the Chief/Lead Systems Engineer for the Staark robotic arm with 12 years of systems engineering experience. He has previously worked on lunar lander, distributed satellite formation, and autonomy in highly uncertain environments. He is currently undergoing CSEP certification from INCOSE.</i>
</td>
</tr>
</table>
<p> <a href="https://youtu.be/speha6u-Upo">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i>
</a> <a href="resources/pdf/capelladays2023/CapellaDays2023_Redwire-Space-Europe.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a>
</p>
</div>
</span>
<span class="anchor" id="talk_capgemini"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>Enhance the Efficiency of Systems Engineering with a Tailoring of SE Processes and ARCADIA Method</h3>
<p>WEDNESDAY 15th of NOVEMBER | 4:25 pm UTC+1</p>
<p>The latest INCOSE Handbook V5 defines the Tailoring to “adapt the processes to ensure that they meet the needs of an organisation or a project.</p>
<p>The objective of this paper and presentation is to share a tailoring approach defined by CAPGEMINI Engineering for System Engineering processes and ARCADIA method. This approach is generic and is used into several projects for Energy and Railway industries.</p>
<p>The objective of this approach is to enhance the efficiency (value driven) of the System Architecting and Engineering activities on a project.</p>
<p>The principle of the tailoring approach is to focus from “generic” (coming from SE standards or general-purpose ARCADIA description or general-purpose usage of CAPELLA tool) down to a “specific” (applicable by the project team for the objectives and the context of a real project).</p>
<p>This approach is based on a framework (to define generic standards, processes and method). Then, several steps of the approach allow to tailor generic processes and the ARCADIA method. Then, the tailored SE processes and the tailored ARCADIA method are formalized into documents to allow their concrete application on a real project by the project team.</p>
<p>The tailoring framework defined by CAPGEMINI is composed of 1) a BPMN model of SE processes, activities and tasks from ISO15288 / INCOSE Handbook, 2) a generic datamodel of SE concepts used by processes, 3) an ARCADIA cartography of levels, objects and views.</p>
<p>The steps of the approach allow to define SE/MBSE added values expected by the project. Then a ranking of complexity of the System of Interest will support the tailoring of SE processes and ARCADIA method.</p>
<p>To support the concrete application of the project, the output of the tailoring approach is a SEMP document (System Engineering Management Plan) for the project and a MBSE method based on ARCADIA. Trainings sessions on the MSBE tailored method and on the CAPELLA tool allow a right deployment on the project.</p>
<p>MBSE models are means and not objectives.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2023/speakers/bruno_vuillemin.png" alt="Bruno Vuillemin (Capgemini Engineering)" width="120"></td>
<td>
<h4>Bruno Vuillemin (<i>Capgemini Engineering</i>) <a href="https://www.linkedin.com/in/bruno-vuillemin-625a908/" target="_blank"><span class="fa fa-linkedin-square" aria-hidden="true"></a></h4>
<i>
<p>Senior expert for systems architecting and engineering (including MBSE).</p>
<p>During more than 30 years, definition and deployment of architecting and engineering principles into aeronautic, automotive, railway, defence, and energy industries. In charge of several kind of activities : definition of SE directives, tailoring of SE processes, management of SE, MBSE methodologies, SE/MBSE deployment on projects, audits, trainings. Project manager of Research and Innovation for Systems Engineering. Systems Engineering professor at ISAE-SUPAERO and INSA. Member of INCOSE and AFIS organisations. During the CLARITY project (2014-2017) to give birth of the CAPELLA tool, work package leader of SP3 (Interoperability and view points) and in charge of the Change Control Board.
</p></i>
</td>
</tr>
</table>
<p> <a href="https://youtu.be/eGUXapUU58U">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i>
</a> <a href="resources/pdf/capelladays2023/CapellaDays2023_Capgemini-Engineering.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a>
</p>
</div>
</span>
<span class="anchor" id="talk_p2m"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>In Pursuit of Robust Failure Mode Effects Analysis in the Design Phase</h3>
<p>WEDNESDAY 15th of NOVEMBER | 5:15 pm UTC+1</p>
<p>In the field of Systems Engineering, the anticipation of failures is of paramount importance, especially in the advanced stages of system design. In practice failure mode effects analysis (FMEA) is performed using a bottoms-up approach to be as thorough as possible at identifying and understanding system failure modes and their causes. Failure modes are typically prioritized according to how serious their consequences are, how frequently they occur, and how easily they can be detected.</p>
<p>The objective of this work, which was carried out in the context of the INCOSE Mentoring Program, is to develop a methodology that harnesses all the information embedded within the system model, minimizing reliance on human conjectures. By utilizing the Python4Capella AddOn, a prototype script has been developed for Capella, aiming to automate parts of the analysis process and defining a set of potential failure modes which is as comprehensive as possible.</p>
<p>Central to this exploration is the use of the concepts of Configuration and Situation, as implemented in the VPMS viewpoint AddOn. These notions offer potential for a more detailed understanding of failure effects, aiding safety analysts in priority scoring.</p>
<p>This presentation will describe how we relate three different failure classes to failure effects by relying particularly on the information in Exchange Scenario diagrams and illustrate an example of implementing such an method using a common system model in Capella.</p>
<p>The main goal of this talk is to collect feedback from the event participants on the need for such a method, on potential problems in the implementation and on the way this analysis is otherwise carried out.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2023/speakers/steven_huang.png" alt="Steven Huang (ManTech)" width="120"></td>
<td>
<h4>Steven Huang (<i>ManTech</i>) <a href="https://www.linkedin.com/in/steven-huang-0406011/" target="_blank"><span class="fa fa-linkedin-square" aria-hidden="true"></a></h4>
<i>Mr. Steven Huang works as an Engineering Fellow with ManTech International and has two decades of experience in systems engineering, modeling & simulation, and algorithm development. He currently leads an IRAD team, which is developing CPSTN, a novel cyber-physical virtual twin environment to support cyber resiliency in C5 architectures for space, air, and ground systems. Mr. Huang has been focused on methods to improve concepts of operations and visualizations so that customers can develop novel metrics and insights necessary to achieve tomorrow’s missions.Mr. Huang has held many roles across the system engineering discipline during his career, most recently providing technical and acquisition guidance to the National Reconnaissance Office. He was the technical lead for ManTech’s Systems Engineering Technical Assistance support efforts in the Survivability Assurance Office, and prior to that, the Advanced Systems & Technology directorate. In this role, Mr. Huang worked on advanced prototype payloads, novel ground processing algorithms, improved concepts of operation, and enterprise resiliency and survivability efforts. In support of customer initiatives, Mr. Steven Huang has established himself as a recognized expert in space technology, radar hardware, signal processing, and resiliency. Mr. Steven Huang earned his Master’s Degree in Applied Mathematics at University of Massachusetts-Amherst in 1997, and his Bachelors of Science in Applied Mathematics at Brown University in 1993. In his academic career, he focused on developing mathematical models and novel algorithms for different systems, including computer vision approaches to discriminate multiple sclerosis lesions in brain scans and modeling turbulent atmospheric diffusion using Fourier methods. In 2022, Mr Huang earned a graduate certificate in Systems Engineering from the University of Detroit-Mercy (CSEP equivalency).</i>
</td>
</tr>
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2023/speakers/alice_cellamare.png" alt="Alice Cellamare (p2m berlin)" width="120"></td>
<td>
<h4>Alice Cellamare (<i>p2m berlin</i>) <a href="https://www.linkedin.com/in/a-cellamare/" target="_blank"><span class="fa fa-linkedin-square" aria-hidden="true"></a></h4>
<i>Alice Cellamare is a process engineer working in the wastewater treatment and energy sector who came into contact with SE as a result of the common efforts of her team to find a traceable and centralized method for system design. While learning about MBSE, she was offered the unique opportunity of joining the INCOSE Mentoring Program and benefited greatly from the exchanges with her mentor (CSEP) Steven Huang. Also, she is an active member of the “Systems Engineering Professionals” Discord Server and of the Capella Forum, which have been crucial sources of knowledge and inspiration for her work.</i>
</td>
</tr>
</table>
<p> <a href="https://youtu.be/JJq9nOoXER8">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i>
</a> <a href="resources/pdf/capelladays2023/CapellaDays2023_p2mBerlin_Mantech.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a>
</p>
</div>
</span>
<span class="anchor" id="talk_ita"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>Use of Capella as Digital Twin to Perform Complex Systems Simulation</h3>
<p>THURSDAY 16th of NOVEMBER | 3:35 pm UTC+1</p>
<p>In the presentation will be discussed the problem of safe integration of unmanned aircrafts into non-segregated airspace.</p>
<p>It will be presented how we are setting up open-source approaches to interconnect tools, perform state-driven simulations, and use Capella as a simulation node into distributed simulation.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2023/speakers/christopher_cerqueira.png" alt="Christopher Cerqueira (Instituto Tecnológico de Aeronáutica)" width="120"></td>
<td>
<h4>Prof. Dr. Christopher Cerqueira (<i>Instituto Tecnológico de Aeronáutica</i>) <a href="https://www.linkedin.com/in/christophercerqueira/" target="_blank"><span class="fa fa-linkedin-square" aria-hidden="true"></a></h4>
<i></i>
</td>
</tr>
</table>
<p> Video (coming soon)<i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i>
<a href="resources/pdf/capelladays2023/CapellaDays2023_ITA.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a>
</p>
</div>
</span>
<span class="anchor" id="talk_amat"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>Efficient and Comprehensive FMECAs: Harnessing the Power of MBSE Models in Capella </h3>
<p>THURSDAY 16th of NOVEMBER | 4:25 pm UTC+1</p>
<p>Model-Based Systems Engineering (MBSE) has redefined the paradigms of systems engineering, and Capella stands out as a quintessential MBSE tool. One of the emergent challenges in this space is the seamless translation of information from MBSE models into other actionable formats, such as FMECAs (Failure Modes, Effects, and Criticality Analysis). Historically, the FMECA generation process has been reliant on cross-functional engineering teams collaborating in brainstorming sessions to identify potential failure modes before they can even start analysis the effects and criticality of these failure modes. While effective, this approach is time-consuming and can often overlook critical failure modes due to the inherent limitations of manual brainstorming.</p>
<p>Using a case study from the semiconductor equipment industry, our presentation describes a method of leveraging Capella MBSE models to streamline the generation of FMECAs. Utilizing Python4Capella, we automated the extraction of vital MBSE model objects and relationships, essential for generating an exhaustive FMECA, and seamlessly populated it into an MS Excel based FMECA template that is commonly used by the engineering community.</p>
<p>This presentation will offer participants:</p>
<ul>
<li>The significance and role of MBSE models in building a robust FMECA.</li>
<li>An overview of our Python4Capella based solution, shedding light on how we captured and translated the Capella objects to an FMECA Excel template.</li>
<li>Demonstrable advantages, insights, and takeaways from our semiconductor equipment industry case study, underscoring the transformative power of MBSE and automation in accuracy, efficiency, and traceability.</li>
</ul>
<p>Equipped with a practical exploration of our methodology, attendees will be equipped with a potent strategy, not only to reimagine FMECA generation in their domains but also to maximize the potential of their MBSE models, making design reliability and safety assessments more rigorous and efficient.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2023/speakers/sushim_koshti.png" alt="Sushim Koshti (Applied Materials)" width="120"></td>
<td>
<h4>Sushim Koshti (<i>Applied Materials</i>) <a href="https://www.linkedin.com/in/sushim-koshti-85378324/" target="_blank"><span class="fa fa-linkedin-square" aria-hidden="true"></a></h4>
<i>Systems Engineer.</i>
</td>
</tr>
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2023/speakers/neela_ayalasomayajula.png" alt="Neela Ayalasomayajula (Applied Materials)" width="120"></td>
<td>
<h4>Neela Ayalasomayajula (<i>Applied Materials</i>) <a href="https://www.linkedin.com/in/neela-ayalasomayajula-2a426993/" target="_blank"><span class="fa fa-linkedin-square" aria-hidden="true"></a></h4>
<i>Systems Engineer, CAE & Process Engineering.</i>
</td>
</tr>
</table>
<p> <a href="https://youtu.be/WdjleBzWQ4w">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i>
</a> <a href="resources/pdf/capelladays2023/CapellaDays2023_Applied-Materials.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a>
</p>
</div>
</span>
<span class="anchor" id="talk_starfish"></span>
<div class="row wow fadeInDown" data-wow-delay=".3s">
<h3>Lean Startup with Capella MBSE</h3>
<p>THURSDAY 16th of NOVEMBER | 5:15 pm UTC+1</p>
<p>In the last 15 years, entrepreneurs have developed methodologies to guide them in creating products and services that customers want. This presentation focuses on applying some of these Lean Startup techniques within Capella to effectively arrive at system architectures.</p>
<p>In contrast to other MBSE programs, Capella embeds a design methodology that drives its usage; it provides a framework for defining the problem before progressing to solutions. This presentation will guide the strategic application of Lean Startup techniques within the different architectural levels prescribed by ARCADIA.</p>
<p>To ensure problem-solution fit for each stakeholder, unique Value Proposition Canvases (VPCs) connect their needs and wants with how the system will work for them. In the Operational Analysis phase, problem interviews will help determine the Customer Profile portion of the VPCs. Functions in the System Analysis represent the gain achievers and pain relievers proposed in the VPCs Value Map section. These are then validated with solution interviews before starting the logical or physical architecture.</p>
<p>During both stages of the architectural design, functional chains are used to determine which parts of the design need to be validated. Minimum Viable Products (MVPs), based on these functional chains, can be built to collect validated learnings about customers and other stakeholders. MVPs are not saleable products themselves, but the learnings from these MVPs are integrated in the architecture to ensure that the final product creates value.</p>
<table style="margin:10px">
<tr>
<td class="vertical_align_top" width="10%"><img src="images/capella_days_2023/speakers/brent_bailey.png" alt="Brent Bailey (StarFish Medical)" width="120"></td>
<td>
<h4>Brent Bailey (<i>StarFish Medical</i>) <a href="https://www.linkedin.com/in/baileybrent/" target="_blank"><span class="fa fa-linkedin-square" aria-hidden="true"></a></h4>
<i>Brent Bailey has been working in the robotics and medical device field for over 15 years since graduating from the doctoral program at the University of Toronto Institute for Aerospace Studies. He is currently working at a medical device design consultancy, where they guide innovators from ideation through to realization.</i>
</td>
</tr>
</table>
<p> <a href="https://youtu.be/hDh8ulJwVyI">Video <i class="pl-2 fa fa-brands fa-youtube" aria-hidden="true"></i>
</a> <a href="resources/pdf/capelladays2023/CapellaDays2023_Starfish-Medical.pdf">Slides <i class="pl-2 fa fa-brands fa-file-pdf-o" aria-hidden="true"></i></a>
</p>
</div>
</span>
</section>
<section id="previous">
<div class="container">
<div class="row wow fadeInDown" data-wow-delay=".5s">
<h2 class="title">Previous editions</h2>
<ul>
<li><a href="capella_days_2022.html">Capella Days Online 2022</a></li>
<li><a href="capella_days_2021.html">Capella Days Online 2021</a></li>
<li><a href="capella_days_2020.html">Capella Days Online 2020</a></li>
<li><a href="capella_day_munich_2019.html">Capella Day Munich 2019</a></li>
<li><a href="capella_day_stuttgart_2018.html">Capella Day Stuttgart 2018</a></li>
<li><a href="capella_day_toulouse_2017.html">Capella Day Toulouse 2017</a></li>
</ul>
</div>
</div>
</section>
<div id="back-to-top" data-spy="affix" data-offset-top="100" class="back-to-top hidden-xs hidden-sm affix-top">
<button class="btn btn-default" title="Back to Top">
<i class="fa fa-caret-up"></i>
</button>
</div>
<script type="text/javascript">
// Back to top
jQuery('#back-to-top').on('click', function () {
jQuery("html, body").animate({
scrollTop: 0
}, 500);
return false;
});
</script>
<!--
==================================================
Call To Action Section Start
================================================== -->
<ng-include src="'angular/blocks/call2action_capella_day.html'"></ng-include>
<!--
==================================================
Footer Section
================================================== -->
<ng-include src="'angular/blocks/footer.html'"></ng-include>
<script async src="js/googleAnalytics.js"></script>
</body>
</html>