Introduction to Modeling and Simulation of Technical and Physical Systems with Modelica

Besorgungstitel - wird vorgemerkt | Lieferzeit: Besorgungstitel - Lieferbar innerhalb von 10 Werktagen I

108,55 €*

Alle Preise inkl. MwSt.|Versandkostenfrei
ISBN-13:
9781118010686
Veröffentl:
2011
Erscheinungsdatum:
21.09.2011
Seiten:
232
Autor:
Peter Fritzson
Gewicht:
351 g
Format:
234x156x12 mm
Sprache:
Englisch
Beschreibung:

The book teaches the basic concepts of modeling and simulation and gives an introduction to the Modelica language to people who are familiar with basic programming concepts. It gives a basic introduction to the concepts of modeling and simulation, as well as the basics of object-oriented component-based modeling for the novice. The book contains examples of models in a few different application domains, as well as examples combining several domains. All examples and exercises in this book are available in an electronic self-teaching material called DrModelica, based on this book, that gradually guides the reader from simple introductory examples and exercises to more advanced ones.
Preface xi1. Basic Concepts 11.1 Systems and Experiments, 21.1.1 Natural and Artificial Systems, 31.1.2 Experiments, 51.2 The Model Concept, 61.3 Simulation, 71.3.1 Reasons for Simulation, 81.3.2 Dangers of Simulation, 91.4 Building Models, 101.5 Analyzing Models, 121.5.1 Sensitivity Analysis, 121.5.2 Model-Based Diagnosis, 131.5.3 Model Verification and Validation, 131.6 Kinds of Mathematical Models, 141.6.1 Kinds of Equations, 151.6.2 Dynamic Versus Static Models, 161.6.3 Continuous-Time Versus Discrete-Time Dynamic Models, 171.6.4 Quantitative Versus Qualitative Models, 181.7 Using Modeling and Simulation in Product Design, 191.8 Examples of System Models, 211.9 Summary, 271.10 Literature, 272. A Quick Tour of Modelica 292.1 Getting Started with Modelica, 302.1.1 Variables and Predefined Types, 352.1.2 Comments, 372.1.3 Constants, 382.1.4 Variability, 382.1.5 Default start Values, 392.2 Object-Oriented Mathematical Modeling, 392.3 Classes and Instances, 412.3.1 Creating Instances, 422.3.2 Initialization, 432.3.3 Specialized Classes, 442.3.4 Reuse of Classes by Modifications, 452.3.5 Built-in Classes and Attributes, 462.4 Inheritance, 472.5 Generic Classes, 482.5.1 Class Parameters as Instances, 482.5.2 Class Parameters as Types, 502.6 Equations, 512.6.1 Repetitive Equation Structures, 532.6.2 Partial Differential Equations, 542.7 Acausal Physical Modeling, 542.7.1 Physical Modeling Versus Block-Oriented Modeling, 552.8 The Modelica Software Component Model, 572.8.1 Components, 582.8.2 Connection Diagrams, 582.8.3 Connectors and Connector Classes, 602.8.4 Connections, 612.8.5 Implicit Connections with Inner/Outer, 622.8.6 Expandable Connectors for Information Buses, 632.8.7 Stream Connectors, 642.9 Partial Classes, 652.9.1 Reuse of Partial Classes, 662.10 Component Library Design and Use, 672.11 Example: Electrical Component Library, 672.11.1 Resistor, 682.11.2 Capacitor, 682.11.3 Inductor, 682.11.4 Voltage Source, 692.11.5 Ground, 702.12 Simple Circuit Model, 702.13 Arrays, 722.14 Algorithmic Constructs, 742.14.1 Algorithm Sections and Assignment Statements, 752.14.2 Statements, 762.14.3 Functions, 772.14.4 Operator Overloading and Complex Numbers, 792.14.5 External Functions, 812.14.6 Algorithms Viewed as Functions, 822.15 Discrete Event and Hybrid Modeling, 832.16 Packages, 872.17 Annotations, 892.18 Naming Conventions, 912.19 Modelica Standard Libraries, 912.20 Implementation and Execution of Modelica, 942.20.1 Hand Translation of the Simple Circuit Model, 962.20.2 Transformation to State Space Form, 982.20.3 Solution Method, 992.21 History, 1032.22 Summary, 1072.23 Literature, 1082.24 Exercises, 1103. Classes and Inheritance 1133.1 Contract Between Class Designer and User, 1133.2 A Class Example, 1143.3 Variables, 1153.3.1 Duplicate Variable Names, 1163.3.2 Identical Variable Names and Type Names, 1163.3.3 Initialization of Variables, 1173.4 Behavior as Equations, 1173.5 Access Control, 1193.6 Simulating the Moon Landing Example, 1203.7 Inheritance, 1233.7.1 Inheritance of Equations, 1243.7.2 Multiple Inheritance, 1243.7.3 Processing Declaration Elements and Use Before Declare, 1263.7.4 Declaration Order of extends Clauses, 1273.7.5 The MoonLanding Example Using Inheritance, 1283.8 Summary, 1303.9 Literature, 1304. System Modeling Methodology 1314.1 Building System Models, 1314.1.1 Deductive Modeling Versus Inductive Modeling, 1324.1.2 Traditional Approach, 1334.1.3 Object-Oriented Component-Based Approach, 1344.1.4 Top-Down Versus Bottom-Up Modeling, 1364.1.5 Simplification of Models, 1364.2 Modeling a Tank System, 1384.2.1 Using the Traditional Approach, 1384.2.2 Using the Object-Oriented Component-Based Approach, 1394.2.3 Tank System with a Continuous PI Controller, 1414.2.4 Tank with Continuous PID Controller, 1444.2.5 Two Tanks Connected Together, 1474.3 Top-Down Modeling of a DC Motor from Predefined Components, 1484.3.1 Defining the System, 1494.3.2 Decomposing into Subsystems and Sketching Communication, 1494.3.3 Modeling the Subsystems, 1504.3.4 Modeling Parts in the Subsystems, 1514.3.5 Defining the Interfaces and Connections, 1534.4 Designing Interfaces-Connector Classes, 1534.5 Summary, 1554.6 Literature, 1555. The Modelica Standard Library 1575.1 Summary, 1685.2 Literature, 168A. Glossary 169Literature, 174B. OpenModelica and OMNotebook Commands 175B.1 OMNotebook Interactive Electronic Book, 175B.2 Common Commands and Small Examples, 178B.3 Complete List of Commands, 179B.4 OMShell and Dymola, 185OMShell, 185Dymola Scripting, 185Literature, 186C. Textual Modeling with OMNotebook and DrModelica 187C.1 HelloWorld, 188C.2 Try DrModelica with VanDerPol and DAEExample Models, 189C.3 Simple Equation System, 189C.4 Hybrid Modeling with BouncingBall, 189C.5 Hybrid Modeling with Sample, 190C.6 Functions and Algorithm Sections, 190C.7 Adding a Connected Component to an Existing Circuit, 190C.8 Detailed Modeling of an Electric Circuit, 191C.8.1 Equations, 191C.8.2 Implementation, 192C.8.3 Putting the Circuit Together, 195C.8.4 Simulation of the Circuit, 195D. Graphical Modeling Exercises 197D.1 Simple DC Motor, 197D.2 DC Motor with Spring and Inertia, 198D.3 DC Motor with Controller, 198D.4 DC Motor as a Generator, 199References 201Index 207

Kunden Rezensionen

Zu diesem Artikel ist noch keine Rezension vorhanden.
Helfen sie anderen Besuchern und verfassen Sie selbst eine Rezension.

Google Plus
Powered by Inooga