StoredXSforZAI is a class for storing some XS and use them later in the cycle.
More...
#include <InLineReprocessingEvolutionControl.hxx>
StoredXSforZAI is a class for storing some XS and use them later in the cycle.
StoredXSforZAI is a simple object
- Author
- X-Man
- Version
- 1.0
| StoredXSforZAI::StoredXSforZAI |
( |
int |
Z, |
|
|
int |
A, |
|
|
int |
I, |
|
|
double |
XSfission = 0, |
|
|
double |
XSng = 0, |
|
|
double |
XSn2n = 0, |
|
|
double |
XSn3n = 0 |
|
) |
| |
Constructor of a StoredXSforZAI object.
- Parameters
-
| Z | : Z of the ZAI whose XS are stored |
| A | : A of the ZAI whose XS are stored |
| I | : I of the ZAI whose XS are stored |
| XSfission | : average fission cross section |
| XSng | : average n,gamma cross section |
| XSn2n | : average n,2n cross section |
| XSn3n | : average n,3n cross section |
| StoredXSforZAI::StoredXSforZAI |
( |
| ) |
|
| StoredXSforZAI::StoredXSforZAI |
( |
const StoredXSforZAI & |
storedxsforzai | ) |
|
| StoredXSforZAI::~StoredXSforZAI |
( |
| ) |
|
| int StoredXSforZAI::A |
( |
| ) |
|
|
inline |
returns the number of nucleons
| int StoredXSforZAI::I |
( |
| ) |
|
|
inline |
returns the Isomeric state (Ground State, ith excited)
| int StoredXSforZAI::N |
( |
| ) |
|
|
inline |
returns the number of neutrons
| double StoredXSforZAI::XSfission |
( |
| ) |
|
|
inline |
| double StoredXSforZAI::XSn2n |
( |
| ) |
|
|
inline |
| double StoredXSforZAI::XSn3n |
( |
| ) |
|
|
inline |
| double StoredXSforZAI::XSng |
( |
| ) |
|
|
inline |
| int StoredXSforZAI::Z |
( |
| ) |
|
|
inline |
returns the number of protons
number of nucleons (A=0 means natural isotopes)
Isomeric state (Ground State, ith excited)
| double StoredXSforZAI::fXSfission |
|
private |
| double StoredXSforZAI::fXSn2n |
|
private |
| double StoredXSforZAI::fXSn3n |
|
private |
| double StoredXSforZAI::fXSng |
|
private |
The documentation for this class was generated from the following files: