#include <EnthalpyPropertyEvaluator.h>
|
| | EnthalpyTYkPropertyEvaluator (const std::map< std::string, ReferencePropertyData * > &referencePropertyDataMap, const std::map< std::string, std::vector< double > > &lowPolynomialCoeffsMap, const std::map< std::string, std::vector< double > > &highPolynomialCoeffsMap, double universalR, stk::mesh::MetaData &metaData) |
| |
| virtual | ~EnthalpyTYkPropertyEvaluator () |
| |
| double | execute (double *indVarList, stk::mesh::Entity node) |
| |
| double | compute_h_rt (const double &T, const double *pt_poly) |
| |
| | PolynomialPropertyEvaluator (const std::map< std::string, ReferencePropertyData * > &referencePropertyDataMap, const std::map< std::string, std::vector< double > > &lowPolynomialCoeffsMap, const std::map< std::string, std::vector< double > > &highPolynomialCoeffsMap, double universalR) |
| |
| virtual | ~PolynomialPropertyEvaluator () |
| |
| | PropertyEvaluator () |
| |
| virtual | ~PropertyEvaluator () |
| |
| sierra::nalu::EnthalpyTYkPropertyEvaluator::EnthalpyTYkPropertyEvaluator |
( |
const std::map< std::string, ReferencePropertyData * > & |
referencePropertyDataMap, |
|
|
const std::map< std::string, std::vector< double > > & |
lowPolynomialCoeffsMap, |
|
|
const std::map< std::string, std::vector< double > > & |
highPolynomialCoeffsMap, |
|
|
double |
universalR, |
|
|
stk::mesh::MetaData & |
metaData |
|
) |
| |
| sierra::nalu::EnthalpyTYkPropertyEvaluator::~EnthalpyTYkPropertyEvaluator |
( |
| ) |
|
|
virtual |
| double sierra::nalu::EnthalpyTYkPropertyEvaluator::compute_h_rt |
( |
const double & |
T, |
|
|
const double * |
pt_poly |
|
) |
| |
| double sierra::nalu::EnthalpyTYkPropertyEvaluator::execute |
( |
double * |
indVarList, |
|
|
stk::mesh::Entity |
node |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files: