![]() |
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 <InversePropAlgorithm.h>
Public Member Functions | |
| InversePropAlgorithm (Realm &realm, stk::mesh::Part *part, stk::mesh::FieldBase *prop, stk::mesh::FieldBase *indVar, const double primary, const double secondary) | |
| virtual | ~InversePropAlgorithm () |
| virtual 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 | |
| stk::mesh::FieldBase * | prop_ |
| stk::mesh::FieldBase * | indVar_ |
| const double | primary_ |
| const double | secondary_ |
Public Attributes inherited from sierra::nalu::Algorithm | |
| Realm & | realm_ |
| stk::mesh::PartVector | partVec_ |
| std::vector< SupplementalAlgorithm * > | supplementalAlg_ |
| std::vector< Kernel * > | activeKernels_ |
| sierra::nalu::InversePropAlgorithm::InversePropAlgorithm | ( | Realm & | realm, |
| stk::mesh::Part * | part, | ||
| stk::mesh::FieldBase * | prop, | ||
| stk::mesh::FieldBase * | indVar, | ||
| const double | primary, | ||
| const double | secondary | ||
| ) |
|
virtual |
|
virtual |
Implements sierra::nalu::Algorithm.
References sierra::nalu::Realm::get_buckets(), indVar_, sierra::nalu::Algorithm::partVec_, primary_, prop_, sierra::nalu::Algorithm::realm_, and secondary_.
| stk::mesh::FieldBase* sierra::nalu::InversePropAlgorithm::indVar_ |
Referenced by execute().
| const double sierra::nalu::InversePropAlgorithm::primary_ |
Referenced by execute().
| stk::mesh::FieldBase* sierra::nalu::InversePropAlgorithm::prop_ |
Referenced by execute().
| const double sierra::nalu::InversePropAlgorithm::secondary_ |
Referenced by execute().
1.8.11