Skip to content

terrapower/dragon-armi-plugin

Repository files navigation

Unit Tests

Black

Copyright TerraPower

Dragon Plugin

This plugin provides mechanisms for ARMI <armi:index> applications to drive École Polytechnique de Montréal's lattice code DRAGON.

Full documentation is hosted at https://terrapower.github.io/dragon-plugin/

Prerequisites

Registering the plugin

To activate the DRAGON plugin in your ARMI app, ensure it is in your PYTHONPATH and register it in your app with code like:

from armi.apps import App
from terrapower.physics.neutronics.dragon import DragonPlugin

class MyApp(App):
    def __init__(self):
        App.__init__(self)
        self._pm.register(DragonPlugin)
Quick links
Source code https://github.com/terrapower/dragon-armi-plugin
Documentation https://terrapower.github.io/dragon-plugin
Bug tracker https://github.com/terrapower/dragon-armi-plugin/issues
Plugin directory https://github.com/terrapower/armi-plugin-directory
Contact armi-devs@terrapower.com

About

Interface between École Polytechnique de Montréal's Dragon code and ARMI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages