Closed gonuke closed 11 years ago
Attempting to list the various details that need to be taken care of for this. Some of these will be their own issues.
mmGridGen/mmgrid.py #38
ALARA
Additions to source.F90
to read MOAB mesh directly:
n_fluxes_and_materials.h5m
currently) #41source.F90
. #43
phtn_src
. write_gammas.py
does some normalization before writing the tagged source info to the gammas
file. Since having the information from phtn_src
tagged to the mesh is useful for visualization, it is probably better to not replace this data with normalized values.Compiling DAGMCNP with iMesh API calls in Fortran #44
-fcray-pointer -I/filespace/groups/cnerg/opt/MOAB/opt-cubit-c12/include -liMesh -L/filespace/groups/cnerg/opt/MOAB/opt-nocgm/lib
-lstdc++ -lMOAB -lhdf5 -lnetcdf
gammas
file: #45
gammas
file completely with the mesh. gammas file is unneeded for unstructured workflow
Admin note: You could make this a milestone and each of the major bullets could be issues attached to that milestone.
Admin reply: That works nicely.
Capability exists. Todo list above has been updated. Related enhancements are now tracked in #50.
Modify R2S workflow for unstructured mesh capability. This will greatly simplify the material definition part of the workflow, at the expense of requiring every region to be meshed with a tet-mesh.