National Academies Press: OpenBook
« Previous: Appendix F: Model Repositories and Assembly and Integration of Models
Suggested Citation:"Appendix G: Components of a Theory of Modeling and Simulation." National Research Council. 1997. Technology for the United States Navy and Marine Corps, 2000-2035: Becoming a 21st-Century Force: Volume 9: Modeling and Simulation. Washington, DC: The National Academies Press. doi: 10.17226/5869.
×

G

Components of a Theory of Modeling and Simulation

Bernard Zeigler, University of Arizona

The text of this report calls for further work in developing, extending, and communicating theories of modeling and simulation (M&S). This appendix sketches some key features that any theory of M&S should have. In particular, a theory should provide a basic foundation and framework, formalisms for defining and manipulating concepts, methodologies for representation and abstraction, and mechanisms for executing the models (e.g., turning them into computer programs). What follows focuses specifically on models of dynamic systems, that is, models whose variables change in value over time.

FOUNDATION

To deal with the foregoing issues, a theory of M&S needs to establish a mathematical, rigorous foundation upon which to base its formalization of the elements and relationships it has identified. Although the foundation will necessarily be more difficult to comprehend than ordinary language, its underlying concepts should be understandable to people who are not mathematical experts. The advantages of having such a rigorous foundation are readily stated. One concerns communication: many of the confusions that impede progress are due to terms, such as “model,” that have different meanings across disciplines. A universally accepted theory of M&S would provide the common conceptual framework and vocabulary for people from different backgrounds to communicate effectively. A second advantage is that rigorous principles provide the means to tackle problems beyond the reach of more informal methods. The value of this is clear from other areas such as physics.

Some of the requirements that such a foundation should satisfy are as follows:

Suggested Citation:"Appendix G: Components of a Theory of Modeling and Simulation." National Research Council. 1997. Technology for the United States Navy and Marine Corps, 2000-2035: Becoming a 21st-Century Force: Volume 9: Modeling and Simulation. Washington, DC: The National Academies Press. doi: 10.17226/5869.
×
  • The foundation should be general, and it should be expressive enough to subsume the great variety of special formalisms, languages, and modes of expression prevalent in M&S practice.

  • The foundation should incorporate the concepts of dynamic systems theory. Dynamic systems theory has provided a uniform set of concepts that help to understand how objects change in time, that is, their dynamics, and how these behaviors are related to the objects' underlying mechanisms or structure. General systems theory represents the convergence of rich traditions, in areas such as control theory and automata theory, to a common mathematical conception of a dynamic system. 1

  • More specifically, models should be formulated as means to specify dynamic systems. That is, a model should be understood as a combination of equations, rules, and constraints that, when correctly interpreted, describes a unique dynamic system from the collection of all such objects.

FRAMEWORK

Any theory of M&S should establish a framework identifying and defining the key elements of M&S and their relationships. As indicated, the theory can employ the powerful foundation of dynamic systems theory to express these elements and their interrelations. In choosing what to identify as key elements, the theory should draw on the actual practice of M &S so as to highlight distinctions that are indeed significant. As examples here, it is important to distinguish among the real system, a model, a simulator (e.g., a simulation program or a hardware flight simulator), and what is sometimes called the experimental frame. The model is an attempt to describe aspects of the real system in a specific context such as estimating the likely time dependence of a real-system variable for any of a specified set of initial conditions. A simulation program might generate that estimated behavior using the model's equations, rules, and constraints. The experimental frame specifies the input stimuli, outputs of interest, and context of use. Thus, it is closely related to the concept of experimental design.

Any framework for M&S should facilitate discussion of meaningful relationships among key elements. For example, it is important to be able to discuss the validity of simulated model behavior with respect to the real system in a particular experimental frame. That is, validity is a relationship measured for a context. Another example of a meaningful relationship is whether a simulator such as a simulation program has been verified as representing the model adequately, again in the context specified by the experimental frame. Numerical approximations, for example, might be entirely acceptable in one frame, but a source of unacceptable error in another.

1  

For a review, see Pichler and Schwartzel (1992).

