mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Got cmfd working, not sure about with feedback just yet
This commit is contained in:
parent
39445f059f
commit
c571a4b126
3 changed files with 17 additions and 8 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<cmfd>
|
||||
<begin>1</begin>
|
||||
<feedback>true</feedback>
|
||||
<solver>jfnk</solver>
|
||||
<begin>2</begin>
|
||||
<feedback>false</feedback>
|
||||
<solver>power</solver>
|
||||
<mesh>
|
||||
<lower_left> 0.0 0.0 -100.0</lower_left>
|
||||
<upper_right> 64.26 64.26 100.0</upper_right>
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
<!-- Establish statepoints to aid in examining convergence -->
|
||||
<state_point>
|
||||
<interval> 2000 </interval>
|
||||
<interval> 2500 </interval>
|
||||
<source_write>true</source_write>
|
||||
</state_point>
|
||||
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
<tallies>true</tallies>
|
||||
</output>
|
||||
|
||||
<run_cmfd>false</run_cmfd>
|
||||
<run_cmfd>true</run_cmfd>
|
||||
|
||||
<cross_sections>../data.xml</cross_sections>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue