Pure Physicist - A physics simulator app

Click For Summary
A new physics app called Pure Physicist has been developed to provide accurate simulations based on textbook physics, addressing the lack of quality options in the market. The app utilizes an incomplete University Physics library and incorporates proper physical values, scaling them for user visibility. Although it is currently only available on Android due to submission challenges with Apple's platform, it aims to improve and expand over time. Users have noted that many existing physics apps rely on game physics, which sacrifices accuracy for performance. A potential bug in the quantum tunneling simulation has been identified, where increasing the barrier width during tunneling causes unexpected behavior in the particle's movement.
sa1988
Messages
221
Reaction score
23
There are plenty of physics apps around already but most seem to just be words and pictures. I haven't found many that offer good simulators for proper textbook physics. So I made one.

Pure Physicist - Google Play

The underlying physics 'engine' uses the as yet incomplete University Physics library I started a little while ago (see this thread: https://www.physicsforums.com/threads/open-source-c-physics-library.978770/), which was great fun to use.

The simulations use proper physical values throughout, only scaling up/down at the point where the user is presented with something on the screen (i.e. a charged particle moving at 0.5c is not exactly going to work unless it's passed into the game loop with a scale factor of ~##10^{-8}## and is drawn as something the human eye can comfortably see). Aside from that, I won't promise that the physics is perfect but I gave it a pretty good shot I hope. Feel free to point out any major errors.



I'm going to add more content and polish things a bit as time goes on.

Oh and it only works on Android. It's cross-platform and does work on iOS, but Apple have shot themselves in the foot with their painfully obstructive procedure for getting apps onto their platform. I've had such trouble trying to submit the app that I've given up and just don't care any more. Sorry iPhone users 🤷‍♂️
 
  • Sad
Likes Keith_McClary
Physics news on Phys.org
Your app sounds quite interesting. Often physics apps use game physics which uses approximations sacrificing accuracy for performance.

I know of one collection of java classes that allow programmers to make some good simulations.

The Open Source Physics collection at www.compadre.org/osp

The code is commonly used in Computer Modeling and Simulations courses. The developers wrote a book to accompany the code. Basically, the code has the graphics engines and necessary computational framework leaving you the task of writing the PDEs of the system in code and then running it.
 
  • Like
Likes BvU
jedishrfu said:
The Open Source Physics collection at www.compadre.org/osp

I have a vague recollection of you (or someone on this forum!) pointing this library out to me before. Unfortunately I can't easily use it because it's Java, and my work is all in C#.

My physics library is doing well so far anyway. Probably isn't as numerically accurate as the one you have suggested, but it's good enough for toying with.
 
Cool. I think I found a small bug, or maybe this is a real phenomenon of some sort you're modeling...

In the quantum tunneling simulation, if you increase the width of the barrier at the same exact time as a particle is tunneling, it bounces the particle back the other way but it slows down and highlights it white. If you make the barrier thin then set it to max length it's easy to replicate.
 
  • Like
Likes sa1988
To some degree, this thread is inspired by PF user erobz's thread "Why do we spend so much time learning grammar in the public school system?" That's why I made a title to this thread that paralleled the title of erobz's thread. I totally disagree with erobz. I created this thread because the curriculum of grammar at Universities is a totally distinct topic from the topic of the curriculum of grammar in public schools. I have noticed that the English grammar of many ( perhaps most)...

Similar threads

  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 9 ·
Replies
9
Views
5K
Replies
17
Views
2K
Replies
3
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 19 ·
Replies
19
Views
4K
Replies
8
Views
7K
Replies
4
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K