|
MURE
|
Header of an evolving cell in a binary file. More...
#include <BinaryFormat2.hxx>
Public Member Functions | |
| void | write (ofstream &out) |
| Write the header into a stream. | |
| void | read (ifstream &in, int version) |
| Read the header from a stream. | |
Public Attributes | |
| int | CellNumber |
| MCNP number of this cell. | |
| float | Volume |
| Volume of the cell. | |
| float | Flux |
| Flux in this cell. | |
| float | FluxErr |
| Flux error. | |
| float | Power |
| Power in cell. | |
| float | Burnup |
| Burnup in cell. | |
| int | NNucleusRecords |
| Number of nuclei records in this cell. | |
Header of an evolving cell in a binary file.
| void CellHeader::read | ( | ifstream & | in, |
| int | version | ||
| ) |
Read the header from a stream.
| void CellHeader::write | ( | ofstream & | out | ) |
Write the header into a stream.
| float CellHeader::Burnup |
Burnup in cell.
| int CellHeader::CellNumber |
MCNP number of this cell.
| float CellHeader::Flux |
Flux in this cell.
| float CellHeader::FluxErr |
Flux error.
| int CellHeader::NNucleusRecords |
Number of nuclei records in this cell.
| float CellHeader::Power |
Power in cell.
| float CellHeader::Volume |
Volume of the cell.