Skip to content

Commit

Permalink
Merge pull request #733 from ukaea/demo_reactor
Browse files Browse the repository at this point in the history
DEMO reactor
  • Loading branch information
shimwell authored Mar 7, 2021
2 parents 8cfcded + c5b3336 commit cf727de
Show file tree
Hide file tree
Showing 6 changed files with 536 additions and 14 deletions.
13 changes: 13 additions & 0 deletions docs/source/paramak.parametric_reactors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,19 @@ studies can be performed quickly.
:members:
:show-inheritance:

EuDemoFrom2015PaperDiagram()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. image:: https://user-images.githubusercontent.com/8583900/110224418-4f62b400-7ed3-11eb-85f1-e40dc74f5671.png
:width: 400
:align: center

The above image is colored by component.

.. automodule:: paramak.parametric_reactors.eu_demo_2015_reactor
:members:
:show-inheritance:

SparcFrom2020PaperDiagram()
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
1 change: 1 addition & 0 deletions paramak/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
from .parametric_components.hollow_cube import HollowCube
from .parametric_components.shell_fs import ShellFS

from .parametric_reactors.eu_demo_2015_reactor import EuDemoFrom2015PaperDiagram
from .parametric_reactors.ball_reactor import BallReactor
from .parametric_reactors.submersion_reactor import SubmersionTokamak
from .parametric_reactors.single_null_submersion_reactor import SingleNullSubmersionTokamak
Expand Down
Loading

0 comments on commit cf727de

Please sign in to comment.