Top "Simulation" questions

Simulation is the imitation of some real thing, state of affairs, or process.

High-level Architecture (HLA) versus Distributed Interactive Simulation (DIS)

Is there a high-level overview of HLA versus DIS simulation frameworks? Can one host the other and vice-versa?

simulation high-level-architecture dis
Bullet vs Newton Game Dynamics vs ODE physics engines

I am trying to pick a physics engine for a simple software application. It would be to simulate a rather …

c++ comparison physics simulation physics-engine
Latitude/Longitude Generation to be used as sample data

I am writing a demo web application that tracks multiple devices through my companies platform. I have the app working, …

csv maps simulation demo
Simulating a keyboard's output (making a computer pose as another computer's keyboard)

I want to be able to connect a computer A's USB port to computer B's USB port so as to …

keyboard usb simulation
Soccer simulation for a game

I would like to build a simulation engine which can simulate a soccer (association football) match. It would be cool …

php simulation
Simple simulations for Physics in Python?

I would like to know similar, concrete simulations, as the simulation about watering a field here. What is your favorite …

python modeling simulation
Simulate multiple users using a website

I am developing a website (basically a public facing site). How can I simulate multiple users are surfing my site …

web simulation multiple-users
R: Converting cartesian coordinates to polar coordinates, and then calculating distance from origin

I've been looking for a solution to convert cartesian coordinates (lat, long) that I have to polar coordinates in order …

r coordinates simulation polar-coordinates cartesian-coordinates
What are some algorithms that will allow me to simulate planetary physics?

I'm interested in doing a "Solar System" simulator that will allow me to simulate the rotational and gravitational forces of …

algorithm simulation physics astronomy
Wave Simulation with Python

I want to simulate a propagating wave with absorption and reflection on some bodies in three dimensional space. I want …

python numpy simulation physics wave