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

#include <ComputeMdotInflowAlgorithm.h>

Inheritance diagram for sierra::nalu::ComputeMdotInflowAlgorithm:
sierra::nalu::Algorithm

Public Member Functions

 ComputeMdotInflowAlgorithm (Realm &realm, stk::mesh::Part *part, bool useShifted)
 
 ~ComputeMdotInflowAlgorithm ()
 
void execute ()
 
- Public Member Functions inherited from sierra::nalu::Algorithm
 Algorithm (Realm &realm, stk::mesh::Part *part)
 
 Algorithm (Realm &realm, stk::mesh::PartVector &partVec)
 
virtual ~Algorithm ()
 
virtual void pre_work ()
 

Public Attributes

const bool useShifted_
 
VectorFieldTypevelocityBC_
 
ScalarFieldTypedensityBC_
 
GenericFieldTypeexposedAreaVec_
 
- Public Attributes inherited from sierra::nalu::Algorithm
Realmrealm_
 
stk::mesh::PartVector partVec_
 
std::vector< SupplementalAlgorithm * > supplementalAlg_
 
std::vector< Kernel * > activeKernels_
 

Constructor & Destructor Documentation

sierra::nalu::ComputeMdotInflowAlgorithm::ComputeMdotInflowAlgorithm ( Realm realm,
stk::mesh::Part *  part,
bool  useShifted 
)
sierra::nalu::ComputeMdotInflowAlgorithm::~ComputeMdotInflowAlgorithm ( )

Member Function Documentation

void sierra::nalu::ComputeMdotInflowAlgorithm::execute ( )
virtual

Member Data Documentation

ScalarFieldType* sierra::nalu::ComputeMdotInflowAlgorithm::densityBC_
GenericFieldType* sierra::nalu::ComputeMdotInflowAlgorithm::exposedAreaVec_
const bool sierra::nalu::ComputeMdotInflowAlgorithm::useShifted_

Referenced by execute().

VectorFieldType* sierra::nalu::ComputeMdotInflowAlgorithm::velocityBC_

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