forked from svalinn/svalinn.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
145 lines (136 loc) · 5.95 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Svalinn Radiation Shielding Analysis Toolkit — Svalinn</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/default.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
</head><body>
<div id="page-div" class="page">
<div id="header">
<a id="uwhome" href="http://www.wisc.edu"><img src="_static/images/wordmark.gif" alt="University of Wisconsin–Madison" width="260" height="11" /></a>
<a id="crest" href="http://www.wisc.edu"><img src="_static/images/crest.png" alt="" width="70" height="106" /></a>
<h1 id="siteTitle"><a href="#"><img src="_static/images/logo.png" alt="" height="50x" /><span>Svalinn</span></a></h1>
<div id="tagline"><span>Radiation Shielding Analysis Toolkit</span></div>
<ul id="globalnav">
<li id="uwsearch"><a href="http://www.wisc.edu/search/">UW Search</a></li>
<li><a href="http://cnerg.github.com">CNERG</a></li>
<li><a href="http://my.wisc.edu">My UW</a></li>
<li><a href="http://map.wisc.edu">Map</a></li>
<li id="last_tool"><a href="http://www.today.wisc.edu">Calendar</a></li>
</ul>
<form role="search" action="search.html" method="get" id="cse-search-box">
<div>
<label class="screen-reader-text" for="q">Search for:</label>
<input type="text" id="q" name="q" value="Enter keywords here...." />
<input type="submit" id="sa" value="Search" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</div>
</form>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
<div id="nav" class="main-menu-container">
<ul id="menu-main" class="sf-menu">
<li class="menu-item"><a href="http://cnerg.github.io">CNERG</a></li>
<li class="menu-item"><a href="#">Svalinn</a></li>
<li class="menu-item"><a href="DAGMC">DAGMC</a></li>
<li class="menu-item" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a>
</li>
</ul>
</div>
<div id="c_container">
<div id="sidebar">
<div id="sidebar_section"><ul>
<li><a class="reference internal" href="#">Svalinn Radiation Shielding Analysis Toolkit</a><ul>
<li><a class="reference internal" href="#single-physics-analysis-tools">Single Physics Analysis Tools</a></li>
<li><a class="reference internal" href="#geometry-mesh-manipulation-tools">Geometry & Mesh Manipulation Tools</a></li>
<li><a class="reference internal" href="#multi-physics-and-hybrid-workflows">Multi-Physics and Hybrid Workflows</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id="content" class="inline-block">
<div class="post">
<section id="svalinn-radiation-shielding-analysis-toolkit">
<h1>Svalinn Radiation Shielding Analysis Toolkit<a class="headerlink" href="#svalinn-radiation-shielding-analysis-toolkit" title="Permalink to this headline">¶</a></h1>
<p>In Norse mythology, Svalinn was a shield that protected the horses
that pulled the sun across the sky from the heat of that sun. In much
the same way, fusion shielding is necessary to protect the system’s
components from the radiation produced by the fusion system they are
supporting.</p>
<p>This project includes a variety of tools, methodologies and workflows
that are relevant for the nuclear analysis of complex system,
including fusion power plant designs, accelerator irradiation
facilities and critical reactor systems.</p>
<section id="single-physics-analysis-tools">
<h2>Single Physics Analysis Tools<a class="headerlink" href="#single-physics-analysis-tools" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li><dl class="simple">
<dt>ALARA: Activation and Isotopic Inventory Analysis</dt><dd><ul>
<li><p><a class="reference external" href="http://svalinn.github.io/ALARA/">Documentation</a></p></li>
</ul>
</dd>
</dl>
</li>
<li><dl class="simple">
<dt>DAGMC: Software toolkit for CAD-based Monte Carlo Radiation Transport</dt><dd><ul>
<li><p><a class="reference external" href="http://svalinn.github.io/DAGMC">Overview</a></p></li>
<li><p><a class="reference external" href="http://svalinn.github.io/DAGMC/usersguide/">Users Guide</a></p></li>
</ul>
</dd>
</dl>
</li>
</ul>
</section>
<section id="geometry-mesh-manipulation-tools">
<h2>Geometry & Mesh Manipulation Tools<a class="headerlink" href="#geometry-mesh-manipulation-tools" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li><dl class="simple">
<dt>mcnp2cad: Generate CAD representation of MCNP5 input</dt><dd><ul>
<li><p>Documentation</p></li>
</ul>
</dd>
</dl>
</li>
<li><p>mmGridGen</p></li>
</ul>
</section>
<section id="multi-physics-and-hybrid-workflows">
<h2>Multi-Physics and Hybrid Workflows<a class="headerlink" href="#multi-physics-and-hybrid-workflows" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li><p><a class="reference external" href="http://pyne.io/usersguide/r2s.html">R2S</a></p></li>
<li><p>R2SA</p></li>
<li><p>Hybrid accelerations</p></li>
</ul>
<div class="toctree-wrapper compound">
</div>
</section>
</section>
</div>
</div>
</div>
</div>
<div id="footer">
<p>
© Copyright 2012, UW CNERG Team.
</p>
<p>
Last updated on Feb 13, 2022.
</p>
<p>
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 4.2.0.
</p>
</div>
</body>
</html>