CYCLUS
Public Member Functions | List of all members
cyclus::Decayer Class Reference

Detailed Description

Decayer is DEPRECATED. Use pyne::decayers::decay.

Definition at line 35 of file decayer.h.

#include <decayer.h>

Public Member Functions

void Decay (double secs)
 
 Decayer (const CompMap &comp)
 
void GetResult (CompMap &comp)
 
int n_tracked_nuclides ()
 
int TrackedNuclide (int i)
 
 ~Decayer ()
 

Constructor & Destructor Documentation

◆ Decayer()

cyclus::Decayer::Decayer ( const CompMap comp)

Definition at line 19 of file decayer.cc.

◆ ~Decayer()

cyclus::Decayer::~Decayer ( )

Definition at line 50 of file decayer.cc.

Member Function Documentation

◆ Decay()

void cyclus::Decayer::Decay ( double  secs)

decay the material

Parameters
secsthe number of seconds to decay

Definition at line 155 of file decayer.cc.

◆ GetResult()

void cyclus::Decayer::GetResult ( CompMap comp)

set the composition from a CompMap

Definition at line 93 of file decayer.cc.

◆ n_tracked_nuclides()

int cyclus::Decayer::n_tracked_nuclides ( )
inline

the number of tracked nuclides

Definition at line 49 of file decayer.h.

◆ TrackedNuclide()

int cyclus::Decayer::TrackedNuclide ( int  i)
inline

the tracked nuclide at position i

Definition at line 54 of file decayer.h.


The documentation for this class was generated from the following files: