Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IMC Pull Request #105

Open
wants to merge 386 commits into
base: main
Choose a base branch
from
Open

Conversation

AlexBland343
Copy link
Collaborator

IMC and ISMC both working well for grey case and for multi frequency, with several new benchmarks added. New geometry class to easily generate large grids. Redid all of the hybrid tracking bits and bobs that I presented at M&C2023, should now be a lot easier to follow and also more efficient. In a lot of cases surface tracking within the new geometry class will be fast enough that there isn't much time to be saved anyway, but definitely has some interesting possibilities especially if using on top of a CSG geometry. When merging with the main branch I discovered that you've created materialSource_class.f90... I had a similar source with the same name, for now I've renamed my original one to imcMaterialSource_class.f90. At some point it might be possible to combine these in a fairly general way, although my one is a bit more complex so you might want to keep it IMC-specific. The main differences between the two are that I am sourcing particles in each material with numbers proportional to the total energy emitted, and if the geometry is geometryGrid_class then this is done within the bounds of each material rather than rejection sampling within the whole geometry which would be too slow for some of the benchmarks.

…now supplied to mat_class automatically, and deltaT obtained from materialMenu_mod
…ently enegry-weights are unchanged during the collision
… particle by SURF_TOL whenever grid cell is crossed
… to count 0s in timestep. Would be nice to figure out a neat way to change radiationConstant as well for running marshak wave
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant