NANDRAD Data Model Library  Version 2.0
NANDRAD
NANDRAD::Outputs Class Reference

Detailed Description

Stores vectors with OutputGrid and OutputDefinition data.

Definition at line 38 of file NANDRAD_Outputs.h.

#include <NANDRAD_Outputs.h>

Public Attributes

std::vector< OutputDefinitionm_definitions
 List with output (file) definitions. More...
 
std::vector< OutputGridm_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...
 

Member Data Documentation

◆ m_definitions

std::vector<OutputDefinition> NANDRAD::Outputs::m_definitions

List with output (file) definitions.

Definition at line 50 of file NANDRAD_Outputs.h.

◆ m_grids

std::vector<OutputGrid> NANDRAD::Outputs::m_grids

List with output grids.

Definition at line 53 of file NANDRAD_Outputs.h.

◆ m_timeUnit

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.

◆ m_binaryFormat

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.


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