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

Header of MURE output binary file. More...

#include <BinaryFormat2.hxx>

Public Member Functions

 FileHeader ()
 
void write (ofstream &out)
 Write the header into a stream.
 
void read (ifstream &in, int version)
 Read the header from a stream.
 

Public Attributes

short Version
 Binary gile version.
 
float Time
 Time of MCNP step at which this file is printed.
 
float K
 keff
 
float Kerr
 keff error
 
float Power
 keff error
 
int NCells
 Number of evolving cells.
 

Detailed Description

Header of MURE output binary file.

Constructor & Destructor Documentation

◆ FileHeader()

FileHeader::FileHeader ( )
inline

< Constructor

Member Function Documentation

◆ read()

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

Read the header from a stream.

◆ write()

void FileHeader::write ( ofstream &  out)

Write the header into a stream.

Member Data Documentation

◆ K

float FileHeader::K

keff

◆ Kerr

float FileHeader::Kerr

keff error

◆ NCells

int FileHeader::NCells

Number of evolving cells.

◆ Power

float FileHeader::Power

keff error

◆ Time

float FileHeader::Time

Time of MCNP step at which this file is printed.

◆ Version

short FileHeader::Version

Binary gile version.


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

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