Peter Fritzson
Principles of Object-Oriented Modeling and Simulation with Modelica 3.3 (eBook, PDF)
A Cyber-Physical Approach
122,99 €
122,99 €
inkl. MwSt.
Sofort per Download lieferbar
0 °P sammeln
122,99 €
Als Download kaufen
122,99 €
inkl. MwSt.
Sofort per Download lieferbar
0 °P sammeln
Jetzt verschenken
Alle Infos zum eBook verschenken
122,99 €
inkl. MwSt.
Sofort per Download lieferbar
Alle Infos zum eBook verschenken
0 °P sammeln
Peter Fritzson
Principles of Object-Oriented Modeling and Simulation with Modelica 3.3 (eBook, PDF)
A Cyber-Physical Approach
- Format: PDF
- Merkliste
- Auf die Merkliste
- Bewerten Bewerten
- Teilen
- Produkt teilen
- Produkterinnerung
- Produkterinnerung
Bitte loggen Sie sich zunächst in Ihr Kundenkonto ein oder registrieren Sie sich bei
bücher.de, um das eBook-Abo tolino select nutzen zu können.
Hier können Sie sich einloggen
Hier können Sie sich einloggen
Sie sind bereits eingeloggt. Klicken Sie auf 2. tolino select Abo, um fortzufahren.
Bitte loggen Sie sich zunächst in Ihr Kundenkonto ein oder registrieren Sie sich bei bücher.de, um das eBook-Abo tolino select nutzen zu können.
Fritzson covers the Modelica language in impressive depth from the basic concepts such as cyber-physical, equation-base, object-oriented, system, model, and simulation, while also incorporating over a hundred exercises and their solutions for a tutorial, easy-to-read experience.
The only book with complete Modelica 3.3 coverage | Over one hundred exercises and solutions | Examines basic concepts such as cyber-physical, equation-based, object-oriented, system, model, and simulation
- Geräte: PC
- ohne Kopierschutz
- eBook Hilfe
Andere Kunden interessierten sich auch für
- Peter FritzsonIntroduction to Modeling and Simulation of Technical and Physical Systems with Modelica (eBook, PDF)61,99 €
- R. J. WalterPractical Compliance with the EPA Risk Management Program (eBook, PDF)80,99 €
- Pharmaceutical Blending and Mixing (eBook, PDF)139,99 €
- Modern Glass Characterization (eBook, PDF)153,99 €
- Advances in Bioceramics and Biotechnologies II (eBook, PDF)116,99 €
- J. S. ArendtEvaluating Process Safety in the Chemical Industry (eBook, PDF)90,99 €
- John L. WoodwardEstimating the Flammable Mass of a Vapor Cloud (eBook, PDF)185,99 €
-
-
-
Fritzson covers the Modelica language in impressive depth from the basic concepts such as cyber-physical, equation-base, object-oriented, system, model, and simulation, while also incorporating over a hundred exercises and their solutions for a tutorial, easy-to-read experience.
- The only book with complete Modelica 3.3 coverage
- Over one hundred exercises and solutions
- Examines basic concepts such as cyber-physical, equation-based, object-oriented, system, model, and simulation
Dieser Download kann aus rechtlichen Gründen nur mit Rechnungsadresse in D ausgeliefert werden.
Produktdetails
- Produktdetails
- Verlag: Jossey-Bass
- Erscheinungstermin: 19. Dezember 2014
- Englisch
- ISBN-13: 9781118858974
- Artikelnr.: 42045335
- Verlag: Jossey-Bass
- Erscheinungstermin: 19. Dezember 2014
- Englisch
- ISBN-13: 9781118858974
- Artikelnr.: 42045335
- Herstellerkennzeichnung Die Herstellerinformationen sind derzeit nicht verfügbar.
Peter Fritzson, PhD, is Professor and Research Director of the Programming Environment Laboratory within IDA, Linköping University, Sweden. Prof. Fritzson is also Director of the Open Source Modelica Consortium, Director of the MODPROD Center for Model-Based Product Development, and Vice Chairman of the Modelica Association, all organizations he helped to establish. Previously, he has served as Chairman of the Scandinavian Simulation Society, Secretary of EuroSim, and a Project Leader at Sun MicroSystems California.
Preface v
About the Author v
About this Book v
Reading Guide vi
Acknowledgements vii
Contributions to Examples ix
Contributors to the Modelica Standard Library, Version 3.2.1 xii
Contributors to the Modelica Standard Library, Versions 1.0 to 2.1 xiii
Contributors to the Modelica Language, Version 3.3 xiii
Contributors to the Modelica Language, Version 3.2 xiv
Contributors to the Modelica Language, Version 3.0 xv
Contributors to the Modelica Language, Version 2.0 xvi
Contributors to the Modelica Language, up to Version 1.3 xvi
Modelica Association Member Companies and Organizations 2013 xvii
Funding Contributions xviii
Part I Introduction 1
Chapter 1 Introduction to Modeling and Simulation 3
Chapter 2 A Quick Tour of Modelica 19
Part II The Modelica Language 79
Chapter 3 Classes, Types, Declarations, and Lookup 81
Chapter 4 Inheritance, Modifications, and Generics 137
Chapter 5 Components, Connectors, and Connections 189
Chapter 6 Literals, Operators, and Expressions 269
Chapter 7 Arrays 313
Chapter 8 Equations 349
Chapter 9 Algorithms and Functions 423
Chapter 10 Packages 497
Chapter 11 Annotations, Units, and Quantities 521
Part III Modeling and Applications 567
Chapter 12 Cyber-Physical System Modeling Methodology 569
Chapter 13 Discrete Events, Hybrid and Embedded System Modeling 593
Chapter 14 Basic Laws of Nature 747
Chapter 15 Application Examples 795
Chapter 16 Modelica Library Overview 909
Part IV Technology and Tools 977
Chapter 17 A Mathematical Representation for Modelica Models 979
Chapter 18 Techniques and Research 993
Chapter 19 Environments 1029
Appendix A Glossary 1063
Appendix B Modelica Formal Syntax 1071
Appendix C Solutions to Exercises 1083
Appendix D Modelica Standard Library Samples 1093
Appendix E Modelica and Python Scripting 1123
Appendix F Related Equation-Based Object Oriented Modeling Languages 1153
Appendix G FMI - Functional Mockup Interface 1163
G.1 Summary 1163
G.2 Overview 1164
G.3 FMI for Model Exchange 1168
G.4 FMI for Co-Simulation 1169
G.5 Literature 1172
References 1175
Index 1197
About the Author v
About this Book v
Reading Guide vi
Acknowledgements vii
Contributions to Examples ix
Contributors to the Modelica Standard Library, Version 3.2.1 xii
Contributors to the Modelica Standard Library, Versions 1.0 to 2.1 xiii
Contributors to the Modelica Language, Version 3.3 xiii
Contributors to the Modelica Language, Version 3.2 xiv
Contributors to the Modelica Language, Version 3.0 xv
Contributors to the Modelica Language, Version 2.0 xvi
Contributors to the Modelica Language, up to Version 1.3 xvi
Modelica Association Member Companies and Organizations 2013 xvii
Funding Contributions xviii
Part I Introduction 1
Chapter 1 Introduction to Modeling and Simulation 3
Chapter 2 A Quick Tour of Modelica 19
Part II The Modelica Language 79
Chapter 3 Classes, Types, Declarations, and Lookup 81
Chapter 4 Inheritance, Modifications, and Generics 137
Chapter 5 Components, Connectors, and Connections 189
Chapter 6 Literals, Operators, and Expressions 269
Chapter 7 Arrays 313
Chapter 8 Equations 349
Chapter 9 Algorithms and Functions 423
Chapter 10 Packages 497
Chapter 11 Annotations, Units, and Quantities 521
Part III Modeling and Applications 567
Chapter 12 Cyber-Physical System Modeling Methodology 569
Chapter 13 Discrete Events, Hybrid and Embedded System Modeling 593
Chapter 14 Basic Laws of Nature 747
Chapter 15 Application Examples 795
Chapter 16 Modelica Library Overview 909
Part IV Technology and Tools 977
Chapter 17 A Mathematical Representation for Modelica Models 979
Chapter 18 Techniques and Research 993
Chapter 19 Environments 1029
Appendix A Glossary 1063
Appendix B Modelica Formal Syntax 1071
Appendix C Solutions to Exercises 1083
Appendix D Modelica Standard Library Samples 1093
Appendix E Modelica and Python Scripting 1123
Appendix F Related Equation-Based Object Oriented Modeling Languages 1153
Appendix G FMI - Functional Mockup Interface 1163
G.1 Summary 1163
G.2 Overview 1164
G.3 FMI for Model Exchange 1168
G.4 FMI for Co-Simulation 1169
G.5 Literature 1172
References 1175
Index 1197
Preface v
About the Author v
About this Book v
Reading Guide vi
Acknowledgements vii
Contributions to Examples ix
Contributors to the Modelica Standard Library, Version 3.2.1 xii
Contributors to the Modelica Standard Library, Versions 1.0 to 2.1 xiii
Contributors to the Modelica Language, Version 3.3 xiii
Contributors to the Modelica Language, Version 3.2 xiv
Contributors to the Modelica Language, Version 3.0 xv
Contributors to the Modelica Language, Version 2.0 xvi
Contributors to the Modelica Language, up to Version 1.3 xvi
Modelica Association Member Companies and Organizations 2013 xvii
Funding Contributions xviii
Part I Introduction 1
Chapter 1 Introduction to Modeling and Simulation 3
Chapter 2 A Quick Tour of Modelica 19
Part II The Modelica Language 79
Chapter 3 Classes, Types, Declarations, and Lookup 81
Chapter 4 Inheritance, Modifications, and Generics 137
Chapter 5 Components, Connectors, and Connections 189
Chapter 6 Literals, Operators, and Expressions 269
Chapter 7 Arrays 313
Chapter 8 Equations 349
Chapter 9 Algorithms and Functions 423
Chapter 10 Packages 497
Chapter 11 Annotations, Units, and Quantities 521
Part III Modeling and Applications 567
Chapter 12 Cyber-Physical System Modeling Methodology 569
Chapter 13 Discrete Events, Hybrid and Embedded System Modeling 593
Chapter 14 Basic Laws of Nature 747
Chapter 15 Application Examples 795
Chapter 16 Modelica Library Overview 909
Part IV Technology and Tools 977
Chapter 17 A Mathematical Representation for Modelica Models 979
Chapter 18 Techniques and Research 993
Chapter 19 Environments 1029
Appendix A Glossary 1063
Appendix B Modelica Formal Syntax 1071
Appendix C Solutions to Exercises 1083
Appendix D Modelica Standard Library Samples 1093
Appendix E Modelica and Python Scripting 1123
Appendix F Related Equation-Based Object Oriented Modeling Languages 1153
Appendix G FMI - Functional Mockup Interface 1163
G.1 Summary 1163
G.2 Overview 1164
G.3 FMI for Model Exchange 1168
G.4 FMI for Co-Simulation 1169
G.5 Literature 1172
References 1175
Index 1197
About the Author v
About this Book v
Reading Guide vi
Acknowledgements vii
Contributions to Examples ix
Contributors to the Modelica Standard Library, Version 3.2.1 xii
Contributors to the Modelica Standard Library, Versions 1.0 to 2.1 xiii
Contributors to the Modelica Language, Version 3.3 xiii
Contributors to the Modelica Language, Version 3.2 xiv
Contributors to the Modelica Language, Version 3.0 xv
Contributors to the Modelica Language, Version 2.0 xvi
Contributors to the Modelica Language, up to Version 1.3 xvi
Modelica Association Member Companies and Organizations 2013 xvii
Funding Contributions xviii
Part I Introduction 1
Chapter 1 Introduction to Modeling and Simulation 3
Chapter 2 A Quick Tour of Modelica 19
Part II The Modelica Language 79
Chapter 3 Classes, Types, Declarations, and Lookup 81
Chapter 4 Inheritance, Modifications, and Generics 137
Chapter 5 Components, Connectors, and Connections 189
Chapter 6 Literals, Operators, and Expressions 269
Chapter 7 Arrays 313
Chapter 8 Equations 349
Chapter 9 Algorithms and Functions 423
Chapter 10 Packages 497
Chapter 11 Annotations, Units, and Quantities 521
Part III Modeling and Applications 567
Chapter 12 Cyber-Physical System Modeling Methodology 569
Chapter 13 Discrete Events, Hybrid and Embedded System Modeling 593
Chapter 14 Basic Laws of Nature 747
Chapter 15 Application Examples 795
Chapter 16 Modelica Library Overview 909
Part IV Technology and Tools 977
Chapter 17 A Mathematical Representation for Modelica Models 979
Chapter 18 Techniques and Research 993
Chapter 19 Environments 1029
Appendix A Glossary 1063
Appendix B Modelica Formal Syntax 1071
Appendix C Solutions to Exercises 1083
Appendix D Modelica Standard Library Samples 1093
Appendix E Modelica and Python Scripting 1123
Appendix F Related Equation-Based Object Oriented Modeling Languages 1153
Appendix G FMI - Functional Mockup Interface 1163
G.1 Summary 1163
G.2 Overview 1164
G.3 FMI for Model Exchange 1168
G.4 FMI for Co-Simulation 1169
G.5 Literature 1172
References 1175
Index 1197