GEOUNED-org / GEOUNED

A tool to convert CAD to CSG & CSG to CAD for Monte Carlo transport codes
European Union Public License 1.2
45 stars 27 forks source link

[BUG] - volume reporting #214

Open alexvalentine94 opened 2 weeks ago

alexvalentine94 commented 2 weeks ago

Describe the bug

Currently a comment card is added with the volume of each cell. This is not needed for void cells which currently are commented with volume equal to one. This is inaccurate and should be removed.

To Reproduce

Standard conversion behavior.

Please complete the following information):

Additional context

Add any other context about the problem here.

psauvan commented 2 weeks ago

I don't know the behaviour of the other codes, but for MCNP if the volume is defined for one cell then all the cells must have a volume entry otherwise MCNP stop with fatal error. This is the reason why the volume with a value unity is introduced in void cell definition.