OpenMC/tests/regression_tests/volume_calc/inputs_true.dat

75 lines
2.6 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<model>
<materials>
<material id="1">
<density value="1.0" units="g/cc"/>
<nuclide name="H1" ao="2.0"/>
<nuclide name="O16" ao="1.0"/>
<nuclide name="B10" ao="0.0001"/>
<sab name="c_H_in_H2O"/>
</material>
<material id="2" depletable="true">
<density value="4.5" units="g/cc"/>
<nuclide name="U235" ao="1.0"/>
<nuclide name="Mo99" ao="0.1"/>
</material>
</materials>
<geometry>
<cell id="1" material="2" region="-1 -3 5" universe="0"/>
<cell id="2" material="1" region="-2 3" universe="0"/>
<cell id="3" material="1" region="-4 -3" universe="0"/>
<surface id="1" type="z-cylinder" boundary="vacuum" coeffs="0.0 0.0 1.0"/>
<surface id="2" type="sphere" boundary="vacuum" coeffs="0.0 0.0 5.0 1.0"/>
<surface id="3" type="z-plane" coeffs="5.0"/>
<surface id="4" type="sphere" boundary="vacuum" coeffs="0.0 0.0 -5.0 1.0"/>
<surface id="5" type="z-plane" coeffs="-5.0"/>
</geometry>
<settings>
<run_mode>volume</run_mode>
<volume_calc>
<domain_type>cell</domain_type>
<domain_ids>1 2 3</domain_ids>
<samples>100000</samples>
<lower_left>-1.0 -1.0 -6.0</lower_left>
<upper_right>1.0 1.0 6.0</upper_right>
</volume_calc>
<volume_calc>
<domain_type>material</domain_type>
<domain_ids>1 2</domain_ids>
<samples>100000</samples>
<lower_left>-1.0 -1.0 -6.0</lower_left>
<upper_right>1.0 1.0 6.0</upper_right>
</volume_calc>
<volume_calc>
<domain_type>universe</domain_type>
<domain_ids>0</domain_ids>
<samples>100000</samples>
<lower_left>-1.0 -1.0 -6.0</lower_left>
<upper_right>1.0 1.0 6.0</upper_right>
</volume_calc>
<volume_calc>
<domain_type>cell</domain_type>
<domain_ids>1 2 3</domain_ids>
<samples>100</samples>
<lower_left>-1.0 -1.0 -6.0</lower_left>
<upper_right>1.0 1.0 6.0</upper_right>
<threshold type="std_dev" threshold="0.1"/>
</volume_calc>
<volume_calc>
<domain_type>material</domain_type>
<domain_ids>1 2</domain_ids>
<samples>100</samples>
<lower_left>-1.0 -1.0 -6.0</lower_left>
<upper_right>1.0 1.0 6.0</upper_right>
<threshold type="rel_err" threshold="0.1"/>
</volume_calc>
<volume_calc>
<domain_type>cell</domain_type>
<domain_ids>1 2 3</domain_ids>
<samples>100</samples>
<lower_left>-1.0 -1.0 -6.0</lower_left>
<upper_right>1.0 1.0 6.0</upper_right>
<threshold type="variance" threshold="0.05"/>
</volume_calc>
</settings>
</model>