![]() |
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 <EnthalpyPropertyEvaluator.h>
Public Member Functions | |
| EnthalpyConstCpkPropertyEvaluator (const std::map< std::string, double > &cpConstMap, const std::map< std::string, double > &hfConstMap, stk::mesh::MetaData &metaData, const double referenceTemperature) | |
| virtual | ~EnthalpyConstCpkPropertyEvaluator () |
| double | execute (double *indVarList, stk::mesh::Entity node) |
Public Member Functions inherited from sierra::nalu::PropertyEvaluator | |
| PropertyEvaluator () | |
| virtual | ~PropertyEvaluator () |
Public Attributes | |
| const double | referenceTemperature_ |
| const size_t | cpVecSize_ |
| GenericFieldType * | massFraction_ |
| std::vector< double > | cpVec_ |
| std::vector< double > | hfVec_ |
| sierra::nalu::EnthalpyConstCpkPropertyEvaluator::EnthalpyConstCpkPropertyEvaluator | ( | const std::map< std::string, double > & | cpConstMap, |
| const std::map< std::string, double > & | hfConstMap, | ||
| stk::mesh::MetaData & | metaData, | ||
| const double | referenceTemperature | ||
| ) |
References cpVec_, cpVecSize_, hfVec_, and massFraction_.
|
virtual |
|
virtual |
Implements sierra::nalu::PropertyEvaluator.
References cpVec_, cpVecSize_, hfVec_, massFraction_, and referenceTemperature_.
| std::vector<double> sierra::nalu::EnthalpyConstCpkPropertyEvaluator::cpVec_ |
Referenced by EnthalpyConstCpkPropertyEvaluator(), and execute().
| const size_t sierra::nalu::EnthalpyConstCpkPropertyEvaluator::cpVecSize_ |
Referenced by EnthalpyConstCpkPropertyEvaluator(), and execute().
| std::vector<double> sierra::nalu::EnthalpyConstCpkPropertyEvaluator::hfVec_ |
Referenced by EnthalpyConstCpkPropertyEvaluator(), and execute().
| GenericFieldType* sierra::nalu::EnthalpyConstCpkPropertyEvaluator::massFraction_ |
Referenced by EnthalpyConstCpkPropertyEvaluator(), and execute().
| const double sierra::nalu::EnthalpyConstCpkPropertyEvaluator::referenceTemperature_ |
Referenced by execute().
1.8.11