![]() |
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
|
#include <ComputeMdotEdgeAlgorithm.h>
Public Member Functions | |
| ComputeMdotEdgeAlgorithm (Realm &realm, stk::mesh::Part *part) | |
| ~ComputeMdotEdgeAlgorithm () | |
| 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 | meshMotion_ |
| VectorFieldType * | velocityRTM_ |
| VectorFieldType * | Gpdx_ |
| VectorFieldType * | coordinates_ |
| ScalarFieldType * | pressure_ |
| ScalarFieldType * | density_ |
| VectorFieldType * | edgeAreaVec_ |
| ScalarFieldType * | massFlowRate_ |
Public Attributes inherited from sierra::nalu::Algorithm | |
| Realm & | realm_ |
| stk::mesh::PartVector | partVec_ |
| std::vector< SupplementalAlgorithm * > | supplementalAlg_ |
| std::vector< Kernel * > | activeKernels_ |
| sierra::nalu::ComputeMdotEdgeAlgorithm::ComputeMdotEdgeAlgorithm | ( | Realm & | realm, |
| stk::mesh::Part * | part | ||
| ) |
| sierra::nalu::ComputeMdotEdgeAlgorithm::~ComputeMdotEdgeAlgorithm | ( | ) |
|
virtual |
Implements sierra::nalu::Algorithm.
References coordinates_, density_, edgeAreaVec_, sierra::nalu::Realm::get_buckets(), sierra::nalu::Realm::get_gamma1(), sierra::nalu::Realm::get_inactive_selector(), sierra::nalu::Realm::get_mdot_interp(), sierra::nalu::Realm::get_noc_usage(), sierra::nalu::Realm::get_time_step(), Gpdx_, massFlowRate_, sierra::nalu::Realm::meta_data(), sierra::nalu::Algorithm::partVec_, pressure_, sierra::nalu::Algorithm::realm_, and velocityRTM_.
| VectorFieldType* sierra::nalu::ComputeMdotEdgeAlgorithm::coordinates_ |
Referenced by ComputeMdotEdgeAlgorithm(), and execute().
| ScalarFieldType* sierra::nalu::ComputeMdotEdgeAlgorithm::density_ |
Referenced by ComputeMdotEdgeAlgorithm(), and execute().
| VectorFieldType* sierra::nalu::ComputeMdotEdgeAlgorithm::edgeAreaVec_ |
Referenced by ComputeMdotEdgeAlgorithm(), and execute().
| VectorFieldType* sierra::nalu::ComputeMdotEdgeAlgorithm::Gpdx_ |
Referenced by ComputeMdotEdgeAlgorithm(), and execute().
| ScalarFieldType* sierra::nalu::ComputeMdotEdgeAlgorithm::massFlowRate_ |
Referenced by ComputeMdotEdgeAlgorithm(), and execute().
| const bool sierra::nalu::ComputeMdotEdgeAlgorithm::meshMotion_ |
Referenced by ComputeMdotEdgeAlgorithm().
| ScalarFieldType* sierra::nalu::ComputeMdotEdgeAlgorithm::pressure_ |
Referenced by ComputeMdotEdgeAlgorithm(), and execute().
| VectorFieldType* sierra::nalu::ComputeMdotEdgeAlgorithm::velocityRTM_ |
Referenced by ComputeMdotEdgeAlgorithm(), and execute().
1.8.11