Suggested Citation:"Appendix G: Components of a Theory of Modeling and Simulation." National Research Council. 1997. Technology for the United States Navy and Marine Corps, 2000-2035: Becoming a 21st-Century Force: Volume 9: Modeling and Simulation. Washington, DC: The National Academies Press. doi: 10.17226/5869.
×

A full framework should identify just the right elements and relationships to facilitate all aspects of the practice of M&S—including aspects involving port-ability, reuse, and composability.

FORMALISMS

A framework should provide basic concepts, but theories must accomplish a good deal more—allowing workers to reason rigorously about issues, derive theorems, prove correctness of simulators, and so on. As a result, theories require formalisms. Formalisms are typically mathematical languages. One example is the predicate calculus.

Set theory is a common way to construct formalisms. Assuming use of set theory, a formalism for M&S should have a number of attributes:

  • The theory should characterize the three basic types of simulation model (differential-equation, discrete-time (or time-stepped), and discrete-event (or event-based)) through use of set-theoretic formalisms, which should also expose their commonalities and differences.

  • The theory should specify means of composing models in the basic formalisms from more elementary pieces. One means of composing models is by connecting outputs to inputs. Such coupling should work on well-specified input and output interfaces, without reference to internal structure.

  • The basic formalisms should be closed under coupling. This means that coupling models expressed within a formalism should only produce composite models that can also be expressed in the formalism. This supports hierarchical construction, modular reuse, and hierarchical simulators.

  • The theory should support combination and extension of the basic formalisms. An example of a combination is the formalism combining differential-equation and discrete-event formalism for hybrid modeling. An example of an extension is that in which a formalism allows models to change their structure over time.

  • More generally, the theory should provide a methodology by which a new specialized formalism can be instituted by defining the subclass of systems that the formalism specifies.

  • The theory should also provide a methodology by which the coupling of a new formalism is definable and its closure-under-coupling properties demonstrated.

SIMULATORS

In many cases, models will define relationships capturing key aspects of the system being treated. In themselves, however, they may not generate predictions. As an example here, Newton's laws do not themselves tell us how a falling

Suggested Citation:"Appendix G: Components of a Theory of Modeling and Simulation." National Research Council. 1997. Technology for the United States Navy and Marine Corps, 2000-2035: Becoming a 21st-Century Force: Volume 9: Modeling and Simulation. Washington, DC: The National Academies Press. doi: 10.17226/5869.
×

body's altitude will change with time. For that we need to compute the implications of the model.

