- The document provides an overview of the simulation and modelling process, which begins with defining a system and problem to address. This results in a project description.
- The project description is then refined into a conceptual model using formalisms like equations, diagrams, and code. This conceptual model captures the system's structure and behavior precisely.
- The conceptual model is then transformed into a simulation model - an executable computer program. This simulation model is augmented with additional code to support tasks like data collection, forming the final simulation program.
- Key steps in the process include defining the system and problem, developing a conceptual model, transforming this into a simulation model, and adding supporting code to create the simulation program used for experimentation