The simulation tag has no wiki summary.
-7
votes
7answers
2k views
Does Quantum Physics really suggests this universe as a computer simulation? [closed]
I was reading about interesting article here which suggests that our universe is a big computer simulation and the proof of it is a Quantum Physics.
I know quantum physics tries to provide some ...
7
votes
2answers
1k views
Where can I find simulation software for electricity and magnets?
Is there easily-available* software to simulate coils, solenoids, and other magnetic and electromagnetic devices?
I'd like to play around with some design ideas, such as Halbach arrays, but physics ...
3
votes
4answers
298 views
8
votes
2answers
496 views
How are Monte Carlo simulations used in experimental high energy physics?
How are Monte Carlo simulations used in experimental high energy physics? Particularly in studying detectors limitations (efficiencies?) and data analysis.
I will appreciate giving a simple example ...
0
votes
1answer
261 views
Are We Living in a Simulated Universe? [closed]
If the universe is just a Matrix- like simulation, how could we ever know? Physicist Silas Beane of the University of Bonn, Germany, thinks he has the answer!. His paper “Constraints on the Universe ...
2
votes
1answer
295 views
Rolling (without slipping) ball on a moving surface
I've been looking at examples of a ball rolling without slipping down an inclined surface. What happens if the incline angle changes as the ball is rolling?
More precisely I've been trying to find ...
2
votes
0answers
129 views
2D Car Physics including Throttle
For a simulation for testing on automatic cruise control, I came across the equation:
$$
v_{n+1} = (1 - k_1 / m) v_n + (1 - k_b) \begin{pmatrix}
T_n \\
θ_n \\
\end{pmatrix}
$$
where:
$T$ = ...
0
votes
2answers
120 views
From what we know about QM and Elements could we simulate the Universe in a Computer?
From what we know now about Quantum Mechanics and Elements, could we simulate life the Universe at a Quantum to Element level?
If we can't assume enough to create a sim, what fundamentals are we ...
10
votes
1answer
606 views
How realistic is the game “A slower speed of light”?
The game "A slower speed of light" from MIT claims to simulate effects of special relativity:
Visual effects of special relativity gradually become apparent to the
player, increasing the ...
9
votes
7answers
1k views
How many bits are needed to simulate the universe?
This is not the same as: How many bytes can the observable universe store?
The Bekenstein bound tells us how many bits of data can be stored in a space. Using this value, we can determine the ...
5
votes
2answers
220 views
In condensed matter simulations, how is particle number density computed in practice?
I have been reading a recent paper. In it, the authors performed molecular dynamics (MD) simulations of parallel-plate supercapacitors, in which liquid resides between the parallel-plate electrodes. ...
0
votes
1answer
194 views
How is acceleration computed in the leap-frog algorithm in computer simulations of particles?
I am reading the book Computer Simulation of Liquids by Allen and Tildesley (here is another link). On page 80, the authors describe the leap-frog algorithm, which is used extensively in molecular ...
4
votes
1answer
450 views
Stellar evolution simulation engine or software
Is there any general purpose stellar evolution simulation engine or software? Something to throw in properties of the star and to watch how (and why) they change along the timeline - with or without ...
3
votes
1answer
534 views
How can I model buckyballs sticking together? (Tiny spherical magnets)
Buckyballs are a desktoy that consist of 216 tiny spherical magnets. You can makes all kinds of interesting shapes and structures out of them (do a Google search).
I want to model them in a physics ...
2
votes
1answer
320 views
What is the best tool for simulating Vacuum and Fluids together?
I require a software to simulate Fluid simulation with the capability of supporting vacuum simulation. My requirements are that all numbers must reflect their real counterparts almost exactly. For ...
2
votes
1answer
445 views
Software for simulating supersonic aerodynamics [closed]
Could you please suggest the software, where I can load my 3D model and see how it behave on various conditions (speed - preferably including supersonic, temperature, pressure)?
Both free & ...
1
vote
1answer
70 views
How to get the new direction of 2 disks colliding?
I'm developing a 2D game including collisions between many disks. I would like to know how I can get the angle corresponding to the new direction of each disk.
For every disk I have this information ...