Figure 24
To make the data for Figure 24, first ensure that you have created
the explosion code output and that you have obtained the neutrino
data and edited the simple_snII__zone.xml input file. Now create
two reaction rate modification views to double the neutron and proton
neutrino-spallation cross sections on 16O. In particular, edit the input zone XML file
projects/nucnet-tools-code/data_pub/simple_snII__zone.xml to add the
reaction rate modification properties:
<!-- Neutrino rates xml files. Note that the path of the rates file
is relative to the executable while the path of the include file
is relative to this file. Uncomment and edit zone_nu_include.xml
to use. -->
<property
name="neutrino rates file"
>../nucnet-tools-code/data_pub/nu.xml</property>
<xi:include
href="zone_nu_include.xml" xpointer="xpointer(//property)"
/>
<property
name = "nuclide xpath"
tag1 = "rate modification view"
tag2 = "1"
></property>
<property
name = "reaction xpath"
tag1 = "rate modification view"
tag2 = "1"
>[reactant[contains(.,'neutrino')] and
reactant = 'o16' and product = 'n15']</property>
<property
name = "factor"
tag1 = "rate modification view"
tag2 = "1"
>2.</property>
<property
name = "nuclide xpath"
tag1 = "rate modification view"
tag2 = "2"
></property>
<property
name = "reaction xpath"
tag1 = "rate modification view"
tag2 = "2"
>[reactant[contains(.,'neutrino')] and
reactant = 'o16' and product = 'o15']</property>
<property
name = "factor"
tag1 = "rate modification view"
tag2 = "2"
>2.</property>
</optional_properties>
Now run the calculation as you did here and make the plot as you did here.
To make the data for the α = 0.2 calculation, add the optional
property “velocity factor”, which scales the post-shock velocity in each zone, to
projects/nucnet-tools-code/data_pub/simple_snII__zone.xml. The file
should now have lines reading
<optional_properties>
...
<property name="velocity factor">0.2</property>
</optional_properties>
Again run the calculation as you did here and make the plot as you did
here.
For more information on reaction rate modification views, please see the blog post available at
http://sourceforge.net/u/mbradle/blog/2013/02/modifying-reaction-rates-during-network-calculation/.