Simulators are the computational devices (be they algorithms, programs, hardware, or networks) that execute models to generate their time behavior. A theory of M&S must deal with simulators:

  • For each modeling formalism, the theory should provide a simulator concept that can execute any model in the class (i.e., generate the system's estimated time behavior). (One way to develop such concepts is through object-oriented frameworks.)

  • Such frameworks should enable the development of verifiable, efficient, and interoperable implementations in an open-ended variety of contexts and platforms (e.g., parallel, distributed).

  • The theory should provide a methodology by which the simulator framework for a new formalism is definable and logical correctness demonstrated. This means that there should be a way to define the simulator for a new class of models and provide its correctness for that class.

  • The theory should characterize, and provide a means to estimate, the computational complexity of a model. Roughly, the computational complexity is measured by resources required by the most efficient simulator to simulate it.

REPRESENTATION AND ABSTRACTION

The theory should deal with the representation of systems as models and the abstraction of models into (usually simpler) models. There are mathematical concepts, called “morphisms” that provide the formal equivalent of the relations underlying representation and abstraction. For example, an isomorphism between two (mathematical) groups is a one-to-one correspondence between their elements that preserves their group operations. Such groups are said to be “isomorphic” or “equivalent.”

  • The theory should permit transforming a model expressed in one formalism into an equivalent expressed in a different formalism (e.g., differential equation models can be cast into discrete-event equivalents, which are computationally more efficient).

  • Further, the theory should provide a methodology for characterizing the class of dynamic systems that can be represented by a formalism under a prescribed morphism relation (e.g., the class of piecewise constant input-output systems is known to be representable by discrete-event simulation).

  • The theory should provide the basis for abstraction, that is, transforming a model into an equivalent with reduced complexity, within a specified experimental frame.

Suggested Citation:"Appendix G: Components of a Theory of Modeling and Simulation." National Research Council. 1997. Technology for the United States Navy and Marine Corps, 2000-2035: Becoming a 21st-Century Force: Volume 9: Modeling and Simulation. Washington, DC: The National Academies Press. doi: 10.17226/5869.
×
  • The theory should provide an open-ended set of abstraction methods (e.g., aggregation and omission) and characterize their applicability. The theory should characterize, and provide a means to estimate, the simulational complexity of a model (typically, abstractions are intended to reduce such complexity).

ENCOMPASSING THEORIES

The theory should provide the elements of manipulation for more encompassing theories such as those of systems engineering, design, and management. 2

2  

For additional reading, see Praehofer (1991), Zeigler (1976), Pichler and Schwartzel (1992) and Zeigler et al. (1993).

Suggested Citation:"Appendix G: Components of a Theory of Modeling and Simulation." National Research Council. 1997. Technology for the United States Navy and Marine Corps, 2000-2035: Becoming a 21st-Century Force: Volume 9: Modeling and Simulation. Washington, DC: The National Academies Press. doi: 10.17226/5869.
×
Page 211
Suggested Citation:"Appendix G: Components of a Theory of Modeling and Simulation." National Research Council. 1997. Technology for the United States Navy and Marine Corps, 2000-2035: Becoming a 21st-Century Force: Volume 9: Modeling and Simulation. Washington, DC: The National Academies Press. doi: 10.17226/5869.
×
Page 212
Suggested Citation:"Appendix G: Components of a Theory of Modeling and Simulation." National Research Council. 1997. Technology for the United States Navy and Marine Corps, 2000-2035: Becoming a 21st-Century Force: Volume 9: Modeling and Simulation. Washington, DC: The National Academies Press. doi: 10.17226/5869.
×
Page 213
Suggested Citation:"Appendix G: Components of a Theory of Modeling and Simulation." National Research Council. 1997. Technology for the United States Navy and Marine Corps, 2000-2035: Becoming a 21st-Century Force: Volume 9: Modeling and Simulation. Washington, DC: The National Academies Press. doi: 10.17226/5869.
×
Page 214
Suggested Citation:"Appendix G: Components of a Theory of Modeling and Simulation." National Research Council. 1997. Technology for the United States Navy and Marine Corps, 2000-2035: Becoming a 21st-Century Force: Volume 9: Modeling and Simulation. Washington, DC: The National Academies Press. doi: 10.17226/5869.
×
Page 215
Next: Appendix H: Areas of Research in Modeling and Simulation »
Technology for the United States Navy and Marine Corps, 2000-2035: Becoming a 21st-Century Force: Volume 9: Modeling and Simulation Get This Book
×
Buy Paperback | $100.00
MyNAP members save 10% online.
Login or Register to save!
Download Free PDF
  1. ×

    Welcome to OpenBook!

    You're looking at OpenBook, NAP.edu's online reading room since 1999. Based on feedback from you, our users, we've made some improvements that make it easier than ever to read thousands of publications on our website.

    Do you want to take a quick tour of the OpenBook's features?

    No Thanks Take a Tour »
  2. ×

    Show this book's table of contents, where you can jump to any chapter by name.

    « Back Next »
  3. ×

    ...or use these buttons to go back to the previous chapter or skip to the next one.

    « Back Next »
  4. ×

    Jump up to the previous page or down to the next one. Also, you can type in a page number and press Enter to go directly to that page in the book.

    « Back Next »
  5. ×

    Switch between the Original Pages, where you can read the report as it appeared in print, and Text Pages for the web version, where you can highlight and search the text.

    « Back Next »
  6. ×

    To search the entire text of this book, type in your search term here and press Enter.

    « Back Next »
  7. ×

    Share a link to this book page on your preferred social network or via email.

    « Back Next »
  8. ×

    View our suggested citation for this chapter.

    « Back Next »
  9. ×

    Ready to take your reading offline? Click here to buy this book in print or download it as a free PDF, if available.

    « Back Next »
Stay Connected!