NANDRAD Data Model Library
Version 2.0
NANDRAD
|
Stores vectors with OutputGrid and OutputDefinition data.
Definition at line 38 of file NANDRAD_Outputs.h.
#include <NANDRAD_Outputs.h>
Public Attributes | |
std::vector< OutputDefinition > | m_definitions |
List with output (file) definitions. More... | |
std::vector< OutputGrid > | m_grids |
List with output grids. More... | |
IBK::Unit | m_timeUnit |
(optional) The time unit to be used in all output files. More... | |
IBK::Flag | m_binaryFormat |
(optional) If true, output files are written in binary format (the default, if flag is missing). More... | |
std::vector<OutputDefinition> NANDRAD::Outputs::m_definitions |
List with output (file) definitions.
Definition at line 50 of file NANDRAD_Outputs.h.
std::vector<OutputGrid> NANDRAD::Outputs::m_grids |
List with output grids.
Definition at line 53 of file NANDRAD_Outputs.h.
IBK::Unit NANDRAD::Outputs::m_timeUnit |
(optional) The time unit to be used in all output files.
If not set (undefined unit), the time unit is selected automatically based on the simulation duration.
Definition at line 59 of file NANDRAD_Outputs.h.
IBK::Flag NANDRAD::Outputs::m_binaryFormat |
(optional) If true, output files are written in binary format (the default, if flag is missing).
Definition at line 62 of file NANDRAD_Outputs.h.