Skip to content

Commit 4d7e3b3

Browse files
authored
Merge pull request #775 from idaholab/754-add-parameterized-for-seo
Added some top level use case info to help with keywords for SEO.
2 parents d7f6be7 + 765fc52 commit 4d7e3b3

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,16 @@ problem.write_problem("foo_update.imcnp")
8989

9090
For more examples see the [getting started guide](https://www.montepy.org/en/stable/starting.html).
9191

92+
### Use Cases
93+
94+
Here are some possible use cases for MontePy:
95+
96+
* Automated updating of an MCNP input file, or MCNP deck, for reactor reconfiguration, fuel shuffling, etc.
97+
* Parameterizing an MCNP input file to check for explore the parametric space of your MCNP modeling problem
98+
* Updating an MCNP model with the results from another code, such as depletion results from ORIGEN.
99+
* To convert an MCNP model to another Monte Carlo code like OpenMC, SERPENT, etc.
100+
101+
92102
## Limitations
93103

94104
Here a few of the known bugs and limitations:

doc/source/index.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ MontePy can be installed with pip:
2222
pip install montepy
2323
2424
25+
Use cases
26+
---------
27+
28+
Here are some possible use cases for MontePy:
29+
30+
* Automated updating of an MCNP input file, or MCNP deck, for reactor reconfiguration, fuel shuffling, etc.
31+
* Parameterizing an MCNP input file to check for explore the parametric space of your MCNP modeling problem
32+
* Updating an MCNP model with the results from another code, such as depletion results from ORIGEN.
33+
* To convert an MCNP model to another Monte Carlo code like OpenMC, SERPENT, etc.
34+
35+
2536
.. toctree::
2637
:maxdepth: 2
2738
:caption: Table of Contents:

doc/source/robots.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
User-agent: *
22

33
Disallow: /en/latest/ # Hidden version
4+
Disallow: /_/downloads
45

56
Sitemap: https://www.montepy.org/sitemap.xml

0 commit comments

Comments
 (0)