An open API service indexing awesome lists of open source software.

https://github.com/fusion-energy/paramak

Create parametric 3D fusion reactor CAD and neutronics models
https://github.com/fusion-energy/paramak

cad dagmc fusion geometry model openmc parametric python reactor

Last synced: 5 months ago
JSON representation

Create parametric 3D fusion reactor CAD and neutronics models

Awesome Lists containing this project

README

          

[![N|Python](https://www.python.org/static/community_logos/python-powered-w-100x40.png)](https://www.python.org)

[![CI testing](https://github.com/fusion-energy/paramak/actions/workflows/ci.yml/badge.svg)](https://github.com/fusion-energy/paramak/actions/workflows/ci.yml)

[![documentation release](https://github.com/fusion-energy/paramak/actions/workflows/documentation_update.yml/badge.svg)](https://github.com/fusion-energy/paramak/actions/workflows/documentation_update.yml)

[![PyPI release](https://github.com/fusion-energy/paramak/actions/workflows/python-publish.yml/badge.svg)](https://github.com/fusion-energy/paramak/actions/workflows/python-publish.yml)

# Paramak

Paramak python package allows rapid production of 3D CAD models and neutronics
models of fusion reactors.

The purpose of Paramak is to provide geometry for parameter studies and therefore the models are created from parameters.

Paramak produces [CadQuery](https://github.com/CadQuery/CadQuery) objects which can easily be saved to CAD files in several formats (STEP, STL, BRep) and also readily convertable to DAGMC h5m neutronics geometry using tools such as [Cad-to_DAGMC](https://github.com/fusion-energy/cad_to_dagmc).

:point_right: Please see the [online documentation](https://fusion-energy.github.io/paramak) for installation, usage and API documentation.