@@ -117,7 +117,7 @@ The attributes of ``Paramak`` used to create the sample cad geometry are::
neutronics_simulation located in :file:`Scripts/Experiments/Irradiation/Openmc/neutronics_simulation.py` defines the script used by **Openmc** to generate the cad geometry for neutronics simulation.
Once the simulation is completed, the output file 'damage_energy_openmc_mesh.vtk' and 'heating_openmc_mesh.vtk' will be saved to the sub-directory :file:`Output/Irradiation/Tutorials/'irradiated_day1000/ in *Openmc.Name*.
Once the simulation is completed, the output file 'damage_energy_openmc_mesh.vtk' and 'heating_openmc_mesh.vtk' will be saved to the sub-directory :file:`Output/Irradiation/Tutorials/irradiated_day1000` in *Openmc.Name*.
The attributes of ``Openmc`` used to perform neutronics simulation are::
@@ -135,7 +135,7 @@ The attributes of ``Openmc`` used to perform neutronics simulation are::
Openmc.heat_output=['heating_openmc_mesh.vtk']
Openmc.dagmc=['dagmc.h5m']
The tallied neutron heating values and damage energy values of monoblock are stored in the output file 'damage_energy_openmc_mesh.vtk' and 'heating_openmc_mesh.vtk' will be saved to the sub-directory :file:`Output/Irradiation/Tutorials/'irradiated_day1000/ in *Openmc.Name*. However, these values are generated for cell values of the mesh. In order to convert cell values to node values, paraview is implemented.
The tallied neutron heating values and damage energy values of monoblock are stored in the output file 'damage_energy_openmc_mesh.vtk' and 'heating_openmc_mesh.vtk' will be saved to the sub-directory :file:`Output/Irradiation/Tutorials/irradiated_day1000` in *Openmc.Name*. However, these values are generated for cell values of the mesh. In order to convert cell values to node values, paraview is implemented.
``paraview`` contains all the variables required by **paraview** software package to convert cell values to node values in the output file generated by Openmc simulation using script :file:`Scripts/Experiments/Irradiation/Mesh/neutronics_post.py` ::
@@ -147,13 +147,13 @@ Two files are generated: 'heating_openmc_mesh_pv.vtk' for neutron heating and 'd