![]() |
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 <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_ |
| sierra::nalu::MaterialPropertyData::MaterialPropertyData | ( | ) |
| sierra::nalu::MaterialPropertyData::~MaterialPropertyData | ( | ) |
| std::string sierra::nalu::MaterialPropertyData::auxVarName_ |
Referenced by sierra::nalu::MaterialPropertys::load(), and sierra::nalu::Realm::setup_property().
| double sierra::nalu::MaterialPropertyData::constValue_ |
Referenced by sierra::nalu::MaterialPropertys::load(), and sierra::nalu::Realm::setup_property().
| std::map<std::string, double> sierra::nalu::MaterialPropertyData::cpConstMap_ |
Referenced by sierra::nalu::MaterialPropertys::load(), and sierra::nalu::Realm::setup_property().
| std::string sierra::nalu::MaterialPropertyData::genericPropertyEvaluatorName_ |
Referenced by sierra::nalu::MaterialPropertys::load(), and sierra::nalu::Realm::setup_property().
| std::map<std::string, double> sierra::nalu::MaterialPropertyData::hfConstMap_ |
Referenced by sierra::nalu::MaterialPropertys::load(), and sierra::nalu::Realm::setup_property().
| std::map<std::string, std::vector<double> > sierra::nalu::MaterialPropertyData::highPolynomialCoeffsMap_ |
Referenced by sierra::nalu::MaterialPropertys::load(), and sierra::nalu::Realm::setup_property().
| std::vector<std::string> sierra::nalu::MaterialPropertyData::indVarName_ |
Referenced by sierra::nalu::MaterialPropertys::load(), and sierra::nalu::Realm::setup_property().
| std::vector<std::string> sierra::nalu::MaterialPropertyData::indVarTableName_ |
Referenced by sierra::nalu::MaterialPropertys::load(), and sierra::nalu::Realm::setup_property().
| std::map<std::string, std::vector<double> > sierra::nalu::MaterialPropertyData::lowPolynomialCoeffsMap_ |
Referenced by sierra::nalu::MaterialPropertys::load(), and sierra::nalu::Realm::setup_property().
| std::map<std::string, std::vector<double> > sierra::nalu::MaterialPropertyData::polynomialCoeffsMap_ |
Referenced by sierra::nalu::MaterialPropertys::load(), and sierra::nalu::Realm::setup_property().
| double sierra::nalu::MaterialPropertyData::primary_ |
Referenced by sierra::nalu::MaterialPropertys::load(), and sierra::nalu::Realm::setup_property().
| double sierra::nalu::MaterialPropertyData::secondary_ |
Referenced by sierra::nalu::MaterialPropertys::load(), and sierra::nalu::Realm::setup_property().
| std::string sierra::nalu::MaterialPropertyData::tableAuxVarName_ |
Referenced by sierra::nalu::MaterialPropertys::load(), and sierra::nalu::Realm::setup_property().
| std::string sierra::nalu::MaterialPropertyData::tablePropName_ |
Referenced by sierra::nalu::MaterialPropertys::load(), and sierra::nalu::Realm::setup_property().
| MaterialPropertyType sierra::nalu::MaterialPropertyData::type_ |
Referenced by sierra::nalu::MaterialPropertys::load(), and sierra::nalu::Realm::setup_property().
1.8.11