December 5th, 2023
Well, we are approaching the end of Fall Term 2023 here at OSU, and I think we’ve made some excellent progress overall. We’ve researched many existing solutions for modeling the decay of irradiated materials, and ultimately we have chosen three models that we think will work best for our needs: Molecular Dynamics and Cluster Dynamics atomic scale simulations, and slightly larger scaled Object Kinetic Monte Carlo models that can simulate entire regions of atomic defects, vacancies and interstitial bulges.
Aside from researching the physics models we have chosen to use, our group has also been working on refining our Final Design Document. I am sad to report that our initial draft was rather lacking in many important areas. Most embarrassingly, many of us had actually missed the in-depth framework to use for the document, and our grade suffered accordingly. Thankfully, now that we are all actually aware of the template to use for our design document, we were able to fill out all of the required sections with all of the requested information.
On a personal note, I am very much looking forward to the winter break before classes pick up again in Winter Term 2024. My shift at work is from 6:00 AM to 2:30 PM PST, which means I have to wake up by 5:00 AM PST to prepare for my work day. It is tiring, but I do need to get paid, and my hours have the advantage of leaving me plenty of time for my schoolwork! When I’m not trying to do my classwork between calls, of course.
Aside from unwinding as much as my work schedule will allow, during the Winter break I plan on further researching the Molecular Dynamics simulations offered by LAMMPS, the leading research tool for Molecular Dynamics modeling. I also plan on further researching my own Molecular Dynamics simulation model design for my own enjoyment. On a more personal note, I am planning on visiting my mother in Creswell, and completing my Christmas shopping for a young foster girl via the Angel Tree program. Granted, as a college student, my funds are limited, but I always make sure to get something that the child will enjoy. This little girl wants educational toys, so I already have a number of ideas.
This will likely be my last blog post for the year. I look forward to seeing everyone in 2024!
Sean B. Higgins
Read the post...
November 14th, 2023
Much has happened over the past two months. I have a new position, working from 6:00 AM to 2:30 PM PST. It took surprisingly less time than I expected to get used to my new sleep schedule, and it gives me plenty of time to work in the afternoon.
Aside from my work, I’ve been re-reading my copy of the classic programming book “The C Programming Language” by Brian Kernighan and Dennis Ritchie for some light reading. Who better to learn the nuances of the most ubiquitous programming language on Earth than the people who created it? I’ve already gotten more familiar with pointers, which is always a good thing in any programming language.
There have also been a number of new developments in our project. First, we decided to give our group project a name with a bit more creativity than “Group 3.” Our group is now the GPU-Parallelized Irradiated Environment Simulator (G-PIES) Team. We already have two very, very early prototypes for both a Cluster Dynamic model, created by Sean Siders, and an Object-Kinetic Monte Carlo model, created by Mykola Balakin. Neither have any GPU parallelization implemented yet, but they aren’t meant for that. These models are our proofs of concept, our sanity checks, to make sure we properly understand the problem that we are being asked to solve.
I myself am currently researching how to implement a Molecular Dynamic model. Granted, my work keeps me busy, but hopefully I will have something to present soon. One of the best things about this project is that the problem is very well documented with plenty of research materials to draw from in our designs!
On a completely unrelated note, my project member Sean Siders pointed out to me that the SNES Special Edition New Nintendo 3DS XL system is now reaching prices of around $1,000 and higher. My investment is beginning to pay off!
Read the post...
October 6th, 2023
I am delighted and excited to announce that I, and three other lucky computer science students (Sean Siders, Keifer Snedeker, and Mykola Balakin), were assigned to work on a fascinating project with Dr. Tianyi: GPU Based Modeling of Material Degradation Inside of a Nuclear Reactor.
I will be the first to admit, the title of this project isn’t exactly clear or descriptive, but I shall attempt to clarify. The goal of our project is to create a model to predict the degradation of a material as it is irradiated.
As the project’s description page explains, “such models essentially simulate the material degradation process by tracking the evolution of many many elements inside of the material over time. These elements could be atoms inside of the material, or defects created by irradiation. Traditionally, such models are challenging to run because of the large amount of elements that must be considered. However, with the amazing parallel computing capabilities of GPU, breakthroughs are expected in realizing such models in a more accurate manner by representing more physical details.”
As for the more specific details of the implementation of this type of model, I already have a few ideas on how to use CUDA to simulate this situation, but my team and I will need to gather more specifics on the exact problem to be solved. Our meeting with Dr. Tianyi will happen tomorrow, so we’ll have a better idea where to start researching this problem then.
For some more in-depth information about the scope of this problem, here is an article that Dr. Tianyi found that explains further: Stochastic Cluster Dynamics Simulations of Irradiated Materials
Read the post...