Merge pull request #800 from paulromano/volume

Change how volume is handled
This commit is contained in:
Will Boyd 2017-03-02 09:06:44 -05:00 committed by GitHub
commit b1fbef35e9
17 changed files with 385 additions and 271 deletions

View file

@ -146,7 +146,7 @@ The current version of the statepoint file format is 16.0.
All values are given in seconds and are measured on the master process.
:Datasets: - **total initialization** (*double*) -- Time spent reading inputs,
allocating arrays, etc.
allocating arrays, etc.
- **reading cross sections** (*double*) -- Time spent loading cross
section libraries (this is a subset of initialization).
- **simulation** (*double*) -- Time spent between initialization and

View file

@ -57,6 +57,7 @@ Simulation Settings
openmc.Source
openmc.ResonanceScattering
openmc.VolumeCalculation
openmc.Settings
Material Specification
@ -185,6 +186,7 @@ Running OpenMC
:template: myfunction.rst
openmc.run
openmc.calculate_volumes
openmc.plot_geometry
Post-processing
@ -286,17 +288,11 @@ Multi-group Cross Sections
openmc.mgxs.AbsorptionXS
openmc.mgxs.CaptureXS
openmc.mgxs.Chi
openmc.mgxs.ChiPrompt
openmc.mgxs.FissionXS
openmc.mgxs.InverseVelocity
openmc.mgxs.KappaFissionXS
openmc.mgxs.MultiplicityMatrixXS
openmc.mgxs.NuFissionXS
openmc.mgxs.NuFissionMatrixXS
openmc.mgxs.NuScatterXS
openmc.mgxs.NuScatterMatrixXS
openmc.mgxs.PromptNuFissionXS
openmc.mgxs.PromptNuFissionMatrixXS
openmc.mgxs.ScatterXS
openmc.mgxs.ScatterMatrixXS
openmc.mgxs.TotalXS