9 #ifndef AveragingInfo_h 10 #define AveragingInfo_h bool computeVorticity_
Definition: AveragingInfo.h:43
std::vector< Part * > PartVector
Definition: Algorithm.h:16
Definition: ABLForcingAlgorithm.C:26
std::vector< unsigned > favreFieldSizeVec_
Definition: AveragingInfo.h:62
std::vector< unsigned > reynoldsFieldSizeVec_
Definition: AveragingInfo.h:63
std::vector< std::string > reynoldsFieldNameVec_
Definition: AveragingInfo.h:55
std::vector< std::string > favreFieldNameVec_
Definition: AveragingInfo.h:54
Definition: Algorithm.h:14
bool computeFavreStress_
Definition: AveragingInfo.h:41
bool computeLambdaCI_
Definition: AveragingInfo.h:45
bool computeFavreTke_
Definition: AveragingInfo.h:42
std::vector< std::string > targetNames_
Definition: AveragingInfo.h:48
std::string name_
Definition: AveragingInfo.h:36
bool computeReynoldsStress_
Definition: AveragingInfo.h:39
std::vector< std::pair< stk::mesh::FieldBase *, stk::mesh::FieldBase * > > reynoldsFieldVecPair_
Definition: AveragingInfo.h:59
bool computeTke_
Definition: AveragingInfo.h:40
std::vector< std::pair< stk::mesh::FieldBase *, stk::mesh::FieldBase * > > favreFieldVecPair_
Definition: AveragingInfo.h:58
bool computeQcriterion_
Definition: AveragingInfo.h:44
stk::mesh::PartVector partVec_
Definition: AveragingInfo.h:51
Definition: AveragingInfo.h:28