Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GEOUNED-org/GEOUNED
A tool to convert CAD to CSG & CSG to CAD for Monte Carlo transport codes
https://github.com/GEOUNED-org/GEOUNED
Last synced: about 2 months ago
JSON representation
A tool to convert CAD to CSG & CSG to CAD for Monte Carlo transport codes
- Host: GitHub
- URL: https://github.com/GEOUNED-org/GEOUNED
- Owner: GEOUNED-org
- License: eupl-1.2
- Created: 2023-10-04T14:11:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-14T11:11:55.000Z (6 months ago)
- Last Synced: 2024-06-14T11:28:12.898Z (6 months ago)
- Language: Python
- Homepage:
- Size: 9.4 MB
- Stars: 41
- Watchers: 6
- Forks: 26
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-nuclear - GeoUNED - based tool to convert from CAD to CSG and vice versa (Particle Transport / Related Tools)
README
[![CI testing](https://github.com/GEOUNED-org/GEOUNED/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/GEOUNED-org/GEOUNED/actions/workflows/ci.yml)
[![Upload Python Package](https://github.com/GEOUNED-org/GEOUNED/actions/workflows/python-publish.yml/badge.svg)](https://github.com/GEOUNED-org/GEOUNED/actions/workflows/python-publish.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/psf/black)
[![documentation release](https://github.com/GEOUNED-org/GEOUNED/actions/workflows/documentation_release.yml/badge.svg)](https://github.com/GEOUNED-org/GEOUNED/actions/workflows/documentation_release.yml)
[![PyPI](https://img.shields.io/pypi/v/geouned?&label=PyPI)](https://pypi.org/project/geouned/)[![Anaconda-Server Badge](https://anaconda.org/conda-forge/geouned/badges/version.svg)](https://anaconda.org/conda-forge/geouned)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/geouned/badges/platforms.svg)](https://anaconda.org/conda-forge/geouned)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/geouned/badges/downloads.svg)](https://anaconda.org/conda-forge/geouned)# GEOUNED
A tool to convert from CAD to CSG & CSG to CAD for Monte Carlo transport codes (MCNP & OpenMC).
This repository contains the implementation of the algorithm presented in the paper [GEOUNED: A new conversion tool from CAD to Monte Carlo geometry](https://doi.org/10.1016/j.net.2024.01.052).See the [online documentation](https://geouned-org.github.io/GEOUNED/index.html) for installation, usage and API reference.
## Citation
```
@article{CATALAN2024,
author = {J.P. Catalán and P. Sauvan and J. García and J. Alguacil and F. Ogando and J. Sanz},
title = {GEOUNED: A new conversion tool from CAD to Monte Carlo geometry},
journal = {Nuclear Engineering and Technology},
year = {2024},
issn = {1738-5733},
doi = {https://doi.org/10.1016/j.net.2024.01.052}
}
```