StoredXSforZAI is a class for storing some XS and use them later in the cycle.
More...
#include <InLineReprocessing.hxx>
|
| int | fZ |
| | number of protons
|
| |
| int | fA |
| | number of nucleons (A=0 means natural isotopes)
|
| |
| int | fI |
| | Isomeric state (Ground State, ith excited)
|
| |
| double | fXSfission |
| |
| double | fXSng |
| |
| double | fXSn2n |
| |
| double | fXSn3n |
| |
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() [1/3]
| StoredXSforZAI::StoredXSforZAI |
( |
int |
aZ, |
|
|
int |
aA, |
|
|
int |
aI, |
|
|
double |
aXSfission = 0, |
|
|
double |
aXSng = 0, |
|
|
double |
aXSn2n = 0, |
|
|
double |
aXSn3n = 0 |
|
) |
| |
Constructor of a StoredXSforZAI object.
- Parameters
-
| aZ | : Z of the ZAI whose XS are stored |
| aA | : A of the ZAI whose XS are stored |
| aI | : I of the ZAI whose XS are stored |
| aXSfission | : average fission cross section |
| aXSng | : average n, gamma cross section |
| aXSn2n | : average n, 2n cross section |
| aXSn3n | : average n, 3n cross section |
◆ StoredXSforZAI() [2/3]
| StoredXSforZAI::StoredXSforZAI |
( |
| ) |
|
|
default |
◆ StoredXSforZAI() [3/3]
| StoredXSforZAI::StoredXSforZAI |
( |
const StoredXSforZAI & |
storedxsforzai | ) |
|
◆ ~StoredXSforZAI()
| StoredXSforZAI::~StoredXSforZAI |
( |
| ) |
|
|
default |
◆ A()
| int StoredXSforZAI::A |
( |
| ) |
|
|
inline |
< returns the number of nucleons
◆ I()
| int StoredXSforZAI::I |
( |
| ) |
|
|
inline |
< returns the Isomeric state (Ground State, ith excited)
◆ N()
| int StoredXSforZAI::N |
( |
| ) |
|
|
inline |
< returns the number of neutrons
◆ XSfission()
| double StoredXSforZAI::XSfission |
( |
| ) |
|
|
inline |
◆ XSn2n()
| double StoredXSforZAI::XSn2n |
( |
| ) |
|
|
inline |
◆ XSn3n()
| double StoredXSforZAI::XSn3n |
( |
| ) |
|
|
inline |
◆ XSng()
| double StoredXSforZAI::XSng |
( |
| ) |
|
|
inline |
◆ Z()
| int StoredXSforZAI::Z |
( |
| ) |
|
|
inline |
< returns the number of protons
◆ fA
number of nucleons (A=0 means natural isotopes)
◆ fI
Isomeric state (Ground State, ith excited)
◆ fXSfission
| double StoredXSforZAI::fXSfission |
|
private |
◆ fXSn2n
| double StoredXSforZAI::fXSn2n |
|
private |
◆ fXSn3n
| double StoredXSforZAI::fXSn3n |
|
private |
◆ fXSng
| double StoredXSforZAI::fXSng |
|
private |
◆ fZ
The documentation for this class was generated from the following files: