forked from OpenModelica/OpenModelica
-
Notifications
You must be signed in to change notification settings - Fork 0
/
openmodelica.bib
3412 lines (3042 loc) · 133 KB
/
openmodelica.bib
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
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% A bibtex file for OpenModelica-related publications
%%
%% Name the key according to openmodelica.org:AUTHOR:PUBLICATION:YEAR
%% This is to avoid name conflicts with a user's own bibtex file!
%% Good annotations to use are:
%% doi = {10.3384/ecp11063232}
%% Many publications want these added. If you are cited and the DOI
%% exists, people will generally find your paper very easily.
%% url = {http://example.com/path/to/site}
%% Use this to point to a website that contains metadata, abstract
%% and download page, etc for your paper.
%% pdf = {http://example.com/path/to/paper.pdf}
%% If you have uploaded only the pdf, use a pdf link
%% Avoid using note-style annotations for download links in favour of the
%% above alternatives.
%%
%% Please order publications in descending order (newest first), grouped
%% according to the following sections.
%%
%% Quick search keys:
%% [*1*] Books
%% [*2*] PhD/Lic theses
%% [*3*] MSc/BSc theses
%% [*4*] Journal articles
%% [*5*] Peer-Review conference and workshop papers
%% [*6*] Technical reports, etc
%% [*7*] References to OpenModelica documentation
%% [*8*] Proceedings/books for cross-references
%% http://en.wikipedia.org/wiki/BibTeX#Cross-referencing
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% [*1*] Books
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@BOOK{openmodelica.org:fritzson:2014,
author = "Peter Fritzson",
title= "Principles of Ob\-ject-Ori\-ent\-ed Modeling and Simulation with Modelica 3.3: A Cyber-Physical Approach",
edition = {2},
publisher = "Wiley-IEEE Press",
pagetotal = {1256},
ISBN = {978-1-118-85912-4},
year = 2015,
month = apr
}
@BOOK{openmodelica.org:tiller:2014,
author = "Michael Tiller",
title= "Modelica by Example",
publisher = "Xogeny",
year = 2014
}
@BOOK{openmodelica.org:fritzson:2011,
author = "Peter Fritzson",
title= "Introduction to Modeling and Simulation of Technical and Physical Systems with Modelica",
publisher = "Wiley-IEEE Press",
pagetotal = {232},
ISBN-13 = {978-1118010686},
year = 2011,
month = sep,
}
@BOOK{openmodelica.org:fritzson:2004,
author = "Peter Fritzson",
title= "Principles of Ob\-ject-Ori\-ent\-ed Modeling and Simulation with Modelica 2.1",
publisher = "Wiley-IEEE Press",
pagetotal = {940},
ISBN = {0-471-471631},
year = 2004,
month = feb,
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% [*2*] PhD/Lic theses
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@PHDTHESIS{openmodelica.org:tinnerholm:lic:2022,
author = {John Tinnerholm},
title = {A Composable and Extensible Environment for Equation-based Modeling and Simulation of Variable Structured Systems in {Modelica}},
type = "{Licentiate Thesis No 1937}",
year = {2022},
address = {Department of Computer and Information Science},
school = {Linköping University},
isbn = {978-91-7929-368-0},
issn = {0280-7971},
doi = "10.3384/9789179293680"
}
@PHDTHESIS{openmodelica.org:Anders:phd:2019,
author = {Anders Andersson},
title = {Distributed Moving Base Driving Simulators: Technology, Performance, and Requirements},
type = "{Doctoral thesis No 1984}",
year = {2019},
address = {Department of Computer and Information Science},
school = {Linköping University},
isbn = {978-91-7685-090-9},
issn = {0345-7524},
doi = "10.3384/diss.diva-156537"
}
@PHDTHESIS{openmodelica.org:alachew:lic:2019,
author = {Mengist, Alachew},
title = {Methods and Tools for Efficient Model-Based Development of Cyber-Physical Systems with Emphasis on Model and Tool Integration},
type = "{Licentiate Thesis No 1848}",
address = {Department of Computer and Information Science},
pages = {95},
school = {Linköping University},
ISSN = {0280-7971},
DOI = {10.3384/lic.diva-156690},
ISBN = {9789176850367},
year = {2019}
}
@PHDTHESIS{openmodelica.org:mahder:phd:2018,
author = {Mahder Gebremedhin},
title = {Automatic and Explicit Parallelization Approaches for Equation Based Mathematical Modeling and Simulation},
type = "{Doctoral thesis No 1967}",
year = {2018},
address = {Department of Computer and Information Science},
school = {Linköping University},
isbn = {978-91-7685-163-0},
issn = {0345-7524},
doi = "10.3384/diss.diva-152789"
}
@PHDTHESIS{openmodelica.org:lennart:phd:2017,
author = {Lennart Ochel},
title = {Petri-Netz-basierte Simulation biologischer Prozesse mit OpenModelica},
type = "{Doctoral thesis}",
year = {2017},
address = {AG Bioinformatik Technische Fakultät},
school = {Universität Bielefeld},
url = "https://pub.uni-bielefeld.de/record/2913956"
}
@PHDTHESIS{openmodelica.org:Stavaker:phd:2015,
author = {Kristian Stavåker},
title = {Contributions to Simulation of Modelica Models on Data-Parallel Multi-Core Architectures},
type = "{Doctoral thesis No 1666}",
year = {2015},
address = {Department of Computer and Information Science},
school = {Linköping University},
isbn = {978-91-7519-068-6},
issn = {0345-7524},
doi = "10.3384/diss.diva-116338"
}
@PHDTHESIS{openmodelica.org:Mahder:lic:2015,
author = {Mahder Gebremedhin},
title = {Automatic and Explicit Parallelization Approaches for Mathematical Simulation Models},
type = "{Licentiate Thesis No 1716}",
year = {2015},
address = {Department of Computer and Information Science},
school = {Linköping University},
isbn = {978-91-7519-048-8},
issn = {0280-7971},
doi = "10.3384/lic.diva-117346"
}
@PHDTHESIS{openmodelica.org:sjoelund:phd:2015,
author = {Martin Sjölund},
title = {Tools and Methods for Analysis, Debugging, and Performance Improvement of Equation-Based Models},
type = "{Doctoral thesis No 1664}",
year = {2015},
address = {Department of Computer and Information Science},
school = {Linköping University},
isbn = {978-91-7519-071-6},
issn = {0345-7524},
doi = "10.3384/diss.diva-116346"
}
@PHDTHESIS{openmodelica.org:Roland:phd:2015,
author = {Roland Samlaus},
title = {An Integrated Development Environment with Enhanced Domain-Specific Interactive Model Validation},
type = "{Doctoral thesis No 1652}",
year = {2015},
address = {Department of Computer and Information Science},
school = {Linköping University},
isbn = {978-91-7519-090-7},
issn = {0345-7524},
doi = "10.3384/diss.diva-114838"
}
@PHDTHESIS{openmodelica.org:Wladimir:phd:2013,
author = {Wladimir Schamai},
title = {Model-Based Verification of Dynamic System Behavior against Requirements: Method, Language, and Tool},
type = "{Doctoral thesis No 1547}",
year = {2013},
address = {Department of Computer and Information Science},
school = {Linköping University},
isbn = {978-91-7519-505-6},
issn = {0345-7524},
doi = "10.3384/diss.diva-98107"
}
@PHDTHESIS{openmodelica.org:sjoelund:lic:2013,
author = {Martin Sjölund},
title = {Tools for Understanding, Debugging, and Simulation Performance Improvement of Equation-Based Models},
type = "{Licentiate thesis No 1592}",
year = {2013},
address = {Department of Computer and Information Science},
school = {Linköping University},
isbn = {978-91-7519-624-4},
issn = {0280-7971},
liu = {LiU-Tek-Lic-2013:26},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-90096",
urldate = {2013-06-11},
}
@PHDTHESIS{openmodelica.org:stavaker:lic:2011,
author = {Kristian Stavåker},
title = {Contributions to Parallel Simulation of Equa\-tion-Based Models on Graphics Processing Units},
type = "{Licentiate thesis No 1507}",
year = {2011},
address = {Department of Computer and Information Science},
school = {Linköping University},
isbn = {978-91-7393-047-5},
liu = {LIU-TEK-LIC-2011:46},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-71270",
urldate = {2012-01-20},
}
@PHDTHESIS{openmodelica.org:broman:phd:2010,
author = "David Broman",
title = "{Meta-Languages and Semantics for Equa\-tion-Based Modeling and Simulation}",
school = "Department of Computer and Information Science, Linköping University",
type = "{Doctoral thesis No 1333}",
number = "1333",
address = "Sweden",
month = oct,
year = "2010",
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-58743",
urldate = {2011-10-07},
}
@PHDTHESIS{openmodelica.org:pop:phd:2008,
author = "Adrian Pop",
title = {Integrated Model-Driven Development Environments for Equa\-tion-Based Ob\-ject-Ori\-ent\-ed Languages},
school = "Department of Computer and Information Science, Linköping University",
number = "1183",
type = "{Doctoral thesis No 1183}",
address = "Sweden",
month = jun,
year = "2008",
}
@PHDTHESIS{openmodelica.org:lundvall:lic:2008,
author = {Håkan Lundvall},
title = {Automatic Parallelization using Pipelining for Equa\-tion-Based Simulation Languages},
type = "{Licentiate thesis No 1381}",
year = {2008},
address = {Department of Computer and Information Science},
school = {Linköping University},
isbn = {978-91-7393-799-3},
liu = {LIU-TEK-LIC-2008:39},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-12504",
urldate = {2011-10-07},
}
@PHDTHESIS{openmodelica.org:aronsson:phd:2006,
author = {Peter Aronsson},
title = {Automatic Parallelization of Equa\-tion-Based Simulation Programs},
type = "{Doctoral thesis No 1022}",
month = jun,
year = {2006},
address = {Department of Computer and Information Science},
school = {Linköping University},
isbn = {91-85523-68-2},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-7446",
urldate = {2011-10-07},
}
@PHDTHESIS{openmodelica.org:saldamli:phd:2006,
author = "Levon Saldamli",
title = "{PDEModelica - A High-Level Language for Modeling with Partial Differential Equations}",
school = "Department of Computer and Information Science, Linköping University",
type = "{Doctoral thesis No 1016}",
number = "1016",
address = "Sweden",
month = may,
year = "2006",
url = {http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-7281},
urldate = {2011-10-07},
}
@PHDTHESIS{openmodelica.org:bunus:phd:2004,
author = {Peter Bunus},
title = {Debugging techniques for Equa\-tion-Based languages},
year = {2004},
type = "{Doctoral thesis No 873}",
address = {Department of Computer and Information Science},
school = {Linköping University},
isbn = {91-7373-941-3},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-35555",
urldate = {2011-10-07},
}
@PHDTHESIS{openmodelica.org:bunus:lic:2002,
author = {Peter Bunus},
title = {Debugging and Structural Analysis of Declarative Equa\-tion-Based Languages},
type = "{Licentiate thesis No 964}",
year = {2002},
address = {Department of Computer and Information Science},
school = {Linköping University},
issn = {0280-7971},
liu = {LiU-Tek-Lic-2002:37},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-5727",
urldate = {2011-10-07},
}
@phdthesis{openmodelica.org:engelson:phd:2000,
author = {Engelson, Vadim},
title = {Tools for design, interactive simulation, and visualization of Ob\-ject-Ori\-ent\-ed models in scientific computing},
number = {627},
type = "{Doctoral thesis No 627}",
address = {Department of Computer and Information Science},
school = {Linköping University},
year = {2000},
url = {http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-35606},
urldate = {2011-10-07},
}
@PHDTHESIS{openmodelica.org:pettersson:phd:citerelated,
crossref = {openmodelica.org:pettersson:phd},
note = "Also published in \cite{openmodelica.org:pettersson:lncs:1999}",
}
@PHDTHESIS{openmodelica.org:pettersson:phd,
author = "Mikael Pettersson",
title = "{Compiling Natural Semantics}",
school = "Department of Computer and Information Science, Linköping University",
type = "{Doctoral thesis No 413}",
number = "413",
address = "Sweden",
year = 1995
}
@book{openmodelica.org:pettersson:lncs:1999,
author = {Mikael Pettersson},
title = {Compiling Natural Semantics},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {1549},
year = {1999},
isbn = {3-540-65968-4},
doi = {10.1007/b71652},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% [*3*] MSc/BSc theses
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@mastersthesis{openmodelica.org:Tinnerholm:msc:2019,
author = {John Tinnerholm},
title = {{An LLVM backend for the Open Modelica Compiler}},
year = {2019},
address = {Department of Computer and Information Science},
school = {Linköping University},
pages = {95},
supervisor = {Supervisor: Martin Sjölund},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--19/001--SE},
url = {http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-154291},
urldate = {2019-05-17},
}
@mastersthesis{openmodelica.org:Manas:msc:2019,
author = {Manas Ranjan Das},
title = {{Developing a Generic Purpose OpenModelica Package for Embedded Applications}},
year = {2019},
address = {Department of Chemical Engineering},
school = {IIT Bombay},
pages = {91},
examiner = {Examiner: Kannan Moudgalya},
url = {https://www.openmodelica.org/images/M_images/Masterthesis/MTP_Report.pdf},
}
@mastersthesis{openmodelica.org:ErikssonAndersson:msc:2018,
author = {Simon Eriksson and Patrik Andersson},
title = {{Efficient IR for the OpenModelica Compiler}},
year = {2018},
address = {Department of Computer and Information Science},
school = {Linköping University},
pages = {55},
supervisor = {Supervisor: Martin Sjölund},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--18/014--SE},
url = {http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-148321},
urldate = {2019-05-17},
}
@MASTERSTHESIS{openmodelica.org:ForsJohansson:bsc:2017,
author = {Christoffer Fors Johansson},
title = {{OpenModelica Interactive Simulation using an OPC UA client}},
year = {2017},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = jun,
supervisor = {Supervisors: Martin Sjölund, Adeel Asghar},
examiner = {Examiner: Bernhard Thiele},
type = {Bachelor's thesis},
isrn = {LIU-IDA/LITH-EX-G--17/038--SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-139085",
urldate = {2017-11-03},
}
@MASTERSTHESIS{openmodelica.org:sudeep:msc:2016,
author = {Sudeep Bajracharya},
title = {{Enhanced OpenModelica Python Interface}},
year = {2016},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = apr,
supervisor = {Supervisor: Lena Buffoni},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--16/014—SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-127383",
urldate = {2017-11-03},
}
@MASTERSTHESIS{openmodelica.org:Nicke:msc:2015,
author = {Nicke Sievert},
title = {{Modelica Models in a Distributed Environment Using FMI and HLA}},
year = {2015},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = dec,
supervisor = {Supervisor: Lena Buffoni},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--15/075—SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-131385",
urldate = {2017-11-03},
}
@MASTERSTHESIS{openmodelica.org:Gustaf:msc:2015,
author = {Gustaf Thorslund},
title = {{Simulating Partial Differential Equations using the Explicit Parallelism of ParModelica}},
year = {2015},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = jun,
supervisor = {Supervisor: Lena Buffoni},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--15/032-SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-120079",
urldate = {2015-07-07},
}
@MASTERSTHESIS{openmodelica.org:James:msc:2015,
author = {James Jizhi Li},
title = {{Requirement Verification in Modelica For a Small Scale Network Simulation}},
year = {2015},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = jun,
supervisor = {Supervisor: Lena Buffoni},
supervisor = {Supervisor: Lars Ake Larsson},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--15/035--SE},
}
@MASTERSTHESIS{openmodelica.org:Ibrahim:msc:2015,
author = {Ibrahim Bumin Kara},
title = {{Design and Implementation of the ModelicaML Code Generator Using Acceleo 3.X}},
year = {2015},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = may,
supervisor = {Supervisor: Lena Buffoni},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--15/012-SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-117873",
urldate = {2015-05-20},
}
@MASTERSTHESIS{openmodelica.org:Mohammad:msc:2014,
author = {Mohammad Jahanzeb},
title = {{Type Inferencing and MATLAB to Modelica Translation}},
year = {2014},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = sep,
supervisor = {Supervisor: Lena Buffoni},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--14/051--SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-111048",
urldate = {2014-11-19},
}
@MASTERSTHESIS{openmodelica.org:Shilu:msc:2014,
author = {Shilu Shrestha},
title = {Software Modeling in Cyber-Physical Systems},
year = {2014},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = sep,
supervisor = {Supervisor: Lena Buffoni},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--14/050--SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-111435",
urldate = {2014-10-17},
}
@MASTERSTHESIS{openmodelica.org:Carlqvist:msc:2014,
author = {Alexander Carlqvist},
title = {{OpenModelica Support for Figaro Extensions Regarding Fault Analysis}},
year = {2014},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = jun,
supervisor = {Supervisor: Lena Buffoni},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-G--14/042--SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-107393",
urldate = {2014-06-12},
}
@MASTERSTHESIS{openmodelica.org:manokar:msc:2014,
author = {Manokar Munisamy},
title = {{A Template-Based Java Code Generator for OpenModelica and MetaModelica}},
year = {2014},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = May,
supervisor = {Supervisor: Lena Buffoni},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--14/022--SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-110029",
urldate = {2014-09-02},
}
@MASTERSTHESIS{openmodelica.org:arun:msc:2012,
author = {Arunkumar Palanisamy},
title = {{Extended Metamodelica Based Integrated Compiler Generator}},
year = {2012},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = oct,
supervisor = {Supervisor: Olena Rogovchenko},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--12/058--SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-86365",
urldate = {2012-12-14},
}
@MASTERSTHESIS{openmodelica.org:alachew:msc:2012,
author = {Alachew Shitahun},
title = {Template Based {XML} and {Modelica Unparsers} in {OpenModelica}},
year = {2012},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = aug,
supervisor = {Supervisor: Olena Rogovchenko},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--12/046--SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-81999",
urldate = {2012-10-02},
}
@MASTERSTHESIS{openmodelica.org:anand:msc:2012,
author = {Anand Ganeson},
title = {Design and Implementation of a User Friendly {OpenModelica} - {Python} interface},
year = {2012},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = aug,
supervisor = {Supervisor: Olena Rogovchenko},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--12/037--SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-78992",
urldate = {2012-08-10},
}
@MASTERSTHESIS{openmodelica.org:jhansi:msc:2012,
author = {Jhansi Reddy Remala},
title = {OMSketch: Graphical Sketch Editor in {OpenModelica} Interactive Notebook},
year = {2012},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = jan,
supervisor = {Supervisor: Mohsen Torabzadeh-Tari},
supervisor = {Supervisor: Olena Rogovchenko},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A—11/054--SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-74474",
urldate = {2012-03-08},
}
@MASTERSTHESIS{openmodelica.org:afshin:msc:2011,
author = {Afshin Hemmati Moghadam},
title = {{Modelica} PARallel benchmark suite (MPAR) - a test suite for evaluating the performance of {parallel simulations} of Modelica models},
year = {2011},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = dec,
supervisor = {Supervisor: Kristian Stavåker},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A—11/042—SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-72685",
urldate = {2011-12-05},
}
@MASTERSTHESIS{openmodelica.org:mahder:msc:2011,
author = {Mahder Gebremedhin},
title = {{ParModelica}: Extending the Algorithmic Subset of {Modelica} with Explicit Parallel LanguageConstructs for {Multi-core Simulation}},
year = {2011},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = nov,
supervisor = {Supervisor: Kristian Stavåker},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A—11/043—SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-71612",
urldate = {2011-10-26},
}
@MASTERSTHESIS{openmodelica.org:roohul:msc:2011,
author = {Roohul Halim, Syed Atif Shaharyar.},
title = {FrontWay PaperFront to OpenModelica Translator},
year = {2011},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = oct,
supervisor = {Supervisor: Mohsen Torabzadeh-Tari},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--11/040--SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-72085",
urldate = {2011-11-16},
}
@MASTERSTHESIS{openmodelica.org:david:msc:2011,
author = {David Malo Cid},
title = {{OpenModelica} for Analog IC Design},
year = {2011},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = aug,
supervisor = {Supervisor: Mohsen Torabzadeh-Tari},
examiner = {Examiner: Jacob Wikner },
isrn = {LITH-IDA/ERASMUS-A---11/001--SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-70657",
urldate = {2011-09-14},
}
@MASTERSTHESIS{openmodelica.org:lopez:msc:2011,
author = {Edgar Alonso Lopez-Rojas},
title = {{OMCCp}: A {MetaModelica} Based Parser Generator Applied to {Modelica}},
year = {2011},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = may,
supervisor = {Supervisor: Martin Sjölund},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--11/019--SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-68863",
urldate = {2011-10-07},
pdf = "http://liu.diva-portal.org/smash/get/diva2:421575/FULLTEXT01",
}
@MASTERSTHESIS{openmodelica.org:haris:msc:2011,
author = {Haris Kapidzic},
title = {Developing a new {2D-plotting} package for {OpenModelica}},
year = {2011},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = may,
supervisor = {Supervisor: Mohsen Torabzadeh-Tari},
supervisor = {Supervisor: Adeel Asghar},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-G—11/007—SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-67955",
urldate = {2011-05-05},
}
@MASTERSTHESIS{openmodelica.org:asghar:msc:2010,
author = {Syed Adeel Asghar and Sonia Tariq},
title = {Design and Implementation of a User Friendly {OpenModelica} Graphical Connection Editor},
year = {2010},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = dec,
supervisor = {Supervisor: Mohsen Torabzadeh-Tari},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--10/047--SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-65864",
}
@MASTERSTHESIS{openmodelica.org:rickard:msc:2010,
author = {Rickard Lindberg},
title = { A Template Based Code Generator for the {OpenModelica} Compiler},
year = {2010},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = mar,
supervisor = {Supervisor: Kristian Stavåker},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--10/006--SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-54463",
urldate = {2010-03-17},
}
@MASTERSTHESIS{openmodelica.org:vasaiely:bsc:2009,
author = {Parham Vasaiely},
title = {Interactive Simulation of {SysML} Models using {Modelica}},
year = {2009},
type = {Bachelor's thesis},
address = {Fakultät Technik und Informatik},
school = {Hochschule für Angewandte Wissenschaften Hamburg},
month = aug,
supervisor = {Supervisor: Bettina Buth},
examiner = {Examiner: Olaf Zukunft},
pdf = "http://www.ida.liu.se/labs/pelab/modelica/OpenModelica/Documents/Interactive_Simulation_of_SysML_Models_using_Modelica.pdf",
}
@MASTERSTHESIS{openmodelica.org:oestlund:msc:2009,
author = {Per Östlund},
title = {{Simulation of Modelica Models on the CUDA Architecture}},
year = {2009},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = nov,
supervisor = {Supervisor: Kristian Stavåker},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--09/062--SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-52060",
}
@mastersthesis{openmodelica.org:sjoelund:msc:2009,
author = {Martin Sjölund},
title = {Bidirectional External Function Interface Between {Modelica}/{MetaModelica} and {Java}},
year = {2009},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = aug,
type = {Master's thesis},
supervisor = {Supervisor: Adrian Pop},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--09/041--SE},
url = {http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-20386},
urldate = {2011-10-07},
pdf = {http://www.ida.liu.se/~marsj/pdf/marsj_msc_thesis.pdf},
}
@MASTERSTHESIS{openmodelica.org:klas:msc:2009,
author = {Klas Sjöholm},
title = { Debugging Equa\-tion-Based Languages in {OpenModelica} Environment},
year = {2009},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = jun,
supervisor = {Supervisor: Peter Bunus },
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--09/017--SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-19866",
urldate = {2009-08-14},
}
@MASTERSTHESIS{openmodelica.org:vasile:msc:2009,
author = {Vasile Baluta},
title = { Requirements and Inheritance support to {ModelicaML}},
year = {2009},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = jun,
supervisor = {Supervisor: Adrian Pop},
examiner = {Examiner: Peter Fritzson},
}
@MASTERSTHESIS{openmodelica.org:magnusson:msc:2008,
author = {Henrik Magnusson},
title = {Integrated generic {3D }visualization of {Modelica} models},
year = {2008},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = nov,
supervisor = {Supervisor: Anders Sandholm},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A-08/035-SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-15453",
urldate = {2008-11-19},
}
@MASTERSTHESIS{openmodelica.org:eriksson:msc:2008,
author = {Henrik Eriksson},
title = {Advanced {OpenModelica} plotting package for {Modelica}},
year = {2008},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = oct,
supervisor = {Supervisor: Anders Sandholm},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--08/036--SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-15075",
urldate = {2008-10-20},
}
@MASTERSTHESIS{openmodelica.org:kim:msc:2008,
author = {Kim Jansson and Joel Klinghed},
title = {Incremental Compilation and Dynamic Loading of Functions in {OpenModelica}},
year = {2008},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = jun,
supervisor = {Supervisor: Adrian Pop},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--08/029--SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-12329",
urldate = {2008-06-24},
}
@MASTERSTHESIS{openmodelica.org:simon:msc:2008,
author = {Simon Björklén},
title = {Extending {Modelica} with High-Level Data Structures: Design and Implementation in {OpenModelica}},
year = {2008},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = jun,
supervisor = {Supervisor: Adrian Pop},
examiner = {Examiner: Peter Fritzson},
isrn = {LIU-IDA/LITH-EX-A--08/030--SE},
url = "http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-12148",
urldate = {2008-06-23},
}
@mastersthesis{openmodelica.org:fernstroem:msc:2006,
author = {Anders Fernström.},
title = {Extending {OpenModelica Notebook} – An Interactive Notebook for Structured {Modelica} Documents},
year = {2006},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = sep,
note = {LITH-IDA-EX–06/057—SE}
}
@mastersthesis{openmodelica.org:akhvlediani:msc:2006,
author = {David Akhvlediani},
title = {{ModelicaML}: Design and implementation of a {UML} profile for {Modelica/SysML}},
year = {2006},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = sep,
supervisor = {Supervisor: Adrian Pop},
examiner = {Examiner: Peter Fritzson}
}
@mastersthesis{openmodelica.org:remar:msc:2006,
author = {Andreas Remar and Elmir Jagudin},
title = {{Modelica} and {Meta-Modelica} {IDE} plugin for {Eclipse}},
year = {2006},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = apr,
supervisor = {Supervisor: Adrian Pop},
examiner = {Examiner: Peter Fritzson},
url = {http://www.ida.liu.se/~pelab/modelica/OpenModelica/MDT},
}
@mastersthesis{openmodelica.org:beermann:msc:2005,
author = {Mattias Beermann},
title = {Collaborative web content management - Wiki and beyond},
year = {2005},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = dec,
supervisor = {Supervisor: Adrian Pop},
examiner = {Examiner: Peter Fritzson}
}
@mastersthesis{openmodelica.org:carlsson:msc:2005,
author = {Emil Carlsson},
title = {Translating Natural Semantics (Relational Meta-Language) to Meta-Modelica},
year = {2005},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = oct,
supervisor = {Supervisor: Adrian Pop},
examiner = {Examiner: Peter Fritzson}
}
@mastersthesis{openmodelica.org:axelsson:msc:2005,
author = {Ingemar Axelsson},
title = {{OpenModelica Notebook} for Interactive Structured {Modelica} Documents},
year = {2005},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = oct,
note = {LITH-IDA-EX–05/080–SE}
}
@mastersthesis{openmodelica.org:carlsson:karlsson:msc:2005,
author = {Henrik Carlsson and Johan Karlsson},
title = {Kontextuell ärendehantering (Workflow Engines)},
year = {2005},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = feb,
supervisor = {Supervisor: Adrian Pop},
examiner = {Examiner: Peter Fritzson}
}
@mastersthesis{openmodelica.org:hakan:msc:1999,
author = {Håkan Larsson},
title = {Translation of {3D CAD} models to {Modelica}},
year = {1999},
address = {Department of Computer and Information Science},
school = {Linköping University},
month = mar,
supervisor = {Supervisor: Peter Fritzson},
examiner = {Examiner: Peter Fritzson}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% [*4*] Journal articles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@article{openmodelica.org:tinnerholm:electronics:2022,
AUTHOR = {Tinnerholm, John and Pop, Adrian and Sjölund, Martin},
TITLE = {A Modular, Extensible, and Modelica-Standard-Compliant OpenModelica Compiler Framework in Julia Supporting Structural Variability},
JOURNAL = {Electronics},
VOLUME = {11},
YEAR = {2022},
NUMBER = {11},
ARTICLE-NUMBER = {1772},
ISSN = {2079-9292},
DOI = {10.3390/electronics11111772}
}
@article{openmodelica.org:brinkrolf:biosystems:2021,
title = {VANESA: An open-source hybrid functional Petri net modeling and simulation environment in systems biology},
journal = {Biosystems},
volume = {210},
pages = {104531},
year = {2021},
issn = {0303-2647},
doi = {10.1016/j.biosystems.2021.104531},
author = {Christoph Brinkrolf and Lennart Ochel and Ralf Hofestädt}
}
@article{openmodelica.org:buffoni:electronics:2021,
AUTHOR = {Buffoni, Lena and Ochel, Lennart and Pop, Adrian and Fritzson, Peter and Fors, Niklas and Hedin, Görel and Taha, Walid and Sjölund, Martin},
TITLE = {{Open Source Languages and Methods for Cyber-Physical System Development: Overview and Case Studies}},
JOURNAL = {Electronics},
VOLUME = {10},
YEAR = {2021},
NUMBER = {8},
ARTICLE-NUMBER = {902},
ISSN = {2079-9292},
DOI = {10.3390/electronics10080902}
}
@article{openmodelica.org:fritzson:mic:2020,
title={{The OpenModelica Integrated Environment for Modeling, Simulation, and Model-Based Development}},
author={Peter Fritzson and Adrian Pop and Karim Abdelhak and Adeel Ashgar and Bernhard Bachmann and Willi Braun and Daniel Bouskela and Robert Braun and Lena Buffoni and Francesco Casella and Rodrigo Castro and Rüdiger Franke and Dag Fritzson and Mahder Gebremedhin and Andreas Heuermann and Bernt Lie and Alachew Mengist and Lars Mikelsons and Kannan Moudgalya and Lennart Ochel and Arunkumar Palanisamy and Vitalij Ruge and Wladimir Schamai and Martin Sjölund and Bernhard Thiele and John Tinnerholm and Per Östlund},
journal={Modeling, Identification and Control},
volume={41},
number={4},
pages={241--295},
year={2020},
doi={10.4173/mic.2020.4.1},
publisher={Norwegian Society of Automatic Control}
}
@article{openmodelica.org:nayak:iec:2019,
author = {Nayak, Priyam and Dalve, Pravin and Sai, Rahul Anandi and Jain, Rahul and Moudgalya, Kannan M. and Naren, P. R. and Fritzson, Peter and Wagner, Daniel},
journal = {Industrial and Engineering Chemistry Research},
number = {26},
pages = {11164--11174},
publisher = {AMER CHEMICAL SOC},
title = {Chemical Process Simulation Using OpenModelica},
volume = {58},
DOI = {10.1021/acs.iecr.9b00104},
year = {2019}
}
@article{openmodelica.org:jain:iec:2019,
author = {Jain, Rahul and Nayak, Priyam and A. S, Rahul and Dalve, Pravin and Moudgalya, Kannan M. and Naren, P. R. and Wagner, Daniel and Fritzson, Peter},
title = {Implementation of a Property Database and Thermodynamic Calculations in OpenModelica for Chemical Process Simulation},
journal = {Industrial and Engineering Chemistry Research},
volume = {58},
number = {18},
pages = {7551-7560},
year = {2019},
doi = {10.1021/acs.iecr.8b05147}
}
@article{openmodelica.org:qin:amc:2018,
author = {Xiaolin Qin and Lu Yang and Yong Feng and Bernhard Bachmann and Peter Fritzson},
title = {Index reduction of differential algebraic equations by differential Dixon resultant},
journal = {Applied Mathematics and Computation},
volume = {328},
pages = {189 - 202},
year = {2018},
issn = {0096-3003},
doi = {10.1016/j.amc.2017.12.029},
url = "http://www.sciencedirect.com/science/article/pii/S0096300317308883"