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

#include <MeshMotionInfo.h>

Public Member Functions

 MeshMotionInfo (std::vector< std::string > meshMotionBlock, const double omega, std::vector< double > centroid, std::vector< double > unitVec, const bool computeCentroid)
 
 ~MeshMotionInfo ()
 

Public Attributes

std::vector< std::string > meshMotionBlock_
 
const double omega_
 
std::vector< double > centroid_
 
std::vector< double > unitVec_
 
const double computeCentroid_
 
double computeCentroidCompleted_
 

Constructor & Destructor Documentation

sierra::nalu::MeshMotionInfo::MeshMotionInfo ( std::vector< std::string >  meshMotionBlock,
const double  omega,
std::vector< double >  centroid,
std::vector< double >  unitVec,
const bool  computeCentroid 
)
sierra::nalu::MeshMotionInfo::~MeshMotionInfo ( )

Member Data Documentation

std::vector<double> sierra::nalu::MeshMotionInfo::centroid_
const double sierra::nalu::MeshMotionInfo::computeCentroid_
double sierra::nalu::MeshMotionInfo::computeCentroidCompleted_
std::vector<std::string> sierra::nalu::MeshMotionInfo::meshMotionBlock_
const double sierra::nalu::MeshMotionInfo::omega_
std::vector<double> sierra::nalu::MeshMotionInfo::unitVec_

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