PapersFlow Research Brief

Simulation and Modeling Applications
Research Guide

What is Simulation and Modeling Applications?

Simulation and Modeling Applications is the use of formal models and computer-based simulation to represent, analyze, and predict the behavior of real or designed systems for purposes such as performance evaluation, design, training, and decision support.

Simulation and Modeling Applications spans methods from shading and geometric modeling in computer graphics to discrete-event simulation for distributed systems and communication networks. The provided corpus contains 114,840 works, indicating a large and diverse research base across engineering, computing, and visualization. Highly cited foundations include "Illumination for computer generated pictures" (1975) for image synthesis and "THE OMNET++ DISCRETE EVENT SIMULATION SYSTEM" (2003) and "AN OVERVIEW OF THE OMNeT++ SIMULATION ENVIRONMENT" (2008) for modular network and distributed-system simulation.

114.8K
Papers
N/A
5yr Growth
72.0K
Total Citations

Research Sub-Topics

Why It Matters

Simulation and modeling are used to test designs, compare alternatives, and train users when real-world experimentation is costly, slow, or unsafe. In computer graphics and visualization, Phong (1975) in "Illumination for computer generated pictures" formalized a shading approach that became a practical tool for rendering 3D scenes, linking visual realism to underlying object modeling and visibility handling. In computer networks and distributed systems, Varga (2003) in "THE OMNET++ DISCRETE EVENT SIMULATION SYSTEM" and Varga and Hornig (2008) in "AN OVERVIEW OF THE OMNeT++ SIMULATION ENVIRONMENT" described OMNeT++ as a programmable, modular discrete-event environment targeted at simulating communication networks, multiprocessors, and other distributed systems—enabling controlled performance analysis without deploying physical infrastructure. In immersive training and interaction, Cruz‐Neira et al. (1992) in "The CAVE: audio visual experience automatic virtual environment" described a room-scale virtual environment approach that supports experiential evaluation of simulated worlds. Application-focused modeling references also show domain reach: "Dynamics of marine vehicles" (1978) addresses vehicle dynamics for marine contexts, while "Handbook of Unmanned Aerial Vehicles" (2014) reflects the role of modeling/simulation in UAV systems engineering; together, these works exemplify how simulation supports design verification and operational understanding in safety- and performance-critical platforms.

Reading Guide

Where to Start

Start with "THE OMNET++ DISCRETE EVENT SIMULATION SYSTEM" (2003) because it gives a concrete, modular definition of a widely used discrete-event simulation approach targeted at networks and distributed systems.

Key Papers Explained

A practical through-line connects modeling, simulation engines, and user-facing interaction. Phong’s "Illumination for computer generated pictures" (1975) formalizes how a model of surface reflection and object representation influences rendered outcomes, establishing a template for simulation-driven visualization. Cruz‐Neira et al. in "The CAVE: audio visual experience automatic virtual environment" (1992) then situate simulated worlds in an immersive system for interactive experience and evaluation. For system performance and protocol behavior, Varga’s "THE OMNET++ DISCRETE EVENT SIMULATION SYSTEM" (2003) introduces a modular discrete-event simulator, and Varga and Hornig’s "AN OVERVIEW OF THE OMNeT++ SIMULATION ENVIRONMENT" (2008) expands the environment’s intended application areas (communication networks, multiprocessors, and distributed systems) and its design rationale. Singhal and Zyda’s "Networked virtual environments: design and implementation" (1999) bridges these strands by focusing on how interactive virtual environments are engineered over networks, emphasizing design and implementation challenges that arise when simulation must be shared and synchronized.

Paper Timeline

100%
graph LR P0["Illumination for computer genera...
1975 · 3.0K cites"] P1["The CAVE: audio visual experienc...
1992 · 1.7K cites"] P2["Networked virtual environments: ...
1999 · 761 cites"] P3["THE OMNET++ DISCRETE EVENT SIMUL...
2003 · 1.9K cites"] P4["AN OVERVIEW OF THE OMNeT++ SIMUL...
2008 · 1.7K cites"] P5["Handbook of Unmanned Aerial Vehi...
2014 · 1.0K cites"] P6["Taxonomy and Definitions for Ter...
2014 · 683 cites"] P0 --> P1 P1 --> P2 P2 --> P3 P3 --> P4 P4 --> P5 P5 --> P6 style P0 fill:#DC5238,stroke:#c4452e,stroke-width:2px
Scroll to zoom • Drag to pan

Most-cited paper highlighted in red. Papers ordered chronologically.

Advanced Directions

Advanced directions, as suggested by the provided list, emphasize scaling and integration: (i) large, heterogeneous networked simulations informed by "Networked virtual environments: design and implementation" (1999) and the OMNeT++ papers (2003; 2008); (ii) real-time, multi-resolution world modeling building on "A dynamic seamless modeling method for the global multi-scale terrain based on DQG" (2015); and (iii) domain-constrained simulation where definitions and system boundaries are standardized, as in "Taxonomy and Definitions for Terms Related to On-Road Motor Vehicle Automated Driving Systems" (2014), to support comparability across studies.

Papers at a Glance

In the News

Code & Tools

Mesa is an open-source Python library for agent-based ...
github.com

simulation simulation-environment gis simulation-framework agent-based-modeling complex-systems spatial-models mesa complexity-analysis [mod

modelica/ModelicaStandardLibrary
github.com

Free (standard conforming) library to model mechanical (1D/3D), electrical (analog, digital, machines), magnetic, thermal, fluid, control systems a...

GitHub - milanofthe/pathsim: A Python native dynamical system simulation framework in the block diagram paradigm.
github.com

**PathSim**is a flexible block-based time-domain system simulation framework in Python! It provides a variety of classes that enable modeling and s...

GitHub - JuliaDynamics/Agents.jl: Agent-based modeling framework in Julia
github.com

Agents.jl is a pure Julia framework for agent-based modeling (ABM): a computational simulation methodology where autonomous agents react to their e...

GitHub - INET-Complexity/ESL: ​The Economic Simulation Library provides an extensive collection of tools to develop, test, analyse and calibrate economic and financial agent-based models. The library is designed to take advantage of different computer architectures. In order to facilitate rapid iteration during model development the library can use parallel computation. Economic models developed using the library can be deployed into large-scale distributed computing environments when working with large model instances and datasets and provides routines to set up large-scale sampling computations during the analysis and calibration process.
github.com

The Economic Simulation Library (ESL) provides an extensive collection of high-performance algorithms and data structures used to develop agent-bas...

Recent Preprints

Latest Developments

Recent developments in Simulation and Modeling Applications research include advancements in digital twins, multiphysics modeling, and AI-driven simulation methodologies, with upcoming conferences such as SIMUL 2026 and the Annual Modeling and Simulation Conference (ANNSIM'26) highlighting these topics (IMechE, sigsim.acm.org, iaria.org). Notably, recent research explores AI simulation via digital twins, automated model generation using GenAI, and the integration of machine learning with traditional simulation techniques (ScienceDirect, arxiv.org, ScienceDirect), as of late 2025 and early 2026.

Frequently Asked Questions

What is meant by “simulation and modeling applications” in research practice?

Simulation and modeling applications refer to building an explicit model of a system and running computational experiments to study behavior under different conditions. The scope includes visual simulation (e.g., Phong’s shading model in "Illumination for computer generated pictures" (1975)) and system-level discrete-event simulation (e.g., OMNeT++ as described in "THE OMNET++ DISCRETE EVENT SIMULATION SYSTEM" (2003)).

How does discrete-event simulation support analysis of networks and distributed systems?

Discrete-event simulation represents system evolution as a sequence of timestamped events, making it suitable for communication networks and other distributed systems. Varga (2003) in "THE OMNET++ DISCRETE EVENT SIMULATION SYSTEM" and Varga and Hornig (2008) in "AN OVERVIEW OF THE OMNeT++ SIMULATION ENVIRONMENT" describe OMNeT++ as a modular, programmable environment designed for such performance analysis use cases.

Which papers in the list are foundational for simulation-based visualization and virtual environments?

Phong (1975) in "Illumination for computer generated pictures" is foundational for rendering-based simulation because it ties image quality to shading and object modeling choices. Cruz‐Neira et al. (1992) in "The CAVE: audio visual experience automatic virtual environment" is foundational for immersive virtual environment systems that enable users to experience and evaluate simulated spaces.

How do modeling choices affect the realism and usefulness of simulated images?

In "Illumination for computer generated pictures" (1975), Phong explains that shading quality depends on the shading technique and also on how objects are modeled, which in turn influences hidden-surface handling. This makes modeling and rendering coupled decisions when the goal is visually faithful simulation of 3D scenes.

Which works illustrate domain-specific modeling for vehicles and automation?

"Dynamics of marine vehicles" (1978) is a domain-focused reference on modeling vehicle dynamics in marine settings. "Taxonomy and Definitions for Terms Related to On-Road Motor Vehicle Automated Driving Systems" (2014) provides a structured taxonomy of automation levels, supporting consistent modeling assumptions and communication when simulating automated driving functions.

Which papers connect simulation to manufacturing and physical realization workflows?

Xue and Gu (1996) in "A review of rapid prototyping technologies and systems" surveys rapid prototyping systems, which commonly rely on digital models as inputs to fabrication workflows. This connects modeling outputs to downstream physical realization and iterative design cycles.

Open Research Questions

  • ? How can modular discrete-event simulation environments (as described in "THE OMNET++ DISCRETE EVENT SIMULATION SYSTEM" (2003) and "AN OVERVIEW OF THE OMNeT++ SIMULATION ENVIRONMENT" (2008)) be extended to better represent cross-layer interactions between computation, communication, and control in distributed systems?
  • ? How should geometric modeling, visibility, and shading be co-designed to balance computational cost and perceptual fidelity, given the coupling between object modeling and hidden-surface handling described in "Illumination for computer generated pictures" (1975)?
  • ? What architectures best support consistency and scalability in shared, interactive simulations over networks, building on the design challenges described in "Networked virtual environments: design and implementation" (1999)?
  • ? How can global multi-scale terrain representations maintain seamless real-time level-of-detail transitions while preserving accuracy, extending the approach in "A dynamic seamless modeling method for the global multi-scale terrain based on DQG" (2015)?
  • ? Which standardized definitions and taxonomy choices most strongly affect the validity and comparability of automated-driving simulations, given the level-based structure in "Taxonomy and Definitions for Terms Related to On-Road Motor Vehicle Automated Driving Systems" (2014)?

Research Simulation and Modeling Applications with AI

PapersFlow provides specialized AI tools for your field researchers. Here are the most relevant for this topic:

Start Researching Simulation and Modeling Applications with AI

Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.