Nalu
Nalu: a generalized unstructured massively parallel low Mach flow code designed to support a variety of energy applications of interest (most notably Wind ECP) built on the Sierra Toolkit and Trilinos solver Tpetra/Epetra stack. The open source BSD, clause 3 license model has been chosen for the code base. See LICENSE for more information. http://NaluCFD.org
Public Member Functions | Public Attributes | List of all members
sierra::nalu::PostProcessingData Class Reference

#include <PostProcessingData.h>

Public Member Functions

 PostProcessingData ()
 
 ~PostProcessingData ()
 

Public Attributes

std::string type_
 
std::string physics_
 
std::string outputFileName_
 
int frequency_
 
std::vector< double > parameters_
 
std::vector< std::string > targetNames_
 

Constructor & Destructor Documentation

sierra::nalu::PostProcessingData::PostProcessingData ( )
inline
sierra::nalu::PostProcessingData::~PostProcessingData ( )
inline

Member Data Documentation

int sierra::nalu::PostProcessingData::frequency_
std::string sierra::nalu::PostProcessingData::outputFileName_
std::vector<double> sierra::nalu::PostProcessingData::parameters_
std::string sierra::nalu::PostProcessingData::physics_
std::vector<std::string> sierra::nalu::PostProcessingData::targetNames_
std::string sierra::nalu::PostProcessingData::type_

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