Define a Tally Multiplicator entry (FM card in MCNP).
More...
#include <Tally.hxx>
Define a Tally Multiplicator entry (FM card in MCNP).
- Author
- PTO
- Version
- 1.0
TallyFM::TallyFM |
( |
Material * |
M, |
|
|
int |
reaction, |
|
|
double |
constant = 1 |
|
) |
| |
Constructor of Multiplicator Bin. The Tally Multiplicator will be multiply by the parameter "constant". if constant<0 then constant is replaced by |constant|*(atom density of the cell where Tally is made). For example, if constant=-1 in a cell Flux Tally (F4), for a given reaction, the result will be the the macrosopic cross section * Flux, whereas if constant=1 this will be the microscopic cross section *Flux.
- Parameters
-
M | : the Material to consider for the reaction |
reaction | : a simple reaction code (-1=total, -6=fission,...) |
constant | : the multiplicative constant of the FM (see above). Default=1; |
Constructor of Multiplicator Bin. The Tally Multiplicator will be multiply by the parameter "constant".
if constant<0 then constant is replaced by |constant|*(atom density of the cell where Tally is made).
For example, if constant=-1 in a cell Flux Tally (F4), for a given reaction, the result will be the the macrosopic cross section * Flux, whereas if constant=1 this will be the microscopic cross section *Flux.
- Parameters
-
M | : the Material to consider for the reaction |
R | : a Reaction |
constant | : the multiplicative constant of the FM (see above). Default=1; |
TallyFM::TallyFM |
( |
int |
MatNumber, |
|
|
int |
reaction, |
|
|
double |
constant = 1 |
|
) |
| |
Constructor of Multiplicator Bin. see description of TallyFM(Material *M,int reaction,double constant=1)
- Parameters
-
MatNumber | : the Material Number to consider for the reaction |
reaction | : a simple reaction code (-1=total, -6=fission,...) |
constant | : the multiplicative constant of the FM (see above). Default=1; |
TallyFM::TallyFM |
( |
int |
MatNumber, |
|
|
Reaction * |
R, |
|
|
double |
constant = 1 |
|
) |
| |
Constructor of Multiplicator Bin.
see description of TallyFM(Material *M,int reaction,double constant=1)
- Parameters
-
MatNumber | : the Material Number to consider for the reaction |
R | : a Reaction |
constant | : the multiplicative constant of the FM (see above). Default=1; |
TallyFM::TallyFM |
( |
const TallyFM & |
fm | ) |
|
int TallyFM::GetMaterial |
( |
| ) |
|
|
inline |
void TallyFM::Init |
( |
int |
MatNumber, |
|
|
Reaction * |
R, |
|
|
double |
constant = 1 |
|
) |
| |
|
private |
Build a TallyFM. Called by constructors.
string TallyFM::Print |
( |
| ) |
|
double TallyFM::fConstant |
|
private |
multiplicative constant of the FM
The documentation for this class was generated from the following files: