MURE
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
CellHeader Struct Reference

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.
 

Detailed Description

Header of an evolving cell in a binary file.

Member Function Documentation

◆ read()

void CellHeader::read ( ifstream &  in,
int  version 
)

Read the header from a stream.

◆ write()

void CellHeader::write ( ofstream &  out)

Write the header into a stream.

Member Data Documentation

◆ Burnup

float CellHeader::Burnup

Burnup in cell.

◆ CellNumber

int CellHeader::CellNumber

MCNP number of this cell.

◆ Flux

float CellHeader::Flux

Flux in this cell.

◆ FluxErr

float CellHeader::FluxErr

Flux error.

◆ NNucleusRecords

int CellHeader::NNucleusRecords

Number of nuclei records in this cell.

◆ Power

float CellHeader::Power

Power in cell.

◆ Volume

float CellHeader::Volume

Volume of the cell.


The documentation for this struct was generated from the following file:

MURE Project, documentation generated by Doxygen 1.9.7 - Fri Jan 19 2024