Simulation

From Wikipedia, the free encyclopedia

A simulation is an imitative representation of a process or system that could exist in the real world.[1][2][3] In this broad sense, simulation can often be used interchangeably with model.[2] Sometimes a clear distinction between the two terms is made, in which simulations require the use of models; the model represents the key characteristics or behaviors of the selected system or process, whereas the simulation represents the evolution of the model over time.[3] Another way to distinguish between the terms is to define simulation as experimentation with the help of a model.[4] This definition includes time-independent simulations. Often, computers are used to execute the simulation.

Simulation is used in many contexts, such as simulation of technology for performance tuning or optimizing, safety engineering, testing, training, education, and video games. Simulation is also used with scientific modelling of natural systems or human systems to gain insight into their functioning,[5] as in economics. Simulation can be used to show the eventual real effects of alternative conditions and courses of action. Simulation is also used when the real system cannot be engaged, because it may not be accessible, or it may be dangerous or unacceptable to engage, or it is being designed but not yet built, or it may simply not exist.[6]

Key issues in modeling and simulation include the acquisition of valid sources of information about the relevant selection of key characteristics and behaviors used to build the model, the use of simplifying approximations and assumptions within the model, and fidelity and validity of the simulation outcomes. Procedures and protocols for model verification and validation are an ongoing field of academic study, refinement, research and development in simulations technology or practice, particularly in the work of computer simulation.

Classification and terminology[edit]

Human-in-the-loop simulation of outer space
Visualization of a direct numerical simulation model

Historically, simulations used in different fields developed largely independently, but 20th-century studies of systems theory and cybernetics combined with spreading use of computers across all those fields have led to some unification and a more systematic view of the concept.

Physical simulation refers to simulation in which physical objects are substituted for the real thing (some circles[7] use the term for computer simulations modelling selected laws of physics, but this article does not). These physical objects are often chosen because they are smaller or cheaper than the actual object or system.

Interactive simulation is a special kind of physical simulation, often referred to as a human-in-the-loop simulation, in which physical simulations include human operators, such as in a flight simulator, sailing simulator, or driving simulator.

Continuous simulation is a simulation based on continuous-time rather than discrete-time steps, using numerical integration of differential equations.[8]

Discrete-event simulation studies systems whose states change their values only at discrete times.[9] For example, a simulation of an epidemic could change the number of infected people at time instants when susceptible individuals get infected or when infected individuals recover.

Stochastic simulation is a simulation where some variable or process is subject to random variations and is projected using Monte Carlo techniques using pseudo-random numbers. Thus replicated runs with the same boundary conditions will each produce different results within a specific confidence band.[8]

Deterministic simulation is a simulation which is not stochastic: thus the variables are regulated by deterministic algorithms. So replicated runs from the same boundary conditions always produce identical results.

Hybrid simulation (or combined simulation) corresponds to a mix between continuous and discrete event simulation and results in integrating numerically the differential equations between two sequential events to reduce the number of discontinuities.[10]

A stand-alone simulation is a simulation running on a single workstation by itself.

A distributed simulation is one which uses more than one computer simultaneously, to guarantee access from/to different resources (e.g. multi-users operating different systems, or distributed data sets); a classical example is Distributed Interactive Simulation (DIS).[11]

Parallel simulation speeds up a simulation's execution by concurrently distributing its workload over multiple processors, as in High-Performance Computing.[12]

Interoperable simulation is where multiple models, simulators (often defined as federates) interoperate locally, distributed over a network; a classical example is High-Level Architecture.[13][14]

Modeling and simulation as a service is where simulation is accessed as a service over the web.[15]

Modeling, interoperable simulation and serious games is where serious game approaches (e.g. game engines and engagement methods) are integrated with interoperable simulation.[16]

Simulation fidelity is used to describe the accuracy of a simulation and how closely it imitates the real-life counterpart. Fidelity is broadly classified as one of three categories: low, medium, and high. Specific descriptions of fidelity levels are subject to interpretation, but the following generalizations can be made:

  • Low – the minimum simulation required for a system to respond to accept inputs and provide outputs
  • Medium – responds automatically to stimuli, with limited accuracy
  • High – nearly indistinguishable or as close as possible to the real system

A synthetic environment is a computer simulation that can be included in human-in-the-loop simulations.[19]

Simulation in failure analysis refers to simulation in which we create environment/conditions to identify the cause of equipment failure. This can be the best and fastest method to identify the failure cause.

Computer simulation[edit]

A computer simulation (or "sim") is an attempt to model a real-life or hypothetical situation on a computer so that it can be studied to see how the system works. By changing variables in the simulation, predictions may be made about the behaviour of the system. It is a tool to virtually investigate the behaviour of the system under study.[3]

Computer simulation has become a useful part of modeling many natural systems in physics, chemistry and biology,[20] and human systems in economics and social science (e.g., computational sociology) as well as in engineering to gain insight into the operation of those systems. A good example of the usefulness of using computers to simulate can be found in the field of network traffic simulation. In such simulations, the model behaviour will change each simulation according to the set of initial parameters assumed for the environment.

Traditionally, the formal modeling of systems has been via a mathematical model, which attempts to find analytical solutions enabling the prediction of the behaviour of the system from a set of parameters and initial conditions. Computer simulation is often used as an adjunct to, or substitution for, modeling systems for which simple closed form analytic solutions are not possible. There are many different types of computer simulation, the common feature they all share is the attempt to generate a sample of representative scenarios for a model in which a complete enumeration of all possible states would be prohibitive or impossible.

Several software packages exist for running computer-based simulation modeling (e.g. Monte Carlo simulation, stochastic modeling, multimethod modeling) that makes all the modeling almost effortless.

Modern usage of the term "computer simulation" may encompass virtually any computer-based representation.

Computer science[edit]

In computer science, simulation has some specialized meanings: Alan Turing used the term simulation to refer to what happens when a universal machine executes a state transition table (in modern terminology, a computer runs a program) that describes the state transitions, inputs and outputs of a subject discrete-state machine.[21] The computer simulates the subject machine. Accordingly, in theoretical computer science the term simulation is a relation between state transition systems, useful in the study of operational semantics.

Less theoretically, an interesting application of computer simulation is to simulate computers using computers. In computer architecture, a type of simulator, typically called an emulator, is often used to execute a program that has to run on some inconvenient type of computer (for example, a newly designed computer that has not yet been built or an obsolete computer that is no longer available), or in a tightly controlled testing environment (see Computer architecture simulator and Platform virtualization). For example, simulators have been used to debug a microprogram or sometimes commercial application programs, before the program is downloaded to the target machine. Since the operation of the computer is simulated, all of the information about the computer's operation is directly available to the programmer, and the speed and execution of the simulation can be varied at will.

Simulators may also be used to interpret fault trees, or test VLSI logic designs before they are constructed. Symbolic simulation uses variables to stand for unknown values.

In the field of optimization, simulations of physical processes are often used in conjunction with evolutionary computation to optimize control strategies.

Simulation in education and training[edit]

Military simulators pdf

Simulation is extensively used for educational purposes. It is used for cases where it is prohibitively expensive or simply too dangerous to allow trainees to use the real equipment in the real world. In such situations they will spend time learning valuable lessons in a "safe" virtual environment yet living a lifelike experience (or at least it is the goal). Often the convenience is to permit mistakes during training for a safety-critical system.

Simulations in education are somewhat like training simulations. They focus on specific tasks. The term 'microworld' is used to refer to educational simulations which model some abstract concept rather than simulating a realistic object or environment, or in some cases model a real-world environment in a simplistic way so as to help a learner develop an understanding of the key concepts. Normally, a user can create some sort of construction within the microworld that will behave in a way consistent with the concepts being modeled. Seymour Papert was one of the first to advocate the value of microworlds, and the Logo programming environment developed by Papert is one of the most well-known microworlds.

Project management simulation is increasingly used to train students and professionals in the art and science of project management. Using simulation for project management training improves learning retention and enhances the learning process.[22][23]

Social simulations may be used in social science classrooms to illustrate social and political processes in anthropology, economics, history, political science, or sociology courses, typically at the high school or university level. These may, for example, take the form of civics simulations, in which participants assume roles in a simulated society, or international relations simulations in which participants engage in negotiations, alliance formation, trade, diplomacy, and the use of force. Such simulations might be based on fictitious political systems, or be based on current or historical events. An example of the latter would be Barnard College's Reacting to the Past series of historical educational games.[24] The National Science Foundation has also supported the creation of reacting games that address science and math education.[25] In social media simulations, participants train communication with critics and other stakeholders in a private environment.

In recent years, there has been increasing use of social simulations for staff training in aid and development agencies. The Carana simulation, for example, was first developed by the United Nations Development Programme, and is now used in a very revised form by the World Bank for training staff to deal with fragile and conflict-affected countries.[26]

Military uses for simulation often involve aircraft or armoured fighting vehicles, but can also target small arms and other weapon systems training. Specifically, virtual firearms ranges have become the norm in most military training processes and there is a significant amount of data to suggest this is a useful tool for armed professionals.[27]

Virtual simulation[edit]

A virtual simulation is a category of simulation that uses simulation equipment to create a simulated world for the user. Virtual simulations allow users to interact with a virtual world. Virtual worlds operate on platforms of integrated software and hardware components. In this manner, the system can accept input from the user (e.g., body tracking, voice/sound recognition, physical controllers) and produce output to the user (e.g., visual display, aural display, haptic display) .[28] Virtual simulations use the aforementioned modes of interaction to produce a sense of immersion for the user.

