Enum fastiron_stats::structures::raw::TalliedData
source · pub enum TalliedData {
Show 17 variants
Cycle = 0,
Start = 1,
Source = 2,
Rr = 3,
Split = 4,
Absorb = 5,
Scatter = 6,
Fission = 7,
Produce = 8,
Collision = 9,
Escape = 10,
Census = 11,
NumSeg = 12,
ScalarFlux = 13,
PopulationControl = 14,
CycleTracking = 15,
CycleSync = 16,
}
Expand description
Enum used to represent & map tallied data and their indexes.
Variants§
Cycle = 0
Cycle index.
Start = 1
Number of particles at the start of the cycle.
Source = 2
Number of particles sourced.
Rr = 3
Number of particles Russian-Rouletted.
Split = 4
Number of split particles.
Absorb = 5
Number of absorbed particles.
Scatter = 6
Number of particles that underwent a scatter reaction.
Fission = 7
Number of particles that underwent a fission reaction.
Produce = 8
Number of particles produced by a fission reaction.
Collision = 9
Number of particles that underwent a reaction.
Escape = 10
Number of particles that escaped the problem.
Census = 11
Number of particles that reached census.
NumSeg = 12
Number of segments computed this cycle.
ScalarFlux = 13
Overall scalar flux value this cycle.
PopulationControl = 14
Time spent section this cycle.
CycleTracking = 15
Time spent section this cycle.
CycleSync = 16
Time spent section this cycle.
Trait Implementations§
source§impl Clone for TalliedData
impl Clone for TalliedData
source§fn clone(&self) -> TalliedData
fn clone(&self) -> TalliedData
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for TalliedData
impl Debug for TalliedData
source§impl Display for TalliedData
impl Display for TalliedData
Custom Display
implementation for easier tics generation when plotting.
source§impl Index<TalliedData> for TalliesReport
impl Index<TalliedData> for TalliesReport
source§type Output = TalliedVariable
type Output = TalliedVariable
impl Copy for TalliedData
Auto Trait Implementations§
impl Freeze for TalliedData
impl RefUnwindSafe for TalliedData
impl Send for TalliedData
impl Sync for TalliedData
impl Unpin for TalliedData
impl UnwindSafe for TalliedData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)