svalinn / DAGMC

Direct Accelerated Geometry Monte Carlo Toolkit
https://svalinn.github.io/DAGMC
Other
100 stars 63 forks source link

Test of Material Assignments #101

Closed makeclean closed 11 years ago

makeclean commented 11 years ago

Demonstrate and test that our method of giving groups the name of Fluka materials and compound is processed correctly.

julamot commented 11 years ago

Created a model in Cubit with a range of group names including; valid fluka material names, valid fluka compounds names, valid user compounds, and invalid user compound names, see screenshot below screenshot-cubit 13 2 -frustrumz cub

makeclean commented 11 years ago

@julry, just notice the material assignment produced when using non standard material is incorrectly alligned, for example

 *...+....1....+....2....+....3....+....4....+....5....+....6....+....7...
 MATERIAL                              28.                            M1

Should be

 *...+....1....+....2....+....3....+....4....+....5....+....6....+....7...
 MATERIAL                                       28.                    M1

The material index should appear in column 5 rather than 4.

julamot commented 11 years ago

I've changed to to the following: screenshot-mat inp - vim

julamot commented 11 years ago

The updated code is in the alpha-release branch ceb1e2e33f45433433966117ea50b87e432b3d01.

makeclean commented 11 years ago

We should remove the text in the MATERIAL card that isnt either the volume number or the material name. The extra text confuses Flair and makes modifying the material difficult.

makeclean commented 11 years ago

This has been done.

makeclean commented 11 years ago

This has been done.