Virtual simulation input hardware[edit]

Motorcycle simulator of Bienal do Automóvel exhibition, in Belo Horizonte, Brazil

There is a wide variety of input hardware available to accept user input for virtual simulations. The following list briefly describes several of them:

  • Body tracking: The motion capture method is often used to record the user's movements and translate the captured data into inputs for the virtual simulation. For example, if a user physically turns their head, the motion would be captured by the simulation hardware in some way and translated to a corresponding shift in view within the simulation.
    • Capture suits and/or gloves may be used to capture movements of users body parts. The systems may have sensors incorporated inside them to sense movements of different body parts (e.g., fingers). Alternatively, these systems may have exterior tracking devices or marks that can be detected by external ultrasound, optical receivers or electromagnetic sensors. Internal inertial sensors are also available on some systems. The units may transmit data either wirelessly or through cables.
    • Eye trackers can also be used to detect eye movements so that the system can determine precisely where a user is looking at any given instant.
  • Physical controllers: Physical controllers provide input to the simulation only through direct manipulation by the user. In virtual simulations, tactile feedback from physical controllers is highly desirable in a number of simulation environments.
    • Omnidirectional treadmills can be used to capture the users locomotion as they walk or run.
    • High fidelity instrumentation such as instrument panels in virtual aircraft cockpits provides users with actual controls to raise the level of immersion. For example, pilots can use the actual global positioning system controls from the real device in a simulated cockpit to help them practice procedures with the actual device in the context of the integrated cockpit system.
  • Voice/sound recognition: This form of interaction may be used either to interact with agents within the simulation (e.g., virtual people) or to manipulate objects in the simulation (e.g., information). Voice interaction presumably increases the level of immersion for the user.
    • Users may use headsets with boom microphones, lapel microphones or the room may be equipped with strategically located microphones.

Current research into user input systems[edit]

Research in future input systems holds a great deal of promise for virtual simulations. Systems such as brain–computer interfaces (BCIs) offer the ability to further increase the level of immersion for virtual simulation users. Lee, Keinrath, Scherer, Bischof, Pfurtscheller[29] proved that naïve subjects could be trained to use a BCI to navigate a virtual apartment with relative ease. Using the BCI, the authors found that subjects were able to freely navigate the virtual environment with relatively minimal effort. It is possible that these types of systems will become standard input modalities in future virtual simulation systems.

Virtual simulation output hardware[edit]

There is a wide variety of output hardware available to deliver a stimulus to users in virtual simulations. The following list briefly describes several of them:

  • Visual display: Visual displays provide the visual stimulus to the user.
    • Stationary displays can vary from a conventional desktop display to 360-degree wrap-around screens to stereo three-dimensional screens. Conventional desktop displays can vary in size from 15 to 60 inches (380 to 1,520 mm). Wrap around screens is typically used in what is known as a cave automatic virtual environment (CAVE). Stereo three-dimensional screens produce three-dimensional images either with or without special glasses—depending on the design.
    • Head-mounted displays (HMDs) have small displays that are mounted on headgear worn by the user. These systems are connected directly into the virtual simulation to provide the user with a more immersive experience. Weight, update rates and field of view are some of the key variables that differentiate HMDs. Naturally, heavier HMDs are undesirable as they cause fatigue over time. If the update rate is too slow, the system is unable to update the displays fast enough to correspond with a quick head turn by the user. Slower update rates tend to cause simulation sickness and disrupt the sense of immersion. Field of view or the angular extent of the world that is seen at a given moment field of view can vary from system to system and has been found to affect the user's sense of immersion.
  • Aural display: Several different types of audio systems exist to help the user hear and localize sounds spatially. Special software can be used to produce 3D audio effects 3D audio to create the illusion that sound sources are placed within a defined three-dimensional space around the user.
    • Stationary conventional speaker systems may be used to provide dual or multi-channel surround sound. However, external speakers are not as effective as headphones in producing 3D audio effects.[28]
    • Conventional headphones offer a portable alternative to stationary speakers. They also have the added advantages of masking real-world noise and facilitate more effective 3D audio sound effects.[28][dubious ]
  • Haptic display: These displays provide a sense of touch to the user (haptic technology). This type of output is sometimes referred to as force feedback.
    • Tactile tile displays use different types of actuators such as inflatable bladders, vibrators, low-frequency sub-woofers, pin actuators and/or thermo-actuators to produce sensations for the user.
    • End effector displays can respond to users inputs with resistance and force.[28] These systems are often used in medical applications for remote surgeries that employ robotic instruments.[30]
  • Vestibular display: These displays provide a sense of motion to the user (motion simulator). They often manifest as motion bases for virtual vehicle simulation such as driving simulators or flight simulators. Motion bases are fixed in place but use actuators to move the simulator in ways that can produce the sensations pitching, yawing or rolling. The simulators can also move in such a way as to produce a sense of acceleration on all axes (e.g., the motion base can produce the sensation of falling).

Clinical healthcare simulators[edit]

Clinical healthcare simulators are increasingly being developed and deployed to teach therapeutic and diagnostic procedures as well as medical concepts and decision making to personnel in the health professions. Simulators have been developed for training procedures ranging from the basics such as blood draw, to laparoscopic surgery[31] and trauma care. They are also important to help on prototyping new devices[32] for biomedical engineering problems. Currently, simulators are applied to research and develop tools for new therapies,[33] treatments[34] and early diagnosis[35] in medicine.

Many medical simulators involve a computer connected to a plastic simulation of the relevant anatomy.[citation needed] Sophisticated simulators of this type employ a life-size mannequin that responds to injected drugs and can be programmed to create simulations of life-threatening emergencies.

In other simulations, visual components of the procedure are reproduced by computer graphics techniques, while touch-based components are reproduced by haptic feedback devices combined with physical simulation routines computed in response to the user's actions. Medical simulations of this sort will often use 3D CT or MRI scans of patient data to enhance realism. Some medical simulations are developed to be widely distributed (such as web-enabled simulations[36] and procedural simulations[37] that can be viewed via standard web browsers) and can be interacted with using standard computer interfaces, such as the keyboard and mouse.

Placebo[edit]

An important medical application of a simulator—although, perhaps, denoting a slightly different meaning of simulator—is the use of a placebo drug, a formulation that simulates the active drug in trials of drug efficacy.

Improving patient safety[edit]

Patient safety is a concern in the medical industry. Patients have been known to suffer injuries and even death due to management error, and lack of using best standards of care and training. According to Building a National Agenda for Simulation-Based Medical Education (Eder-Van Hook, Jackie, 2004), "a health care provider's ability to react prudently in an unexpected situation is one of the most critical factors in creating a positive outcome in medical emergency, regardless of whether it occurs on the battlefield, freeway, or hospital emergency room." Eder-Van Hook (2004) also noted that medical errors kill up to 98,000 with an estimated cost between $37 and $50 million and $17 to $29 billion for preventable adverse events dollars per year.

Simulation is being used to study patient safety, as well as train medical professionals.[38] Studying patient safety and safety interventions in healthcare is challenging, because there is a lack of experimental control (i.e., patient complexity, system/process variances) to see if an intervention made a meaningful difference (Groves & Manges, 2017).[39] An example of innovative simulation to study patient safety is from nursing research. Groves et al. (2016) used a high-fidelity simulation to examine nursing safety-oriented behaviors during times such as change-of-shift report.[38]

However, the value of simulation interventions to translating to clinical practice are is still debatable.[40] As Nishisaki states, "there is good evidence that simulation training improves provider and team self-efficacy and competence on manikins. There is also good evidence that procedural simulation improves actual operational performance in clinical settings."[40] However, there is a need to have improved evidence to show that crew resource management training through simulation.[40] One of the largest challenges is showing that team simulation improves team operational performance at the bedside.[41] Although evidence that simulation-based training actually improves patient outcome has been slow to accrue, today the ability of simulation to provide hands-on experience that translates to the operating room is no longer in doubt.[42][43][44]

One of the largest factors that might impact the ability to have training impact the work of practitioners at the bedside is the ability to empower frontline staff (Stewart, Manges, Ward, 2015).[41][45] Another example of an attempt to improve patient safety through the use of simulations training is patient care to deliver just-in-time service or/and just-in-place. This training consists of 20  minutes of simulated training just before workers report to shift. One study found that just in time training improved the transition to the bedside. The conclusion as reported in Nishisaki (2008) work, was that the simulation training improved resident participation in real cases; but did not sacrifice the quality of service. It could be therefore hypothesized that by increasing the number of highly trained residents through the use of simulation training, that the simulation training does, in fact, increase patient safety.

History of simulation in healthcare[edit]

The first medical simulators were simple models of human patients.[46]

Since antiquity, these representations in clay and stone were used to demonstrate clinical features of disease states and their effects on humans. Models have been found in many cultures and continents. These models have been used in some cultures (e.g., Chinese culture) as a "diagnostic" instrument, allowing women to consult male physicians while maintaining social laws of modesty. Models are used today to help students learn the anatomy of the musculoskeletal system and organ systems.[46]

In 2002, the Society for Simulation in Healthcare (SSH) was formed to become a leader in international interprofessional advances the application of medical simulation in healthcare[47]

The need for a "uniform mechanism to educate, evaluate, and certify simulation instructors for the health care profession" was recognized by McGaghie et al. in their critical review of simulation-based medical education research.[48] In 2012 the SSH piloted two new certifications to provide recognition to educators in an effort to meet this need.[49]

Type of models[edit]

Active models[edit]

Active models that attempt to reproduce living anatomy or physiology are recent developments. The famous "Harvey" mannequin was developed at the University of Miami and is able to recreate many of the physical findings of the cardiology examination, including palpation, auscultation, and electrocardiography.[50]

Interactive models[edit]

More recently, interactive models have been developed that respond to actions taken by a student or physician.[50] Until recently, these simulations were two dimensional computer programs that acted more like a textbook than a patient. Computer simulations have the advantage of allowing a student to make judgments, and also to make errors. The process of iterative learning through assessment, evaluation, decision making, and error correction creates a much stronger learning environment than passive instruction.

Computer simulators[edit]

3DiTeams learner is percussing the patient's chest in virtual field hospital.

Simulators have been proposed as an ideal tool for assessment of students for clinical skills.[51] For patients, "cybertherapy" can be used for sessions simulating traumatic experiences, from fear of heights to social anxiety.[52]

Programmed patients and simulated clinical situations, including mock disaster drills, have been used extensively for education and evaluation. These "lifelike" simulations are expensive, and lack reproducibility. A fully functional "3Di" simulator would be the most specific tool available for teaching and measurement of clinical skills. Gaming platforms have been applied to create these virtual medical environments to create an interactive method for learning and application of information in a clinical context.[53][54]

Immersive disease state simulations allow a doctor or HCP to experience what a disease actually feels like. Using sensors and transducers symptomatic effects can be delivered to a participant allowing them to experience the patients disease state.

Such a simulator meets the goals of an objective and standardized examination for clinical competence.[55] This system is superior to examinations that use "standard patients" because it permits the quantitative measurement of competence, as well as reproducing the same objective findings.[56]

Simulation in entertainment[edit]

Simulation in entertainment encompasses many large and popular industries such as film, television, video games (including serious games) and rides in theme parks. Although modern simulation is thought to have its roots in training and the military, in the 20th century it also became a conduit for enterprises which were more hedonistic in nature.

History of visual simulation in film and games[edit]

Early history (1940s and 1950s)[edit]

The first simulation game may have been created as early as 1947 by Thomas T. Goldsmith Jr. and Estle Ray Mann. This was a straightforward game that simulated a missile being fired at a target. The curve of the missile and its speed could be adjusted using several knobs. In 1958, a computer game called Tennis for Two was created by Willy Higginbotham which simulated a tennis game between two players who could both play at the same time using hand controls and was displayed on an oscilloscope.[57] This was one of the first electronic video games to use a graphical display.

1970s and early 1980s[edit]

Computer-generated imagery was used in the film to simulate objects as early as 1972 in A Computer Animated Hand, parts of which were shown on the big screen in the 1976 film Futureworld. This was followed by the "targeting computer" that young Skywalker turns off in the 1977 film Star Wars.

The film Tron (1982) was the first film to use computer-generated imagery for more than a couple of minutes.[58]

Advances in technology in the 1980s caused 3D simulation to become more widely used and it began to appear in movies and in computer-based games such as Atari's Battlezone (1980) and Acornsoft's Elite (1984), one of the first wire-frame 3D graphics games for home computers.

Pre-virtual cinematography era (early 1980s to 1990s)[edit]

Advances in technology in the 1980s made the computer more affordable and more capable than they were in previous decades,[59] which facilitated the rise of computer such as the Xbox gaming. The first video game consoles released in the 1970s and early 1980s fell prey to the industry crash in 1983, but in 1985, Nintendo released the Nintendo Entertainment System (NES) which became one of the best selling consoles in video game history.[60] In the 1990s, computer games became widely popular with the release of such game as The Sims and Command & Conquer and the still increasing power of desktop computers. Today, computer simulation games such as World of Warcraft are played by millions of people around the world.

In 1993, the film Jurassic Park became the first popular film to use computer-generated graphics extensively, integrating the simulated dinosaurs almost seamlessly into live action scenes.

This event transformed the film industry; in 1995, the film Toy Story was the first film to use only computer-generated images and by the new millennium computer generated graphics were the leading choice for special effects in films.[61]

Virtual cinematography (early 2000s–present)[edit]

The advent of virtual cinematography in the early 2000s has led to an explosion of movies that would have been impossible to shoot without it. Classic examples are the digital look-alikes of Neo, Smith and other characters in the Matrix sequels and the extensive use of physically impossible camera runs in The Lord of the Rings trilogy.

The terminal in the Pan Am (TV series) no longer existed during the filming of this 2011–2012 aired series, which was no problem as they created it in virtual cinematography using automated viewpoint finding and matching in conjunction with compositing real and simulated footage, which has been the bread and butter of the movie artist in and around film studios since the early 2000s.

Computer-generated imagery is "the application of the field of 3D computer graphics to special effects". This technology is used for visual effects because they are high in quality, controllable, and can create effects that would not be feasible using any other technology either because of cost, resources or safety.[62] Computer-generated graphics can be seen in many live-action movies today, especially those of the action genre. Further, computer-generated imagery has almost completely supplanted hand-drawn animation in children's movies which are increasingly computer-generated only. Examples of movies that use computer-generated imagery include Finding Nemo, 300 and Iron Man.

Examples of non-film entertainment simulation[edit]

Simulation games[edit]

Simulation games, as opposed to other genres of video and computer games, represent or simulate an environment accurately. Moreover, they represent the interactions between the playable characters and the environment realistically. These kinds of games are usually more complex in terms of gameplay.[63] Simulation games have become incredibly popular among people of all ages.[64] Popular simulation games include SimCity and Tiger Woods PGA Tour. There are also flight simulator and driving simulator games.

Theme park rides[edit]

Simulators have been used for entertainment since the Link Trainer in the 1930s.[65] The first modern simulator ride to open at a theme park was Disney's Star Tours in 1987 soon followed by Universal's The Funtastic World of Hanna-Barbera in 1990 which was the first ride to be done entirely with computer graphics.[66]

Simulator rides are the progeny of military training simulators and commercial simulators, but they are different in a fundamental way. While military training simulators react realistically to the input of the trainee in real time, ride simulators only feel like they move realistically and move according to prerecorded motion scripts.[66] One of the first simulator rides, Star Tours, which cost $32 million, used a hydraulic motion based cabin. The movement was programmed by a joystick. Today's simulator rides, such as The Amazing Adventures of Spider-Man include elements to increase the amount of immersion experienced by the riders such as: 3D imagery, physical effects (spraying water or producing scents), and movement through an environment.[67]

Simulation and manufacturing[edit]

Manufacturing simulation represents one of the most important applications of simulation. This technique represents a valuable tool used by engineers when evaluating the effect of capital investment in equipment and physical facilities like factory plants, warehouses, and distribution centers. Simulation can be used to predict the performance of an existing or planned system and to compare alternative solutions for a particular design problem.[68]

Another important goal of simulation in manufacturing systems is to quantify system performance. Common measures of system performance include the following:[69]

  • Throughput under average and peak loads
  • System cycle time (how long it takes to produce one part)
  • Use of resource, labor, and machines
  • Bottlenecks and choke points
  • Queuing at work locations
  • Queuing and delays caused by material-handling devices and systems
  • WIP storages needs
  • Staffing requirements
  • Effectiveness of scheduling systems
  • Effectiveness of control systems

More examples of simulation[edit]

Automobiles[edit]

An automobile simulator provides an opportunity to reproduce the characteristics of real vehicles in a virtual environment. It replicates the external factors and conditions with which a vehicle interacts enabling a driver to feel as if they are sitting in the cab of their own vehicle. Scenarios and events are replicated with sufficient reality to ensure that drivers become fully immersed in the experience rather than simply viewing it as an educational experience.

The simulator provides a constructive experience for the novice driver and enables more complex exercises to be undertaken by the more mature driver. For novice drivers, truck simulators provide an opportunity to begin their career by applying best practice. For mature drivers, simulation provides the ability to enhance good driving or to detect poor practice and to suggest the necessary steps for remedial action. For companies, it provides an opportunity to educate staff in the driving skills that achieve reduced maintenance costs, improved productivity and, most importantly, to ensure the safety of their actions in all possible situations.

Biomechanics[edit]

A biomechanics simulator is a simulation platform for creating dynamic mechanical models built from combinations of rigid and deformable bodies, joints, constraints, and various force actuators. It is specialized for creating biomechanical models of human anatomical structures, with the intention to study their function and eventually assist in the design and planning of medical treatment.

A biomechanics simulator is used to analyze walking dynamics, study sports performance, simulate surgical procedures, analyze joint loads, design medical devices, and animate human and animal movement.

A neuromechanical simulator that combines biomechanical and biologically realistic neural network simulation. It allows the user to test hypotheses on the neural basis of behavior in a physically accurate 3-D virtual environment.

City and urban[edit]

A city simulator can be a city-building game but can also be a tool used by urban planners to understand how cities are likely to evolve in response to various policy decisions. AnyLogic is an example of modern, large-scale urban simulators designed for use by urban planners. City simulators are generally agent-based simulations with explicit representations for land use and transportation. UrbanSim and LEAM are examples of large-scale urban simulation models that are used by metropolitan planning agencies and military bases for land use and transportation planning.

Christmas[edit]

Several Christmas-themed simulations exist, many of which are centred around Santa Claus. An example of these simulations are websites which claim to allow the user to track Santa Claus. Due to the fact that Santa is a legendary character and not a real, living person, it is impossible to provide actual information on his location, and services such as NORAD Tracks Santa and the Google Santa Tracker (the former of which claims to use radar and other technologies to track Santa)[70] display fake, predetermined location information to users. Another example of these simulations are websites that claim to allow the user to email or send messages to Santa Claus. Websites such as emailSanta.com or Santa's former page on the now-defunct Windows Live Spaces by Microsoft use automated programs or scripts to generate personalized replies claimed to be from Santa himself based on user input.[71][72][73][74]

Classroom of the future[edit]

The classroom of the future will probably contain several kinds of simulators, in addition to textual and visual learning tools. This will allow students to enter the clinical years better prepared, and with a higher skill level. The advanced student or postgraduate will have a more concise and comprehensive method of retraining—or of incorporating new clinical procedures into their skill set—and regulatory bodies and medical institutions will find it easier to assess the proficiency and competency of individuals.

The classroom of the future will also form the basis of a clinical skills unit for continuing education of medical personnel; and in the same way that the use of periodic flight training assists airline pilots, this technology will assist practitioners throughout their career.[citation needed]

The simulator will be more than a "living" textbook, it will become an integral a part of the practice of medicine.[citation needed] The simulator environment will also provide a standard platform for curriculum development in institutions of medical education.

Communication satellites[edit]

Modern satellite communications systems (SATCOM) are often large and complex with many interacting parts and elements. In addition, the need for broadband connectivity on a moving vehicle has increased dramatically in the past few years for both commercial and military applications. To accurately predict and deliver high quality of service, SATCOM system designers have to factor in terrain as well as atmospheric and meteorological conditions in their planning. To deal with such complexity, system designers and operators increasingly turn towards computer models of their systems to simulate real-world operating conditions and gain insights into usability and requirements prior to final product sign-off. Modeling improves the understanding of the system by enabling the SATCOM system designer or planner to simulate real-world performance by injecting the models with multiple hypothetical atmospheric and environmental conditions. Simulation is often used in the training of civilian and military personnel. This usually occurs when it is prohibitively expensive or simply too dangerous to allow trainees to use the real equipment in the real world. In such situations, they will spend time learning valuable lessons in a "safe" virtual environment yet living a lifelike experience (or at least it is the goal). Often the convenience is to permit mistakes during training for a safety-critical system.

Digital lifecycle[edit]

Simulation of airflow over an engine

Simulation solutions are being increasingly integrated with computer-aided solutions and processes (computer-aided design or CAD, computer-aided manufacturing or CAM, computer-aided engineering or CAE, etc.). The use of simulation throughout the product lifecycle, especially at the earlier concept and design stages, has the potential of providing substantial benefits. These benefits range from direct cost issues such as reduced prototyping and shorter time-to-market to better performing products and higher margins. However, for some companies, simulation has not provided the expected benefits.

The successful use of simulation, early in the lifecycle, has been largely driven by increased integration of simulation tools with the entire set of CAD, CAM and product-lifecycle management solutions. Simulation solutions can now function across the extended enterprise in a multi-CAD environment, and include solutions for managing simulation data and processes and ensuring that simulation results are made part of the product lifecycle history.

Disaster preparedness[edit]

Simulation training has become a method for preparing people for disasters. Simulations can replicate emergency situations and track how learners respond thanks to a lifelike experience. Disaster preparedness simulations can involve training on how to handle terrorism attacks, natural disasters, pandemic outbreaks, or other life-threatening emergencies.

One organization that has used simulation training for disaster preparedness is CADE (Center for Advancement of Distance Education). CADE[75] has used a video game to prepare emergency workers for multiple types of attacks. As reported by News-Medical.Net, "The video game is the first in a series of simulations to address bioterrorism, pandemic flu, smallpox, and other disasters that emergency personnel must prepare for.[76]" Developed by a team from the University of Illinois at Chicago (UIC), the game allows learners to practice their emergency skills in a safe, controlled environment.

The Emergency Simulation Program (ESP) at the British Columbia Institute of Technology (BCIT), Vancouver, British Columbia, Canada is another example of an organization that uses simulation to train for emergency situations. ESP uses simulation to train on the following situations: forest fire fighting, oil or chemical spill response, earthquake response, law enforcement, municipal firefighting, hazardous material handling, military training, and response to terrorist attack[77] One feature of the simulation system is the implementation of "Dynamic Run-Time Clock," which allows simulations to run a 'simulated' time frame, "'speeding up' or 'slowing down' time as desired"[77] Additionally, the system allows session recordings, picture-icon based navigation, file storage of individual simulations, multimedia components, and launch external applications.

At the University of Québec in Chicoutimi, a research team at the outdoor research and expertise laboratory (Laboratoire d'Expertise et de Recherche en Plein Air – LERPA) specializes in using wilderness backcountry accident simulations to verify emergency response coordination.

Instructionally, the benefits of emergency training through simulations are that learner performance can be tracked through the system. This allows the developer to make adjustments as necessary or alert the educator on topics that may require additional attention. Other advantages are that the learner can be guided or trained on how to respond appropriately before continuing to the next emergency segment—this is an aspect that may not be available in the live environment. Some emergency training simulators also allow for immediate feedback, while other simulations may provide a summary and instruct the learner to engage in the learning topic again.

In a live-emergency situation, emergency responders do not have time to waste. Simulation-training in this environment provides an opportunity for learners to gather as much information as they can and practice their knowledge in a safe environment. They can make mistakes without risk of endangering lives and be given the opportunity to correct their errors to prepare for the real-life emergency.

Economics[edit]

Simulations in economics and especially in macroeconomics, judge the desirability of the effects of proposed policy actions, such as fiscal policy changes or monetary policy changes. A mathematical model of the economy, having been fitted to historical economic data, is used as a proxy for the actual economy; proposed values of government spending, taxation, open market operations, etc. are used as inputs to the simulation of the model, and various variables of interest such as the inflation rate, the unemployment rate, the balance of trade deficit, the government budget deficit, etc. are the outputs of the simulation. The simulated values of these variables of interest are compared for different proposed policy inputs to determine which set of outcomes is most desirable.[78]

Engineering, technology, and processes[edit]

Simulation is an important feature in engineering systems or any system that involves many processes. For example, in electrical engineering, delay lines may be used to simulate propagation delay and phase shift caused by an actual transmission line. Similarly, dummy loads may be used to simulate impedance without simulating propagation and is used in situations where propagation is unwanted. A simulator may imitate only a few of the operations and functions of the unit it simulates. Contrast with: emulate.[79]

Most engineering simulations entail mathematical modeling and computer-assisted investigation. There are many cases, however, where mathematical modeling is not reliable. Simulation of fluid dynamics problems often require both mathematical and physical simulations. In these cases the physical models require dynamic similitude. Physical and chemical simulations have also direct realistic uses, rather than research uses; in chemical engineering, for example, process simulations are used to give the process parameters immediately used for operating chemical plants, such as oil refineries. Simulators are also used for plant operator training. It is called Operator Training Simulator (OTS) and has been widely adopted by many industries from chemical to oil&gas and to the power industry. This created a safe and realistic virtual environment to train board operators and engineers. Mimic is capable of providing high fidelity dynamic models of nearly all chemical plants for operator training and control system testing.

Ergonomics[edit]

Ergonomic simulation involves the analysis of virtual products or manual tasks within a virtual environment. In the engineering process, the aim of ergonomics is to develop and to improve the design of products and work environments.[80] Ergonomic simulation utilizes an anthropometric virtual representation of the human, commonly referenced as a mannequin or Digital Human Models (DHMs), to mimic the postures, mechanical loads, and performance of a human operator in a simulated environment such as an airplane, automobile, or manufacturing facility. DHMs are recognized as evolving and valuable tool for performing proactive ergonomics analysis and design.[81] The simulations employ 3D-graphics and physics-based models to animate the virtual humans. Ergonomics software uses inverse kinematics (IK) capability for posing the DHMs.[80]

Software tools typically calculate biomechanical properties including individual muscle forces, joint forces and moments. Most of these tools employ standard ergonomic evaluation methods such as the NIOSH lifting equation and Rapid Upper Limb Assessment (RULA). Some simulations also analyze physiological measures including metabolism, energy expenditure, and fatigue limits Cycle time studies, design and process validation, user comfort, reachability, and line of sight are other human-factors that may be examined in ergonomic simulation packages.[82]

Modeling and simulation of a task can be performed by manually manipulating the virtual human in the simulated environment. Some ergonomics simulation software permits interactive, real-time simulation and evaluation through actual human input via motion capture technologies. However, motion capture for ergonomics requires expensive equipment and the creation of props to represent the environment or product.

Some applications of ergonomic simulation in include analysis of solid waste collection, disaster management tasks, interactive gaming,[83] automotive assembly line,[84] virtual prototyping of rehabilitation aids,[85] and aerospace product design.[86] Ford engineers use ergonomics simulation software to perform virtual product design reviews. Using engineering data, the simulations assist evaluation of assembly ergonomics. The company uses Siemen's Jack and Jill ergonomics simulation software in improving worker safety and efficiency, without the need to build expensive prototypes.[87]

Finance[edit]

In finance, computer simulations are often used for scenario planning. Risk-adjusted net present value, for example, is computed from well-defined but not always known (or fixed) inputs. By imitating the performance of the project under evaluation, simulation can provide a distribution of NPV over a range of discount rates and other variables. Simulations are also often used to test a financial theory or the ability of a financial model.[88]

Simulations are frequently used in financial training to engage participants in experiencing various historical as well as fictional situations. There are stock market simulations, portfolio simulations, risk management simulations or models and forex simulations. Such simulations are typically based on stochastic asset models. Using these simulations in a training program allows for the application of theory into a something akin to real life. As with other industries, the use of simulations can be technology or case-study driven.

Flight[edit]

A military flight simulator

Flight simulation is mainly used to train pilots outside of the aircraft.[89] In comparison to training in flight, simulation-based training allows for practicing maneuvers or situations that may be impractical (or even dangerous) to perform in the aircraft while keeping the pilot and instructor in a relatively low-risk environment on the ground. For example, electrical system failures, instrument failures, hydraulic system failures, and even flight control failures can be simulated without risk to the crew or equipment.[90]

Instructors can also provide students with a higher concentration of training tasks in a given period of time than is usually possible in the aircraft. For example, conducting multiple instrument approaches in the actual aircraft may require significant time spent repositioning the aircraft, while in a simulation, as soon as one approach has been completed, the instructor can immediately reposition the simulated aircraft to a location from which the next approach can be begun.

Flight simulation also provides an economic advantage over training in an actual aircraft. Once fuel, maintenance, and insurance costs are taken into account, the operating costs of an FSTD are usually substantially lower than the operating costs of the simulated aircraft. For some large transport category airplanes, the operating costs may be several times lower for the FSTD than the actual aircraft. Another advantage is reduced environmental impact, as simulators don't contribute directly to carbon or noise emissions.[91]

There also exist "engineering flight simulators" which are a key element of the aircraft design process.[92] Many benefits that come from a lower number of test flights like cost and safety improvements are described above, but there are some unique advantages. Having a simulator available allows for faster design iteration cycle or using more test equipment than could be fit into a real aircraft.[93]

Marine[edit]

A ship bridge simulator

Bearing resemblance to flight simulators, a marine simulator is meant for training of ship personnel. The most common marine simulators include:[94]

  • Ship's bridge simulators
  • Engine room simulators[95]
  • Cargo handling simulators
  • Communication / GMDSS simulators
  • ROV simulators

Simulators like these are mostly used within maritime colleges, training institutions, and navies. They often consist of a replication of a ships' bridge, with the operating console(s), and a number of screens on which the virtual surroundings are projected.

Military[edit]

The grenade launcher trains using a computer simulator

Military simulations, also known informally as war games, are models in which theories of warfare can be tested and refined without the need for actual hostilities. They exist in many different forms, with varying degrees of realism. In recent times, their scope has widened to include not only military but also political and social factors (for example, the Nationlab series of strategic exercises in Latin America).[96] While many governments make use of simulation, both individually and collaboratively, little is known about the model's specifics outside professional circles.

Network and distributed systems[edit]

Network and distributed systems have been extensively simulated in other to understand the impact of new protocols and algorithms before their deployment in the actual systems. The simulation can focus on different levels (physical layer, network layer, application layer), and evaluate different metrics (network bandwidth, resource consumption, service time, dropped packets, system availability). Examples of simulation scenarios of network and distributed systems are:

Payment and securities settlement system[edit]

Simulation techniques have also been applied to payment and securities settlement systems. Among the main users are central banks who are generally responsible for the oversight of market infrastructure and entitled to contribute to the smooth functioning of the payment systems.

Central banks have been using payment system simulations to evaluate things such as the adequacy or sufficiency of liquidity available ( in the form of account balances and intraday credit limits) to participants (mainly banks) to allow efficient settlement of payments.[101][102] The need for liquidity is also dependent on the availability and the type of netting procedures in the systems, thus some of the studies have a focus on system comparisons.[103]

Another application is to evaluate risks related to events such as communication network breakdowns or the inability of participants to send payments (e.g. in case of possible bank failure).[104] This kind of analysis falls under the concepts of stress testing or scenario analysis.

A common way to conduct these simulations is to replicate the settlement logics of the real payment or securities settlement systems under analysis and then use real observed payment data. In case of system comparison or system development, naturally, also the other settlement logics need to be implemented.

To perform stress testing and scenario analysis, the observed data needs to be altered, e.g. some payments delayed or removed. To analyze the levels of liquidity, initial liquidity levels are varied. System comparisons (benchmarking) or evaluations of new netting algorithms or rules are performed by running simulations with a fixed set of data and varying only the system setups.

An inference is usually done by comparing the benchmark simulation results to the results of altered simulation setups by comparing indicators such as unsettled transactions or settlement delays.

Power systems[edit]

Project management[edit]

Project management simulation is simulation used for project management training and analysis. It is often used as a training simulation for project managers. In other cases, it is used for what-if analysis and for supporting decision-making in real projects. Frequently the simulation is conducted using software tools.

Robotics[edit]

A robotics simulator is used to create embedded applications for a specific (or not) robot without being dependent on the 'real' robot. In some cases, these applications can be transferred to the real robot (or rebuilt) without modifications. Robotics simulators allow reproducing situations that cannot be 'created' in the real world because of cost, time, or the 'uniqueness' of a resource. A simulator also allows fast robot prototyping. Many robot simulators feature physics engines to simulate a robot's dynamics.

Production[edit]

Simulation of production systems is used mainly to examine the effect of improvements or investments in a production system. Most often this is done using a static spreadsheet with process times and transportation times. For more sophisticated simulations Discrete Event Simulation (DES) is used with the advantages to simulate dynamics in the production system. A production system is very much dynamic depending on variations in manufacturing processes, assembly times, machine set-ups, breaks, breakdowns and small stoppages.[105] There is much software commonly used for discrete event simulation. They differ in usability and markets but do often share the same foundation.

Sales process[edit]

Simulations are useful in modeling the flow of transactions through business processes, such as in the field of sales process engineering, to study and improve the flow of customer orders through various stages of completion (say, from an initial proposal for providing goods/services through order acceptance and installation). Such simulations can help predict the impact of how improvements in methods might impact variability, cost, labor time, and the number of transactions at various stages in the process. A full-featured computerized process simulator can be used to depict such models, as can simpler educational demonstrations using spreadsheet software, pennies being transferred between cups based on the roll of a die, or dipping into a tub of colored beads with a scoop.[106]

Sports[edit]

In sports, computer simulations are often done to predict the outcome of events and the performance of individual sportspeople. They attempt to recreate the event through models built from statistics. The increase in technology has allowed anyone with knowledge of programming the ability to run simulations of their models. The simulations are built from a series of mathematical algorithms, or models, and can vary with accuracy. Accuscore, which is licensed by companies such as ESPN, is a well-known simulation program for all major sports. It offers a detailed analysis of games through simulated betting lines, projected point totals and overall probabilities.

With the increased interest in fantasy sports simulation models that predict individual player performance have gained popularity. Companies like What If Sports and StatFox specialize in not only using their simulations for predicting game results but how well individual players will do as well. Many people use models to determine whom to start in their fantasy leagues.

Another way simulations are helping the sports field is in the use of biomechanics. Models are derived and simulations are run from data received from sensors attached to athletes and video equipment. Sports biomechanics aided by simulation models answer questions regarding training techniques such as the effect of fatigue on throwing performance (height of throw) and biomechanical factors of the upper limbs (reactive strength index; hand contact time).[107]

Computer simulations allow their users to take models which before were too complex to run, and give them answers. Simulations have proven to be some of the best insights into both play performance and team predictability.

Space shuttle countdown[edit]

Firing Room 1 configured for Space Shuttle launches

Simulation was used at Kennedy Space Center (KSC) to train and certify Space Shuttle engineers during simulated launch countdown operations. The Space Shuttle engineering community would participate in a launch countdown integrated simulation before each Shuttle flight. This simulation is a virtual simulation where real people interact with simulated Space Shuttle vehicle and Ground Support Equipment (GSE) hardware. The Shuttle Final Countdown Phase Simulation, also known as S0044, involved countdown processes that would integrate many of the Space Shuttle vehicle and GSE systems. Some of the Shuttle systems integrated in the simulation are the main propulsion system, RS-25, solid rocket boosters, ground liquid hydrogen and liquid oxygen, external tank, flight controls, navigation, and avionics.[108] The high-level objectives of the Shuttle Final Countdown Phase Simulation are:

  • To demonstrate firing room final countdown phase operations.
  • To provide training for system engineers in recognizing, reporting and evaluating system problems in a time critical environment.
  • To exercise the launch team's ability to evaluate, prioritize and respond to problems in an integrated manner within a time critical environment.
  • To provide procedures to be used in performing failure/recovery testing of the operations performed in the final countdown phase.[109]

The Shuttle Final Countdown Phase Simulation took place at the Kennedy Space Center Launch Control Center firing rooms. The firing room used during the simulation is the same control room where real launch countdown operations are executed. As a result, equipment used for real launch countdown operations is engaged. Command and control computers, application software, engineering plotting and trending tools, launch countdown procedure documents, launch commit criteria documents, hardware requirement documents, and any other items used by the engineering launch countdown teams during real launch countdown operations are used during the simulation.

The Space Shuttle vehicle hardware and related GSE hardware is simulated by mathematical models (written in Shuttle Ground Operations Simulator (SGOS) modeling language[110]) that behave and react like real hardware. During the Shuttle Final Countdown Phase Simulation, engineers command and control hardware via real application software executing in the control consoles – just as if they were commanding real vehicle hardware. However, these real software applications do not interface with real Shuttle hardware during simulations. Instead, the applications interface with mathematical model representations of the vehicle and GSE hardware. Consequently, the simulations bypass sensitive and even dangerous mechanisms while providing engineering measurements detailing how the hardware would have reacted. Since these math models interact with the command and control application software, models and simulations are also used to debug and verify the functionality of application software.[111]

Satellite navigation[edit]

The only true way to test GNSS receivers (commonly known as Sat-Nav's in the commercial world) is by using an RF Constellation Simulator. A receiver that may, for example, be used on an aircraft, can be tested under dynamic conditions without the need to take it on a real flight. The test conditions can be repeated exactly, and there is full control over all the test parameters. this is not possible in the 'real-world' using the actual signals. For testing receivers that will use the new Galileo (satellite navigation) there is no alternative, as the real signals do not yet exist.

Trains[edit]

Weather[edit]

Predicting weather conditions by extrapolating/interpolating previous data is one of the real use of simulation. Most of the weather forecasts use this information published by Weather bureaus. This kind of simulations helps in predicting and forewarning about extreme weather conditions like the path of an active hurricane/cyclone. Numerical weather prediction for forecasting involves complicated numeric computer models to predict weather accurately by taking many parameters into account.

Simulation games[edit]

Strategy games—both traditional and modern—may be viewed as simulations of abstracted decision-making for the purpose of training military and political leaders (see History of Go for an example of such a tradition, or Kriegsspiel for a more recent example).

Many other video games are simulators of some kind. Such games can simulate various aspects of reality, from business, to government, to construction, to piloting vehicles (see above).

Historical usage[edit]

Historically, the word had negative connotations:

...therefore a general custom of simulation (which is this last degree) is a vice, using either of a natural falseness or fearfulness...

— Francis Bacon, Of Simulation and Dissimulation, 1597

...for Distinction Sake, a Deceiving by Words, is commonly called a Lye, and a Deceiving by Actions, Gestures, or Behavior, is called Simulation...

— Robert South, South, 1697, p.525

However, the connection between simulation and dissembling later faded out and is now only of linguistic interest.[112]

See also[edit]

References[edit]

  1. ^ "simulation, n. meanings, etymology and more | Oxford English Dictionary". www.oed.com. Retrieved 20 September 2023.
  2. ^ a b Cambridge University Press (2023). "SIMULATION | English meaning - Cambridge Dictionary". Cambridge Dictionary. Retrieved 20 September 2023.
  3. ^ a b c J. Banks; J. Carson; B. Nelson; D. Nicol (2001). Discrete-Event System Simulation. Prentice Hall. p. 3. ISBN 978-0-13-088702-3.
  4. ^ White, K. Preston; Ingalls, Ricki G. (December 2015). "Introduction to simulation". 2015 Winter Simulation Conference (WSC). pp. 1741–1755. doi:10.1109/WSC.2015.7408292. ISBN 978-1-4673-9743-8.
  5. ^ In the words of the Simulation article Archived 10 December 2017 at the Wayback Machine in Encyclopedia of Computer Science, "designing a model of a real or imagined system and conducting experiments with that model".
  6. ^ Sokolowski, J.A.; Banks, C.M. (2009). Principles of Modeling and Simulation. John Wiley & Son. p. 6. ISBN 978-0-470-28943-3.
  7. ^ For example in computer graphics SIGGRAPH 2007 | For Attendees | Papers Doc:Tutorials/Physics/BSoD – BlenderWiki Archived 12 October 2007 at the Wayback Machine.
  8. ^ a b McLeod, J. (1968) "Simulation: the Dynamic Modeling of Ideas And Systems with Computers", McGraw-Hill, NYC.
  9. ^ Zeigler, B. P., Praehofer, H., & Kim, T. G. (2000) "Theory of Modeling and Simulation: Integrating Discrete Event and Continuous Complex Dynamic Systems", Elsevier, Amsterdam.
  10. ^ Giambiasi, N., Escude, B., & Ghosh, S. (2001). GDEVS: A generalized discrete event specification for accurate modeling of dynamic systems. In Autonomous Decentralized Systems, 2001. Proceedings. 5th International Symposium on (pp. 464–469). IEEE.
  11. ^ Petty, M. D. (April 1995). Computer-generated forces in a distributed interactive simulation. In Distributed Interactive Simulation Systems for Simulation and Training in the Aerospace Environment: A Critical Review (Vol. 10280, p. 102800I). International Society for Optics and Photonics.
  12. ^ Fujimoto, R. M. (1990). Parallel discrete event simulation. Communications of the ACM, 33(10), 30–53.
  13. ^ Kuhl, F., Weatherly, R., & Dahmann, J. (1999). Creating computer simulation systems: an introduction to the high-level architecture. Prentice Hall PTR.
  14. ^ Bruzzone A.G., Massei M., Simulation-Based Military Training, in Guide to Simulation-Based Disciplines, Vol.1. 315–361.
  15. ^ Cayirci, E. (December 2013). Modeling and simulation as a cloud service: a survey. In Simulation Conference (WSC), 2013 Winter (pp. 389–400). IEEE.
  16. ^ Bruzzone, A. G., Massei, M., Tremori, A., Longo, F., Nicoletti, L., Poggi, S., ... & Poggio, G. (2014). MS2G: simulation as a service for data mining and crowdsourcing in vulnerability Reduction. Proceedings of WAMS, Istanbul, September.
  17. ^ "Modelling, Simulation & Synthetic Environments". Thalse. Archived from the original on 21 June 2006. Retrieved 24 December 2007.
  18. ^ "Synthetic Environments". CAE. Archived from the original on 22 January 2008. Retrieved 24 December 2007.
  19. ^ Thales defines synthetic environment as "the counterpart to simulated models of sensors, platforms and other active objects" for "the simulation of the external factors that affect them"[17] while other vendors use the term for more visual, virtual reality-style simulators.[18]
  20. ^ For a popular research project in the field of biochemistry where "computer simulation is particularly well suited to address these questions"Folding@home – Main Archived 6 March 2008 at the Wayback Machine, see Folding@Home.
  21. ^ "Universal Turing Machine". web.mit.edu. Retrieved 18 December 2019.
  22. ^ Davidovitch, L.; A. Parush & A. Shtub (April 2008). "Simulation-based Learning: The Learning-Forgetting-Relearning Process and Impact of Learning History". Computers & Education. 50 (3): 866–880. doi:10.1016/j.compedu.2006.09.003.
  23. ^ Davidovitch, L.; A. Parush & A. Shtub (March 2009). "The Impact of Functional Fidelity in Simulator based Learning of Project Management". International Journal of Engineering Education. 25 (2): 333–340(8.
  24. ^ "Reacting to the Past Home Page" Archived 16 April 2009 at the Wayback Machine.
  25. ^ "Reacting to the Past: STEM Games" Archived 10 October 2020 at the Wayback Machine.
  26. ^ "Carana," at 'PaxSims' blog, 27 January 2009 Archived 2 November 2022 at the Wayback Machine.
  27. ^ Kratzig, Gregory (March 2013). "Simulated Pistol Training: The Future of Law Enforcement Training?" (PDF). International Police Training Journal (5): 5–7. Archived (PDF) from the original on 10 October 2022. (pages missing)
  28. ^ a b c d Sherman, W.R.; Craig, A.B. (2003). Understanding Virtual Reality. San Francisco, CA: Morgan Kaufmann. ISBN 978-1-55860-353-0.
  29. ^ Leeb, R.; Lee, F.; Keinrath, C.; Schere, R.; Bischof, H.; Pfurtscheller, G. (2007). "Brain-Computer Communication: Motivation, Aim, and Impact of Exploring a Virtual Apartment" (PDF). IEEE Transactions on Neural Systems and Rehabilitation Engineering. 15 (4): 473–481. doi:10.1109/TNSRE.2007.906956. PMID 18198704. S2CID 19998029. Archived (PDF) from the original on 20 March 2020.
  30. ^ Zahraee, A.H., Szewczyk, J., Paik, J.K., Guillaume, M. (2010). Robotic hand-held surgical device: evaluation of end-effector's kinematics and development of proof-of-concept prototypes. Proceedings of the 13th International Conference on Medical Image Computing and Computer-Assisted Intervention, Beijing, China.
  31. ^ Ahmed K, Keeling AN, Fakhry M, Ashrafian H, Aggarwal R, Naughton PA, Darzi A, Cheshire N, et al. (January 2010). "Role of Virtual Reality Simulation in Teaching and Assessing Technical Skills in Endovascular Intervention". J Vasc Interv Radiol. 21 (1): 55–66. doi:10.1016/j.jvir.2009.09.019. PMID 20123191.
  32. ^ Narayan, Roger; Kumta, Prashant; Sfeir, Charles; Lee, Dong-Hyun; Choi, Daiwon; Olton, Dana (October 2004). "Nanostructured ceramics in medical devices: Applications and prospects". JOM. 56 (10): 38–43. Bibcode:2004JOM....56j..38N. doi:10.1007/s11837-004-0289-x. S2CID 137324362.
  33. ^ Couvreur P, Vauthier C (July 2006). "Nanotechnology: intelligent design to treat complex disease". Pharm. Res. 23 (7): 1417–50. doi:10.1007/s11095-006-0284-8. PMID 16779701. S2CID 1520698.
  34. ^ Hede S, Huilgol N (2006). ""Nano": the new nemesis of cancer". J Cancer Res Ther. 2 (4): 186–95. doi:10.4103/0973-1482.29829. PMID 17998702.
  35. ^ Leary SP, Liu CY, Apuzzo ML (June 2006). "Toward the emergence of nanoneurosurgery: part III—nanomedicine: targeted nanotherapy, nanosurgery, and progress toward the realization of nanoneurosurgery". Neurosurgery. 58 (6): 1009–26, discussion 1009–26. doi:10.1227/01.NEU.0000217016.79256.16. PMID 16723880. S2CID 33235348.
  36. ^ "Simulation Portfolio". Virtual Anesthesia Machine. Retrieved 15 May 2016.
  37. ^ Loveday BP, Oosthuizen GV, Diener BS, Windsor JA (2010). "A randomized trial evaluating a cognitive simulator for laparoscopic appendectomy". ANZ Journal of Surgery. 80 (9): 588–594. doi:10.1111/j.1445-2197.2010.05349.x. PMID 20840399. S2CID 43449399.
  38. ^ a b Groves, Patricia S.; Bunch, Jacinda L.; Cram, Ellen; Farag, Amany; Manges, Kirstin; Perkhounkova, Yelena; Scott-Cawiezell, Jill (19 October 2016). "Priming Patient Safety Through Nursing Handoff Communication: A Simulation Pilot Study". Western Journal of Nursing Research. 39 (11): 1394–1411. doi:10.1177/0193945916673358. ISSN 0193-9459. PMID 28322631. S2CID 32696412.
  39. ^ Groves, Patricia S.; Manges, Kirstin (24 August 2017). "Understanding Nursing Handoffs: Safety Scholarship in Nursing". Western Journal of Nursing Research. 39 (11): 1391–1393. doi:10.1177/0193945917727237. ISSN 0193-9459. PMID 28835189.
  40. ^ a b c Nishisaki A, Keren R, Nadkarni V (June 2007). "Does simulation improve patient safety? Self-efficacy, competence, operational performance, and patient safety". Anesthesiol Clin. 25 (2): 225–36. doi:10.1016/j.anclin.2007.03.009. PMID 17574187.
  41. ^ a b Stewart, Greg L; Manges, Kirstin A; Ward, Marcia M (2015). "Empowering Sustained Patient Safety". Journal of Nursing Care Quality. 30 (3): 240–6. doi:10.1097/NCQ.0000000000000103. PMID 25479238. S2CID 5613563.
  42. ^ Zendejas B; Brydges R; Hamstra SJ; et al. (2013). "State of the evidence on simulation-based training for laparoscopic surgery: A systematic review". Ann Surg. 257 (4): 586–93. doi:10.1097/SLA.0b013e318288c40b. PMID 23407298. S2CID 25367431.
  43. ^ Pandey VA, Wolfe JHN (2012). "Expanding the use of simulation in open vascular surgical training". J Vasc Surg. 56 (3): 847–52. doi:10.1016/j.jvs.2012.04.015. PMID 22836105.
  44. ^ Palter VN, Grantcharov TP (2014). "Individualized deliberate practice on a virtual reality simulator improves technical performance of surgical novices in the operating room". Ann Surg. 259 (3): 443–48. doi:10.1097/sla.0000000000000254. PMID 24503910. S2CID 43162924.
  45. ^ Manges, Kirstin; Scott-Cawiezell, Jill; Ward, Marcia M (2017), "Maximizing Team Performance: The Critical Role of the Nurse Leader", Nursing Forum, 52 (1): 21–29, doi:10.1111/nuf.12161, PMID 27194144
  46. ^ a b Meller, G. (1997). "A Typology of Simulators for Medical Education". Journal of Digital Imaging. 10 (Suppl 1): 194–196. doi:10.1007/BF03168699. PMC 3452832. PMID 9268881. Archived from the original on 27 November 1999.
  47. ^ Richard H. Riley (2008). Chapter 38: Society for Simulation in Healthcare by Raemer, Dan IN: Manual of Simulation in Healthcare. Oxford University Press. pp. 532–. ISBN 978-0-19-920585-1.
  48. ^ McGaghie WC, Issenberg SB, Petrusa ER, Scalese RJ (2010). "A critical review of simulation-based medical education research: 2003–2009". Medical Education. 44 (1): 50–63. doi:10.1111/j.1365-2923.2009.03547.x. PMID 20078756. S2CID 228055.
  49. ^ Struijk, Jennie (11 April 2013). "Certified Healthcare Simulation Educator (CHSE) – an update for ASPE". Association of Standardized Patient Educators News. Retrieved 27 December 2015.
  50. ^ a b Cooper Jeffery B, Taqueti VR (December 2008). "A brief history of the development of mannequin simulators for clinical education and training". Postgrad Med J. 84 (997): 563–570. doi:10.1136/qshc.2004.009886. PMC 1765785. PMID 19103813.
  51. ^ Murphy D, Challacombe B, Nedas T, Elhage O, Althoefer K, Seneviratne L, Dasgupta P (May 2007). "[Equipment and technology in robotics]". Arch. Esp. Urol. (in Spanish). 60 (4): 349–55. doi:10.4321/s0004-06142007000400004. PMID 17626526.
  52. ^ Carey, Benedict (22 November 2010). "In Cybertherapy, Avatars Assist With Healing". The New York Times. Archived from the original on 2 October 2011. Retrieved 27 February 2020.{{cite news}}: CS1 maint: unfit URL (link)
  53. ^ Dagger, Jacob (May–June 2008). "The New Game Theory: Update". Duke Magazine. Vol. 94, no. 3. Archived from the original on 9 June 2009. Retrieved 27 February 2020.
  54. ^ Steinberg, Scott (31 January 2011). "How video games can make you smarter". Cable News Network (CNN Tech). Archived from the original on 7 February 2011. Retrieved 8 February 2011.
  55. ^ Vlaovic PD, Sargent ER, Boker JR, et al. (2008). "Immediate impact of an intensive one-week laparoscopy training program on laparoscopic skills among postgraduate urologists". JSLS. 12 (1): 1–8. PMC 3016039. PMID 18402731. Archived from the original on 3 January 2013.
  56. ^ Leung J, Foster E (April 2008). "How do we ensure that trainees learn to perform biliary sphincterotomy safely, appropriately, and effectively?". Curr Gastroenterol Rep. 10 (2): 163–8. doi:10.1007/s11894-008-0038-3. PMID 18462603. S2CID 41259893. Archived from the original on 22 January 2009.
  57. ^ Welcome to PONG-Story Archived 27 August 2010 at the Wayback Machine
  58. ^ "TRON – The 1982 Movie". Archived from the original on 25 May 2009. Retrieved 24 June 2009.
  59. ^ History of Computers 1980 Archived 18 August 2009 at the Wayback Machine
  60. ^ "Video Game Console Timeline – Video Game History – Xbox 360 – TIME Magazine". Time. 23 May 2005. Archived from the original on 20 May 2005. Retrieved 23 May 2010.
  61. ^ "A Brief, Early History of Computer Graphics in Film". 16 August 2002. Archived from the original on 17 July 2012.
  62. ^ "Computer-generated imagery". Archived from the original on 24 April 2015. Retrieved 28 February 2018.
  63. ^ "Simulation – General Information | Open-Site.org". Archived from the original on 9 October 2020. Retrieved 24 June 2009.
  64. ^ "Video Games in the US Market Research | IBISWorld". Archived from the original on 2 November 2022. Retrieved 24 June 2009.
  65. ^ Link Trainer Restoration Archived 5 October 2011 at the Wayback Machine
  66. ^ a b simulatr.
  67. ^ "Bringing Spidey to Life: Kleiser-Walczak Construction Company". Archived from the original on 7 September 2009. Retrieved 24 June 2009.
  68. ^ Benedettini, O.; Tjahjono, B. (2008). "Towards an improved tool to facilitate simulation modeling of complex manufacturing systems". International Journal of Advanced Manufacturing Technology. 43 (1/2): 191–9. doi:10.1007/s00170-008-1686-z. S2CID 110079763.
  69. ^ Banks, J.; Carson J.; Nelson B.L.; Nicol, D. (2005). Discrete-event system simulation (4th ed.). Upper Saddle River, NJ: Pearson Prentice Hall. ISBN 978-0-13-088702-3.
  70. ^ Grush, Loren (24 December 2016). "The technologies NORAD is 'using' to track Santa Claus today". The Verge. Retrieved 14 November 2020.
  71. ^ Ribeiro, Ricky (19 December 2012). "EmailSanta.com: How Santa Claus Went Digital". BizTech Magazine. Retrieved 19 July 2020. It now offers kids and parents personalized messages from Santa, which run from an ASP script that Kerr built himself.
  72. ^ Vnuk, Helen (7 December 2017). "Email Santa and get a reply: the website making my kids believe". MamaMia.com.au/. Retrieved 19 July 2020. The one thing that's convinced my daughter, more than anything else, that Santa is real is a website, emailSanta.com.
  73. ^ "Microsoft pulls plug on potty-mouth Santa, by John Fontana, 4 Dec 2007". Network World. Archived from the original on 13 October 2012. Retrieved 9 December 2010.
  74. ^ "For a Jolly Good Time, Chat With Santa on Windows Live Messenger, 13 Dec 2006". Microsoft. Archived from the original on 24 October 2007. Retrieved 9 December 2010.
  75. ^ "CADE". Archived from the original on 7 September 2009. Retrieved 26 August 2009.
  76. ^ News-Medical.: "Net article-." Archived 5 October 2012 at the Wayback Machine
  77. ^ a b "Emergency Response Training". Archived from the original on 12 March 2003. Retrieved 24 June 2009.
  78. ^ "Finance & Development".
  79. ^ Federal Standard 1037C
  80. ^ a b Reed, M. P., Faraway, J., Chaffin, D. B., & Martin, B. J. (2006). The HUMOSIM Ergonomics Framework: A new approach to digital human simulation for ergonomic analysis. SAE Technical Paper, 01-2365
  81. ^ Chaffin, D. B. (2007). Human motion simulation for vehicle and workplace design. Human Factors and Ergonomics in Manufacturing & Service Industries,17(5), 475–484
  82. ^ "Jack and Process Simulate Human". Siemens PLM Software. Archived from the original on 8 May 2013.
  83. ^ Bush, P. M., Gaines, S., Gammoh, F., & Wooden, S. A Comparison of Software Tools for Occupational Biomechanics and Ergonomic Research.
  84. ^ Niu, J. W., Zhang, X. W., Zhang, X., & Ran, L. H. (December 2010). Investigation of ergonomics in automotive assembly line using Jack. industrial Engineering and Engineering Management (IEEM), 2010 IEEE International Conference on (pp. 1381–1385). IEEE.
  85. ^ Beitler, Matthew T., Harwin, William S., & Mahoney, Richard M. (1996) In Proceedings of the virtual prototyping of rehabilitation aids, RESNA 96, pp. 360–363.
  86. ^ G.R. Bennett. The application of virtual prototyping in the development of complex aerospace products. Virtual Prototyping Journal, 1 (1) (1996), pp. 13–20
  87. ^ "From the floor of the 2012 Chicago Auto Show: Automation World shows how Ford uses the power of simulation « Siemens PLM Software Blog". Archived from the original on 24 April 2012. Retrieved 6 December 2012.
  88. ^ French, Jordan (2017). "The one: A simulation of CAPM market returns". The Journal of Wealth Management. 20 (1): 126–147. doi:10.3905/jwm.2017.20.1.126.
  89. ^ Federal Aviation Administration (25 April 2013). "FAR 121 Subpart N—Training Program". Retrieved 28 April 2013.
  90. ^ David J Allerton (November 2002). "The case for flight simulation in general aviation". The Aeronautical Journal. 106: 607–612. ISSN 0001-9240. Wikidata Q112813480.
  91. ^ European Helicopter Safety Team (EHEST). "Advantages of Simulators (FSTDs) in Helicopter Flight Training" (PDF). European Union Aviation Safety Agency (EASA). p. 6. Archived (PDF) from the original on 10 October 2022. Retrieved 29 June 2022.
  92. ^ David J Allerton (December 2010). "The impact of flight simulation in aerospace". The Aeronautical Journal. 114: 747–756. doi:10.1017/S0001924000004231. ISSN 0001-9240. Wikidata Q112813532.
  93. ^ David J Allerton (2009). Principles of flight simulation. Wiley. p. 13. doi:10.2514/4.867033. ISBN 978-0-470-75436-8. Wikidata Q112813340.
  94. ^ United States Maritime Administration Office of Shipbuilding, Operations, and Research; United States Coast Guard Office of Research and Development (March 1985), Guidelines for Simulator-based Marine Pilot Training Programs (PDF), retrieved 1 July 2022
  95. ^ Tsoukalas, Vasilios D.; Papachristos, Dimitrios A.; Tsoumas, Nikolaos K.; Mattheu, Elisabeth C. (1 October 2008). "Marine engineers' training: Educational assessment for an engine room simulator". WMU Journal of Maritime Affairs. 7 (2): 429–448. doi:10.1007/BF03195143. ISSN 1654-1642. S2CID 110790495. Retrieved 1 July 2022.
  96. ^ The Economist provides a current (as of 2012) survey of public projects attempting to simulate some theories in "The science of civil war: What makes heroic strife" Archived 2 November 2022 at the Wayback Machine.
  97. ^ Filelis-Papadopoulos, Christos K.; Endo, Patricia Takako; Bendechache, Malika; Svorobej, Sergej; Giannoutakis, Konstantinos M.; Gravvanis, George A.; Tzovaras, Dimitrios; Byrne, James; Lynn, Theo (1 January 2020). "Towards simulation and optimization of cache placement on large virtual content distribution networks". Journal of Computational Science. 39: 101052. doi:10.1016/j.jocs.2019.101052. ISSN 1877-7503.
  98. ^ Filelis-Papadopoulos, Christos K.; Giannoutakis, Konstantinos M.; Gravvanis, George A.; Endo, Patricia Takako; Tzovaras, Dimitrios; Svorobej, Sergej; Lynn, Theo (1 April 2019). "Simulating large vCDN networks: A parallel approach". Simulation Modelling Practice and Theory. 92: 100–114. doi:10.1016/j.simpat.2019.01.001. ISSN 1569-190X. S2CID 67752426.
  99. ^ Ibn-Khedher, Hatem; Abd-Elrahman, Emad; Kamal, Ahmed E.; Afifi, Hossam (19 June 2017). "OPAC: An optimal placement algorithm for virtual CDN". Computer Networks. 120: 12–27. doi:10.1016/j.comnet.2017.04.009. ISSN 1389-1286.
  100. ^ Khedher, Hatem; Abd-Elrahman, Emad; Afifi, Hossam; Marot, Michel (2017). "Optimal and Cost Efficient Algorithm for Virtual CDN Orchestration". 2017 IEEE 42nd Conference on Local Computer Networks (LCN). Singapore: IEEE. pp. 61–69. doi:10.1109/LCN.2017.115. ISBN 978-1-5090-6523-3. S2CID 44243386.
  101. ^ Leinonen (ed.): Simulation studies of liquidity needs, risks and efficiency in payment networks (Bank of Finland Studies E:39/2007) Simulation publications Archived 14 July 2012 at archive.today
  102. ^ Neville Arjani: Examining the Trade-Off between Settlement Delay and Intraday Liquidity in Canada's LVTS: A Simulation Approach (Working Paper 2006–20, Bank of Canada) Simulation publications Archived 14 July 2012 at archive.today
  103. ^ Johnson, K.; McAndrews, J.; Soramäki, K. 'Economizing on Liquidity with Deferred Settlement Mechanisms' (Reserve Bank of New York Economic Policy Review, December 2004)
  104. ^ H. Leinonen (ed.): Simulation analyses and stress testing of payment networks (Bank of Finland Studies E:42/2009) Simulation publications Archived 14 July 2012 at archive.today
  105. ^ Ulf, Eriksson (2005). Diffusion of Discrete Event Simulation in Swedish Industry. Gothenburg: Doktorsavhandlingar vid Chalmers tekniska högskola. ISBN 978-91-7291-577-0.
  106. ^ Paul H. Selden (1997). Sales Process Engineering: A Personal Workshop. Milwaukee, WI: ASQ Quality Press. ISBN 978-0-87389-418-0.
  107. ^ Harrison, Andrew J (2011). "Throwing and catching movements exhibit post-activation potentiation effects following fatigue". Sports Biomechanics. 10 (3): 185–196. doi:10.1080/14763141.2011.592544. PMID 21936288. S2CID 38009979.
  108. ^ Sikora, E.A. (27 July 2010). Space Shuttle Main Propulsion System expert, John F. Kennedy Space Center. Interview.
  109. ^ Shuttle Final Countdown Phase Simulation. National Aeronautics and Space Administration KSC Document # RTOMI S0044, Revision AF05, 2009.
  110. ^ Shuttle Ground Operations Simulator (SGOS) Summary Description Manual. National Aeronautics and Space Administration KSC Document # KSC-LPS-SGOS-1000, Revision 3 CHG-A, 1995.
  111. ^ Math Model Main Propulsion System (MPS) Requirements Document, National Aeronautics and Space Administration KSC Document # KSCL-1100-0522, Revision 9, June 2009.
  112. ^ South, in the passage quoted, was speaking of the differences between a falsehood and an honestly mistaken statement; the difference being that for the statement to be a lie the truth must be known, and the opposite of the truth must have been knowingly uttered. And, from this, to the extent to which a lie involves deceptive words, a simulation involves deceptive actions, deceptive gestures, or deceptive behavior. Thus, it would seem, if a simulation is false, then the truth must be known (for something other than the truth to be presented in its stead); and, for the simulation to simulate. Because, otherwise, one would not know what to offer up in a simulation. Bacon's essay Of Simulation and Dissimulation expresses somewhat similar views. Samuel Johnson thought so highly of South's definition, that he used it in the entry for simulation in his Dictionary of the English Language.

External links[edit]