You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Converting tally #1 from `PyMCNP/files/outp/example_00.outp` to `example_00-1.csv`
41
+
Converting tally #1 from `PyMCNP/files/outp/example_00.outp` to `example_00-1.parquet`
42
+
23
43
## Plotting OUTP Files
24
44
45
+
```{eval-rst}
46
+
.. note::
47
+
This example requires `example_00.outp <https://github.com/FSIBT/PyMCNP/blob/master/files/outp/example_00.outp>`_.
48
+
```
49
+
25
50
Code:
26
51
27
52
```{eval-rst}
@@ -31,19 +56,50 @@ Code:
31
56
32
57
Output:
33
58
59
+
Plotting tally #1 from files/outp/example_00.outp.
60
+
Writing plots tally #1 from files/outp/example_00.outp to `example_00-1.pdf`.
61
+
34
62

63
+

64
+

65
+

35
66
36
67
## Running INP Files
37
68
69
+
```{eval-rst}
70
+
.. note::
71
+
This example requires `example_00.inp <https://github.com/FSIBT/PyMCNP/blob/master/files/inp/example_00.inp>`_, `example_01.inp <https://github.com/FSIBT/PyMCNP/blob/master/files/inp/example_01.inp>`_, and `example_02.inp <https://github.com/FSIBT/PyMCNP/blob/master/files/inp/example_02.inp>`_.
This example requires `valid_29.inp <https://github.com/FSIBT/PyMCNP/blob/master/files/inp/valid_29.inp>`_.
101
+
```
102
+
47
103
Code:
48
104
49
105
```{eval-rst}
@@ -53,13 +109,37 @@ Code:
53
109
54
110
Output:
55
111
112
+
Visualizing all surfaces from `PyMCNP/files/inp/valid_29.inp`.
113
+
Writing visualizations of all surfaces from `PyMCNP/files/inp/valid_29.inp` to `valid_29-surfaces.pdf`
114
+
56
115

57
116
58
117
## Parameter Scan
59
118
119
+
```{eval-rst}
120
+
.. note::
121
+
This example requires `example_01.outp <https://github.com/FSIBT/PyMCNP/blob/master/files/outp/example_01.outp>`_ and `example_04.inp <https://github.com/FSIBT/PyMCNP/blob/master/files/inp/example_04.inp>`_.
0 commit comments