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::AveragingInfo Class Reference

#include <AveragingInfo.h>

Public Member Functions

 AveragingInfo ()
 
 ~AveragingInfo ()
 

Public Attributes

std::string name_
 
bool computeReynoldsStress_
 
bool computeTke_
 
bool computeFavreStress_
 
bool computeFavreTke_
 
bool computeVorticity_
 
bool computeQcriterion_
 
bool computeLambdaCI_
 
std::vector< std::string > targetNames_
 
stk::mesh::PartVector partVec_
 
std::vector< std::string > favreFieldNameVec_
 
std::vector< std::string > reynoldsFieldNameVec_
 
std::vector< std::pair< stk::mesh::FieldBase *, stk::mesh::FieldBase * > > favreFieldVecPair_
 
std::vector< std::pair< stk::mesh::FieldBase *, stk::mesh::FieldBase * > > reynoldsFieldVecPair_
 
std::vector< unsigned > favreFieldSizeVec_
 
std::vector< unsigned > reynoldsFieldSizeVec_
 

Constructor & Destructor Documentation

sierra::nalu::AveragingInfo::AveragingInfo ( )
sierra::nalu::AveragingInfo::~AveragingInfo ( )

Member Data Documentation

bool sierra::nalu::AveragingInfo::computeFavreStress_
bool sierra::nalu::AveragingInfo::computeFavreTke_
bool sierra::nalu::AveragingInfo::computeLambdaCI_
bool sierra::nalu::AveragingInfo::computeQcriterion_
bool sierra::nalu::AveragingInfo::computeReynoldsStress_
bool sierra::nalu::AveragingInfo::computeTke_
bool sierra::nalu::AveragingInfo::computeVorticity_
std::vector<std::string> sierra::nalu::AveragingInfo::favreFieldNameVec_
std::vector<unsigned> sierra::nalu::AveragingInfo::favreFieldSizeVec_
std::vector<std::pair<stk::mesh::FieldBase *, stk::mesh::FieldBase *> > sierra::nalu::AveragingInfo::favreFieldVecPair_
std::string sierra::nalu::AveragingInfo::name_
stk::mesh::PartVector sierra::nalu::AveragingInfo::partVec_
std::vector<std::string> sierra::nalu::AveragingInfo::reynoldsFieldNameVec_
std::vector<unsigned> sierra::nalu::AveragingInfo::reynoldsFieldSizeVec_
std::vector<std::pair<stk::mesh::FieldBase *, stk::mesh::FieldBase *> > sierra::nalu::AveragingInfo::reynoldsFieldVecPair_
std::vector<std::string> sierra::nalu::AveragingInfo::targetNames_

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