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

#include <SutherlandsPropertyEvaluator.h>

Inheritance diagram for sierra::nalu::SutherlandsPropertyEvaluator:
sierra::nalu::PropertyEvaluator

Public Member Functions

 SutherlandsPropertyEvaluator (const std::map< std::string, ReferencePropertyData * > &referencePropertyDataMap, const std::map< std::string, std::vector< double > > &polynomialCoeffsMap)
 
virtual ~SutherlandsPropertyEvaluator ()
 
double execute (double *indVarList, stk::mesh::Entity node)
 
double compute_viscosity (const double &T, const double *pt_poly)
 
- Public Member Functions inherited from sierra::nalu::PropertyEvaluator
 PropertyEvaluator ()
 
virtual ~PropertyEvaluator ()
 

Public Attributes

std::vector< double > refMassFraction_
 
std::vector< std::vector< double > > polynomialCoeffs_
 

Constructor & Destructor Documentation

sierra::nalu::SutherlandsPropertyEvaluator::SutherlandsPropertyEvaluator ( const std::map< std::string, ReferencePropertyData * > &  referencePropertyDataMap,
const std::map< std::string, std::vector< double > > &  polynomialCoeffsMap 
)
sierra::nalu::SutherlandsPropertyEvaluator::~SutherlandsPropertyEvaluator ( )
virtual

Member Function Documentation

double sierra::nalu::SutherlandsPropertyEvaluator::compute_viscosity ( const double &  T,
const double *  pt_poly 
)

Referenced by execute().

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

Member Data Documentation

std::vector<std::vector<double> > sierra::nalu::SutherlandsPropertyEvaluator::polynomialCoeffs_
std::vector<double> sierra::nalu::SutherlandsPropertyEvaluator::refMassFraction_

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