Principles of object oriented modeling and simulation with Modelica 3.3 : a cyber-physical approach /

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.<br /><br /&...

Πλήρης περιγραφή

Λεπτομέρειες βιβλιογραφικής εγγραφής
Κύριος συγγραφέας: Fritzson, Peter A., 1952-
Μορφή: Ηλ. βιβλίο
Γλώσσα:English
Έκδοση: Hoboken, New Jersey : John Wiley & Sons Inc., [2015]
Έκδοση:2nd edition.
Θέματα:
Διαθέσιμο Online:Full Text via HEAL-Link
LEADER 06209nam a2200781 4500
001 ocn881387958
003 OCoLC
005 20170124071233.9
006 m o d
007 cr |||||||||||
008 140610s2015 nju ob 001 0 eng
010 |a  2014022701 
040 |a DLC  |b eng  |e rda  |c DLC  |d OCLCF  |d N$T  |d DG1  |d E7B  |d IEEEE  |d YDXCP  |d EBLCP  |d DEBSZ  |d COO  |d OCLCQ  |d DEBBG  |d GrThAP 
019 |a 899157480  |a 900508018  |a 961647996 
020 |a 9781118858974 (Adobe PDF) 
020 |a 1118858972 (Adobe PDF) 
020 |a 9781118859162 (ePub) 
020 |a 1118859162 (ePub) 
020 |a 9781118989166 
020 |a 1118989163 
020 |z 9781118859124 (pbk.) 
020 |z 111885912X (pbk.) 
029 1 |a CHBIS  |b 010442300 
029 1 |a CHVBK  |b 33409044X 
029 1 |a CHNEW  |b 000705347 
029 1 |a NZ1  |b 15913619 
029 1 |a DEBSZ  |b 431873720 
029 1 |a DEBBG  |b BV043396896 
029 1 |a CHVBK  |b 364129425 
029 1 |a CHSLU  |b 001246803 
035 |a (OCoLC)881387958  |z (OCoLC)899157480  |z (OCoLC)900508018  |z (OCoLC)961647996 
042 |a pcc 
050 0 0 |a QA76.64 
072 7 |a COM  |x 051210  |2 bisacsh 
082 0 0 |a 005.1/17  |2 23 
049 |a MAIN 
100 1 |a Fritzson, Peter A.,  |d 1952- 
245 1 0 |a Principles of object oriented modeling and simulation with Modelica 3.3 :  |b a cyber-physical approach /  |c Peter Fritzson. 
250 |a 2nd edition. 
263 |a 1412 
264 1 |a Hoboken, New Jersey :  |b John Wiley & Sons Inc.,  |c [2015] 
300 |a 1 online resource. 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b n  |2 rdamedia 
338 |a online resource  |b nc  |2 rdacarrier 
504 |a Includes bibliographical references and index. 
588 |a Description based on print version record and CIP data provided by publisher. 
505 0 |a Cover; Title Page; Copyright Page; Table of Contents; Preface; About the Author; About this Book; Reading Guide; Acknowledgements; Contributions to Examples; Contributors to the Modelica Standard Library, Version 3.2.1; Contributors to the Modelica Standard Library, Versions 1.0 to 2.1; Contributors to the Modelica Language, Version 3.3 and Version 3.3 revision 1; Contributors to the Modelica Language, Version 3.2; Contributors to the Modelica Language, Version 3.0; Contributors to the Modelica Language, Version 2.0; Contributors to the Modelica Language, up to Version 1.3. 
505 8 |a Modelica Association Member Companies and Organizations 2013Funding Contributions; Part I Introduction; Chapter 1 Introduction to Modeling and Simulation; 1.1 Systems and Experiments; 1.2 The Model Concept; 1.3 Simulation; 1.4 Building Models; 1.5 Analyzing Models; 1.6 Kinds of Mathematical Models; 1.7 Using Modeling and Simulation in Product Design; 1.8 Examples of System Models; 1.9 Summary; 1.10 Literature; Chapter 2 A Quick Tour of Modelica; 2.1 Getting Started with Modelica; 2.2 Object-Oriented Mathematical Modeling; 2.3 Classes and Instances; 2.4 Inheritance; 2.5 Generic Classes. 
505 8 |a 2.6 Equations2.7 Acausal Physical Modeling; 2.8 The Modelica Software Component Model; 2.9 Partial Classes; 2.10 Component Library Design and Use; 2.11 Example: Electrical Component Library; 2.12 The Simple Circuit Model; 2.13 Arrays; 2.14 Algorithmic Constructs; 2.15 Discrete Event and Hybrid Modeling; 2.16 Packages; 2.17 Annotations; 2.18 Naming Conventions; 2.19 Modelica Standard Library; 2.20 Implementation and Execution of Modelica; 2.21 Tool Interoperability through Functional Mockup Interface; 2.22 History; 2.23 Summary; 2.24 Literature; 2.25 Exercises; Part II The Modelica Language. 
505 8 |a Chapter 3 Classes, Types, Declarations, and Lookup3.1 Contract between Class Designer and User; 3.2 A Class and Instance Example; 3.3 Variables; 3.4 Behavior as Equations; 3.5 Access Control; 3.6 Simulating the Moon Landing Example; 3.7 Short Classes and Nested Classes; 3.8 Specialized Classes; 3.9 Predefined Types/Classes; 3.10 Structure of Variable Declarations; 3.11 Declaration Prefixes; 3.12 Variable Specifiers; 3.13 Initial Values of Variables; 3.14 Conditional Instance Declarations; 3.15 Declaration Order and Use before Declaration; 3.16 Introduction to Scoping and Name Lookup. 
505 8 |a 3.17 Nested Lookup Procedure in Detail3.18 The Concepts of Type and Subtype; 3.19 Use of Subtyping and Type Compatibility; 3.20 Summary of Type Concepts; 3.21 Summary; 3.22 Literature; 3.23 Exercises; Chapter 4 Inheritance, Modifications, and Generics; 4.1 Inheritance; 4.2 Inheritance through Modification; 4.3 Redeclaration; 4.4 Parameterized Generic Classes; 4.5 Designing a Class to Be Extended; 4.6 Adapting and Extending Libraries by class extends; 4.7 Summary; 4.8 Literature; 4.9 Exercises; Chapter 5 Components, Connectors, and Connections; 5.1 Software Component Models. 
520 |a 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.<br /><br /> 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. 
630 0 0 |a Modelica. 
630 0 7 |a Modelica.  |2 fast  |0 (OCoLC)fst01787444 
650 0 |a Object-oriented methods (Computer science) 
650 0 |a Computer simulation. 
650 7 |a COMPUTERS  |x Programming  |x Object Oriented.  |2 bisacsh 
650 7 |a Computer simulation.  |2 fast  |0 (OCoLC)fst00872518 
650 7 |a Object-oriented methods (Computer science)  |2 fast  |0 (OCoLC)fst01042803 
650 4 |a Computer simulation. 
650 4 |a Modelica. 
650 4 |a Object-oriented methods (Computer science) 
655 4 |a Electronic books. 
655 0 |a Electronic books. 
776 0 8 |i Print version:  |a Fritzson, Peter A., 1952-  |t Principles of object oriented modeling and simulation with Modelica 3.3  |b 2nd edition.  |d Hoboken, New Jersey : John Wiley & Sons Inc., [2015]  |w (DLC) 2014022271 
856 4 0 |u https://doi.org/10.1002/9781118989166  |z Full Text via HEAL-Link 
994 |a 92  |b DG1