9 #ifndef EnthalpyPropertyEvaluator_h 10 #define EnthalpyPropertyEvaluator_h 29 class ReferencePropertyData;
36 const std::map<std::string, ReferencePropertyData*> &referencePropertyDataMap,
37 const std::map<std::string, std::vector<double> > &lowPolynomialCoeffsMap,
38 const std::map<std::string, std::vector<double> > &highPolynomialCoeffsMap,
44 stk::mesh::Entity node);
48 const double *pt_poly);
59 const std::map<std::string, ReferencePropertyData*> &referencePropertyDataMap,
60 const std::map<std::string, std::vector<double> > &lowPolynomialCoeffsMap,
61 const std::map<std::string, std::vector<double> > &highPolynomialCoeffsMap,
63 stk::mesh::MetaData &metaData);
69 stk::mesh::Entity node);
73 const double *pt_poly);
85 const double & specificHeat,
86 const double & referenceTemperature);
92 stk::mesh::Entity node);
104 const std::map<std::string, double> &cpConstMap,
105 const std::map<std::string, double> &hfConstMap,
106 stk::mesh::MetaData &metaData,
107 const double referenceTemperature);
113 stk::mesh::Entity node);
Definition: ABLForcingAlgorithm.C:26
stk::mesh::Field< double, stk::mesh::SimpleArrayTag > GenericFieldType
Definition: FieldTypeDef.h:27
Definition: EnthalpyPropertyEvaluator.h:99
const double referenceTemperature_
Definition: EnthalpyPropertyEvaluator.h:116
Definition: Algorithm.h:14
Definition: EnthalpyPropertyEvaluator.h:54
GenericFieldType * massFraction_
Definition: EnthalpyPropertyEvaluator.h:118
Definition: PolynomialPropertyEvaluator.h:30
double specificHeat_
Definition: EnthalpyPropertyEvaluator.h:94
Definition: EnthalpyPropertyEvaluator.h:80
std::vector< double > refMassFraction_
Definition: EnthalpyPropertyEvaluator.h:50
Definition: PropertyEvaluator.h:19
Definition: EnthalpyPropertyEvaluator.h:31
GenericFieldType * massFraction_
Definition: EnthalpyPropertyEvaluator.h:76
std::vector< double > hfVec_
Definition: EnthalpyPropertyEvaluator.h:120
double referenceTemperature_
Definition: EnthalpyPropertyEvaluator.h:95
std::vector< double > cpVec_
Definition: EnthalpyPropertyEvaluator.h:119
const size_t cpVecSize_
Definition: EnthalpyPropertyEvaluator.h:117