csg2csg icon indicating copy to clipboard operation
csg2csg copied to clipboard

Tools to translate between different CSG geometry types

Results 22 csg2csg issues
Sort by recently updated
recently updated
newest added

There are two ways to run all tests: 1) with ./run_tests -- this one passed 2) with csg2csg/test> python3 -m unittest discover -p 'Unit*.py' (or by IDE, ERIC6 for example)...

Serpent-1.1.7 user manual only allow cyl surface, p.22: cyl circular cylinder parallel to z-axis x0, y0, r I can not check if SERPENT-2 have another surfaces types. Though SERPENT-2 going...

enhancement I have a proposal to add SCALE KENO-VI (ORNL) support. It is one of widely usable reactor codes. Even output possibility could be very helpful.

Now cell string : fill -1:1 makes an error like this: File "/home/krom/.local/lib/python3.6/site-packages/csg2csg/MCNPCellCard.py", line 191, in __get_keyword_value result = regex.search(string)[0] TypeError: 'NoneType' object is not subscriptable fill = -1:1 -...

Ran into a case where a line containing only a comment character, 'c' is treated as a cell. This happens with a section in the cell cards that looks something...

It would be helpful to briefly list which formats are available on the input and output side in the README file.

On of the issues related to supporting MC codes that do not support the union operator (e.g. : in MCNP) is that people & CAD translators tend to generate large...

MCNP format for either imp on cells or imp card includes comma separated particle identifiers, this is not currently handled by csg2csg I should be able to sort this one...

If an MCNP input deck happens to not have neutron importances e.g. ```imp:p,n=1``` Then processing fails, this obviously shouldnt happen :(

bug

I converted a model using `csg2csg` from MCNP to OpenMC. And met the following error: ``` ERROR: No boundary conditions were applied to any surfaces! application called MPI_Abort(MPI_COMM_WORLD, -1) -...