![]() |
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 <TemperaturePropAlgorithm.h>
Public Member Functions | |
| TemperaturePropAlgorithm (Realm &realm, stk::mesh::Part *part, stk::mesh::FieldBase *prop, PropertyEvaluator *propEvaluator, std::string tempName="temperature") | |
| virtual | ~TemperaturePropAlgorithm () |
| 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_ |
| PropertyEvaluator * | propEvaluator_ |
| stk::mesh::FieldBase * | temperature_ |
Public Attributes inherited from sierra::nalu::Algorithm | |
| Realm & | realm_ |
| stk::mesh::PartVector | partVec_ |
| std::vector< SupplementalAlgorithm * > | supplementalAlg_ |
| std::vector< Kernel * > | activeKernels_ |
| sierra::nalu::TemperaturePropAlgorithm::TemperaturePropAlgorithm | ( | Realm & | realm, |
| stk::mesh::Part * | part, | ||
| stk::mesh::FieldBase * | prop, | ||
| PropertyEvaluator * | propEvaluator, | ||
| std::string | tempName = "temperature" |
||
| ) |
References sierra::nalu::Realm::meta_data(), sierra::nalu::Algorithm::realm_, and temperature_.
|
inlinevirtual |
|
virtual |
| stk::mesh::FieldBase* sierra::nalu::TemperaturePropAlgorithm::prop_ |
Referenced by execute().
| PropertyEvaluator* sierra::nalu::TemperaturePropAlgorithm::propEvaluator_ |
Referenced by execute().
| stk::mesh::FieldBase* sierra::nalu::TemperaturePropAlgorithm::temperature_ |
Referenced by execute(), and TemperaturePropAlgorithm().
1.8.11