SPH
Classes | Public Attributes | List of all members
BinaryInput::Info Struct Reference

#include <Output.h>

Classes

struct  QuantityInfo
 Information about stored quantities. More...
 

Public Attributes

Size quantityCnt
 Number of quantities in the file. More...
 
Size particleCnt
 Number of particles in the file. More...
 
Size materialCnt
 Number of materials in the file. More...
 
Array< QuantityInfoquantityInfo
 
Float runTime
 Run time of the snapshot. More...
 
Size wallclockTime
 Wallclock time of the snapshot (in seconds) More...
 
Float timeStep
 Current timestep of the run. More...
 
Optional< RunTypeEnumrunType
 
Optional< std::string > buildDate
 
BinaryIoVersion version
 Format version of the file. More...
 

Detailed Description

Definition at line 356 of file Output.h.

Member Data Documentation

◆ buildDate

Optional<std::string> BinaryInput::Info::buildDate

Date when the code that created the file was built

Not present in older versions of the format.

Definition at line 398 of file Output.h.

◆ materialCnt

Size BinaryInput::Info::materialCnt

Number of materials in the file.

Definition at line 364 of file Output.h.

◆ particleCnt

Size BinaryInput::Info::particleCnt

Number of particles in the file.

Definition at line 361 of file Output.h.

◆ quantityCnt

Size BinaryInput::Info::quantityCnt

Number of quantities in the file.

Definition at line 358 of file Output.h.

◆ quantityInfo

Array<QuantityInfo> BinaryInput::Info::quantityInfo

Definition at line 379 of file Output.h.

◆ runTime

Float BinaryInput::Info::runTime

Run time of the snapshot.

Definition at line 382 of file Output.h.

◆ runType

Optional<RunTypeEnum> BinaryInput::Info::runType

Type of the simulation.

Not present in older versions of the format.

Definition at line 393 of file Output.h.

◆ timeStep

Float BinaryInput::Info::timeStep

Current timestep of the run.

Definition at line 388 of file Output.h.

◆ version

BinaryIoVersion BinaryInput::Info::version

Format version of the file.

Definition at line 401 of file Output.h.

◆ wallclockTime

Size BinaryInput::Info::wallclockTime

Wallclock time of the snapshot (in seconds)

Definition at line 385 of file Output.h.


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