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
Public Member Functions | Public Attributes | List of all members
sierra::nalu::EnthalpyConstCpkPropertyEvaluator Class Reference

#include <EnthalpyPropertyEvaluator.h>

Inheritance diagram for sierra::nalu::EnthalpyConstCpkPropertyEvaluator:
sierra::nalu::PropertyEvaluator

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_
 
GenericFieldTypemassFraction_
 
std::vector< double > cpVec_
 
std::vector< double > hfVec_
 

Constructor & Destructor Documentation

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_.

sierra::nalu::EnthalpyConstCpkPropertyEvaluator::~EnthalpyConstCpkPropertyEvaluator ( )
virtual

Member Function Documentation

double sierra::nalu::EnthalpyConstCpkPropertyEvaluator::execute ( double *  indVarList,
stk::mesh::Entity  node 
)
virtual

Member Data Documentation

std::vector<double> sierra::nalu::EnthalpyConstCpkPropertyEvaluator::cpVec_
const size_t sierra::nalu::EnthalpyConstCpkPropertyEvaluator::cpVecSize_
std::vector<double> sierra::nalu::EnthalpyConstCpkPropertyEvaluator::hfVec_
GenericFieldType* sierra::nalu::EnthalpyConstCpkPropertyEvaluator::massFraction_
const double sierra::nalu::EnthalpyConstCpkPropertyEvaluator::referenceTemperature_

Referenced by execute().


The documentation for this class was generated from the following files: