geogunow / MultiGroupMC

Tutorial to build a multi-group Monte Carlo solver
1 stars 1 forks source link

Add Spatial Heterogeneity #6

Closed geogunow closed 8 years ago

geogunow commented 8 years ago

Currently the MultiGroupMC Monte Carlo code solves Monte Carlo simulations on a Cartesian mesh assuming constant material properties throughout the entire geometry. This should be altered so that material properties can very depending on the cell. This will require a slight re-working of the structure so that each cell contains a material instance which can be accessed during the Monte Carlo simulation.

geogunow commented 8 years ago

Resolved by #7