mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Allow entropy mesh and UFS mesh to be specified using <mesh> elements
This commit is contained in:
parent
23159d0c3b
commit
523fb33bab
8 changed files with 209 additions and 167 deletions
|
|
@ -3,10 +3,11 @@
|
|||
|
||||
<run_mode>plot</run_mode>
|
||||
|
||||
<entropy>
|
||||
<mesh id="1">
|
||||
<dimension>5 4 3</dimension>
|
||||
<lower_left>-10 -10 -10</lower_left>
|
||||
<upper_right>10 10 10</upper_right>
|
||||
</entropy>
|
||||
</mesh>
|
||||
<entropy_mesh>1</entropy_mesh>
|
||||
|
||||
</settings>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue