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::MaterialPropertyData Class Reference

#include <MaterialPropertyData.h>

Public Member Functions

 MaterialPropertyData ()
 
 ~MaterialPropertyData ()
 

Public Attributes

MaterialPropertyType type_
 
double constValue_
 
double primary_
 
double secondary_
 
std::vector< std::string > indVarName_
 
std::vector< std::string > indVarTableName_
 
std::string auxVarName_
 
std::string tablePropName_
 
std::string tableAuxVarName_
 
std::string genericPropertyEvaluatorName_
 
std::map< std::string, std::vector< double > > polynomialCoeffsMap_
 
std::map< std::string, std::vector< double > > lowPolynomialCoeffsMap_
 
std::map< std::string, std::vector< double > > highPolynomialCoeffsMap_
 
std::map< std::string, double > cpConstMap_
 
std::map< std::string, double > hfConstMap_
 

Constructor & Destructor Documentation

sierra::nalu::MaterialPropertyData::MaterialPropertyData ( )
sierra::nalu::MaterialPropertyData::~MaterialPropertyData ( )

Member Data Documentation

std::string sierra::nalu::MaterialPropertyData::auxVarName_
double sierra::nalu::MaterialPropertyData::constValue_
std::map<std::string, double> sierra::nalu::MaterialPropertyData::cpConstMap_
std::string sierra::nalu::MaterialPropertyData::genericPropertyEvaluatorName_
std::map<std::string, double> sierra::nalu::MaterialPropertyData::hfConstMap_
std::map<std::string, std::vector<double> > sierra::nalu::MaterialPropertyData::highPolynomialCoeffsMap_
std::vector<std::string> sierra::nalu::MaterialPropertyData::indVarName_
std::vector<std::string> sierra::nalu::MaterialPropertyData::indVarTableName_
std::map<std::string, std::vector<double> > sierra::nalu::MaterialPropertyData::lowPolynomialCoeffsMap_
std::map<std::string, std::vector<double> > sierra::nalu::MaterialPropertyData::polynomialCoeffsMap_
double sierra::nalu::MaterialPropertyData::primary_
double sierra::nalu::MaterialPropertyData::secondary_
std::string sierra::nalu::MaterialPropertyData::tableAuxVarName_
std::string sierra::nalu::MaterialPropertyData::tablePropName_
MaterialPropertyType sierra::nalu::MaterialPropertyData::type_

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