22 #ifndef NANDRAD_OutputsH 23 #define NANDRAD_OutputsH 31 #include "NANDRAD_OutputGrid.h" 32 #include "NANDRAD_OutputDefinition.h" 33 #include "NANDRAD_CodeGenMacros.h" 39 NANDRAD_READWRITE_PRIVATE
44 NANDRAD_READWRITE_IFNOTEMPTY(
Outputs)
69 #endif // NANDRAD_OutputsH An OutputGrid defines time intervals with a given output step size per interval.
IBK::Unit m_timeUnit
(optional) The time unit to be used in all output files.
std::vector< OutputDefinition > m_definitions
List with output (file) definitions.
Stores vectors with OutputGrid and OutputDefinition data.
The output definition class selects quantities to be logged.
IBK::Flag m_binaryFormat
(optional) If true, output files are written in binary format (the default, if flag is missing)...
The namespace NANDRAD contains the data model classes that make up the NANDRAD solver input data...
std::vector< OutputGrid > m_grids
List with output grids.