PAX Nuclear Reactor Simulator Question

AI Thread Summary
A high school chemistry student is tasked with rewriting the PAX Nuclear Reactor Simulator in Java due to the impending disposal of old laptops that run the program. The student has permission from Pennsylvania State University to modify the software but struggles to find the source code or identify the language it was originally written in. Attempts to contact the original developer have been unsuccessful, and decompiling the program has proven difficult. Some forum members suggest using DOS emulators like DOSBox as an alternative to rewriting the program, but the teacher prefers a complete rewrite for potential web integration. The student seeks assistance in locating the source code or determining the original programming language.
G. Rizzo
Messages
3
Reaction score
0
Hi to all,
I am currently a student studying chemistry in high-school. My teacher has a program which he runs on very old laptops called the PAX Nuclear Reactor Simulator. I have a bit of experience writing code in C and Java. My teacher has mentioned that the school may trash the laptops which support the simulator due to their age. Because of this, he asked me to try and rewrite the program in Java. We have secured permission from Pennsylvania State University (who apparently have some type of ownership over the program) to hack the program and rewrite it.

I have tried repeatedly to find source code for the program, I have even reached out to the man who wrote it. He did not respond to my emails, and I have been unable to decompile it. The main reason for this is that I do not know the language it is written in.

I am wondering if anyone who reads this post either has the source code, knows where I can get it, or knows what language the program is written in.

Any help in this area would be greatly appreciated.
 
Engineering news on Phys.org
In case anyone is looking for it, the PAX reactor website is here.
 
Sorry I can't help with the source code issue.

But I used to have the backwards compatibility issue frequently at my old job.

Usually compatibility mode would solve or work around the issue. Since PAX is a DOS application you might try this instead.
http://www.microsoft.com/en-us/wind...rchTerm=&BreadcrumbPath=&TempOsid=Windows+8.1

I know it is not the method you wanted to use.
 
Out of curiosity; could you avoid the rewritting and just use a DoS emulator such as vDoS or DosBox? That might save you a lot of time...
 
I discussed that option with my teacher, he likes it, but would still wants it to be rewritten. I think he may be interested in using it embedded on webpages.
 
Last edited:
Hello everyone, I am currently working on a burnup calculation for a fuel assembly with repeated geometric structures using MCNP6. I have defined two materials (Material 1 and Material 2) which are actually the same material but located in different positions. However, after running the calculation with the BURN card, I am encountering an issue where all burnup information(power fraction(Initial input is 1,but output file is 0), burnup, mass, etc.) for Material 2 is zero, while Material 1...
Hi everyone, I'm a complete beginner with MCNP and trying to learn how to perform burnup calculations. Right now, I'm feeling a bit lost and not sure where to start. I found the OECD-NEA Burnup Credit Calculational Criticality Benchmark (Phase I-B) and was wondering if anyone has worked through this specific benchmark using MCNP6? If so, would you be willing to share your MCNP input file for it? Seeing an actual working example would be incredibly helpful for my learning. I'd be really...
Back
Top