Paul Romano
|
7bbf5466e6
|
Add missing versionadded directives
|
2023-03-28 13:34:14 -05:00 |
|
Ethan Peterson
|
11e618fe81
|
adding export_to_xml to run and updating tests
|
2023-03-24 18:54:54 -04:00 |
|
Patrick Shriwise
|
a4f498c54f
|
Merge pull request #2429 from keckler/volume_calculation
Fix small typo in error message
|
2023-03-17 10:03:36 -05:00 |
|
Chris Keckler
|
c275933aae
|
Fix small typo in error message
|
2023-03-16 21:24:53 -07:00 |
|
Paul Romano
|
3e6441a0d9
|
Address @shimwell comments on #2412
|
2023-03-16 09:45:29 -05:00 |
|
Patrick Shriwise
|
461fd54f11
|
Updating doc strings
|
2023-02-16 13:53:57 -06:00 |
|
Baptiste Mouginot
|
760ff7e34c
|
fix return _materiaLs_by_id
|
2023-02-14 15:12:04 +01:00 |
|
Baptiste Mouginot
|
68a0ec7936
|
fix return _materiaLs_by_id
|
2023-02-14 15:05:37 +01:00 |
|
Paul Romano
|
25f2bd50f9
|
Several small fixes
|
2022-12-22 18:27:42 -06:00 |
|
Patrick Shriwise
|
2eca57a299
|
Adding mesh memo to Settings.from_xml_element
|
2022-12-13 23:16:57 -06:00 |
|
Patrick Shriwise
|
f3bcad37b7
|
Addressing comments from @paulromano
|
2022-12-12 21:30:05 -06:00 |
|
Patrick Shriwise
|
145594ebb8
|
Apply @paulromano suggestions from code review
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2022-12-12 20:23:49 -06:00 |
|
Patrick Shriwise
|
9c942db45e
|
Correct use of mesh memo in single XML export
|
2022-12-07 10:10:22 -06:00 |
|
Patrick Shriwise
|
ef13643f29
|
Some housekeeping in the Python classes
|
2022-12-07 08:28:23 -06:00 |
|
Patrick Shriwise
|
d639d1dc1b
|
Docstring correction
|
2022-12-06 14:41:11 -06:00 |
|
Patrick Shriwise
|
574845b18b
|
Moving Model.from_separate_xmls back to Model.from_xml.
|
2022-12-06 13:18:31 -06:00 |
|
Patrick Shriwise
|
cd7c3bf6ba
|
Updates to import/export methods suggested by @paulromano
|
2022-12-06 13:03:38 -06:00 |
|
Patrick Shriwise
|
5d1ead2e6a
|
Addressing some more PR comments. A couple of typo fixes too.
|
2022-12-06 13:03:38 -06:00 |
|
Patrick Shriwise
|
6f7a6febd3
|
Updating model XML file format w/ indentation.
|
2022-12-06 13:03:38 -06:00 |
|
Patrick Shriwise
|
d9847163e8
|
Adding ability to specify an input filename to the executable or to the python exec
|
2022-12-06 13:03:38 -06:00 |
|
Patrick Shriwise
|
b76825fa9f
|
Addressing some comments from PR
|
2022-12-06 13:03:38 -06:00 |
|
Patrick Shriwise
|
d034e1de9c
|
Apply suggestions from code review
Incorporating suggestions from @paulromano
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2022-12-06 13:03:38 -06:00 |
|
Patrick Shriwise
|
1e7dbe99cf
|
Making sure meshes are only written once to a model.xml file
|
2022-12-06 13:03:38 -06:00 |
|
Patrick Shriwise
|
021bb280c9
|
Adding initial test for exporting model.xmls. Correcting material maps
|
2022-12-06 13:03:38 -06:00 |
|
Patrick Shriwise
|
b4dcc30f92
|
Removing walrus operator
|
2022-12-06 13:03:38 -06:00 |
|
Patrick Shriwise
|
2e716589a1
|
Other bug fixes
|
2022-12-06 13:03:38 -06:00 |
|
Patrick Shriwise
|
9391f17cff
|
Adding import for single or multiple XMLs
|
2022-12-06 13:03:38 -06:00 |
|
Patrick Shriwise
|
7a9d8c95af
|
Keeping old option to write separate XMLs so I can still use to tests to make sure I don't break stuff.
|
2022-12-06 13:03:38 -06:00 |
|
Patrick Shriwise
|
a09a61e77b
|
Writing all output under a single root node
|
2022-12-06 13:03:38 -06:00 |
|
Patrick Shriwise
|
ad746cb3e1
|
Writing all main nodes to a single XML file
|
2022-12-06 13:03:38 -06:00 |
|
Ethan Peterson
|
1110038939
|
remove get_redundant_surfaces and cache
|
2022-11-08 21:04:15 -05:00 |
|
Ethan Peterson
|
a46cafa7fe
|
addressed @pshriwise comments
|
2022-10-26 09:41:03 -04:00 |
|
Ethan Peterson
|
4604c10da1
|
added attributes and warnings
|
2022-10-26 09:41:03 -04:00 |
|
Ethan Peterson
|
1ab2cbec40
|
revert to False because of failing tests
|
2022-10-26 09:41:03 -04:00 |
|
Ethan Peterson
|
a67b330d8f
|
round and change default to True
|
2022-10-26 09:41:03 -04:00 |
|
Jonathan Shimwell
|
476feab519
|
changing the description of tracks arg
|
2022-09-09 11:40:15 +01:00 |
|
Paul Romano
|
28b8f9ecc5
|
Change Operator --> CoupledOperator in a few places
|
2022-08-15 13:35:04 -05:00 |
|
Paul Romano
|
e505032a4f
|
Add punctuation on docstrings
|
2022-04-07 13:23:12 -05:00 |
|
Paul Romano
|
226065160a
|
Add ability to specify remove_surfs from Model.export_to_xml
|
2022-04-01 07:29:36 -05:00 |
|
Paul Romano
|
3830a21093
|
Fix warnings in doc build
|
2022-02-04 07:19:42 -06:00 |
|
Paul Romano
|
5bb4b4bbdf
|
Implement Plots.from_xml classmethod
|
2022-01-20 22:28:03 -06:00 |
|
Paul Romano
|
6bd33602cc
|
Implement Tallies.from_xml classmethod
|
2022-01-20 22:28:01 -06:00 |
|
Paul Romano
|
424f26f697
|
Get starting time in Model.run based on filesystem. Closes #1939
|
2022-01-12 12:02:42 -06:00 |
|
Paul Romano
|
5395d32fde
|
Fix use of _{materials,cells}_by_id and _by_name attributes in Model
|
2022-01-10 08:06:16 -06:00 |
|
Paul Romano
|
0157dc219f
|
Merge pull request #1900 from nelsonag/model_lib_fix
Added the import to openmc.lib to model.py while leaving it optional
|
2021-11-10 09:17:54 -06:00 |
|
agnelson
|
579b0a8f2e
|
Removed the try/except clause around import openmc.lib
|
2021-11-09 09:19:50 -06:00 |
|
Paul Romano
|
176b148b6b
|
Merge pull request #1894 from pshriwise/model_deplete
Passing `openmc.Model` to depletion functions.
|
2021-11-09 06:51:09 -06:00 |
|
agnelson
|
4fe524ad25
|
Added appropriate try/import for openmc.lib around all places in Model where it is necessasry
|
2021-11-02 08:17:47 -05:00 |
|
agnelson
|
f3dee1fe00
|
Updated model per the review suggestions
|
2021-10-26 12:22:07 -05:00 |
|
agnelson
|
123fefe08d
|
Added the import to openmc.lib to model.py while leaving it optiona
l
|
2021-10-25 05:15:34 -05:00 |
|