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

#include <WaterPropertyEvaluator.h>

Inheritance diagram for sierra::nalu::WaterEnthalpyTPropertyEvaluator:
sierra::nalu::PropertyEvaluator

Public Member Functions

 WaterEnthalpyTPropertyEvaluator (stk::mesh::MetaData &metaData)
 
virtual ~WaterEnthalpyTPropertyEvaluator ()
 
double execute (double *indVarList, stk::mesh::Entity node)
 
double compute_h (const double T)
 
- Public Member Functions inherited from sierra::nalu::PropertyEvaluator
 PropertyEvaluator ()
 
virtual ~PropertyEvaluator ()
 

Public Attributes

const double aw_
 
const double bw_
 
const double cw_
 
const double dw_
 
const double ew_
 
const double Tref_
 
const double hRef_
 

Constructor & Destructor Documentation

sierra::nalu::WaterEnthalpyTPropertyEvaluator::WaterEnthalpyTPropertyEvaluator ( stk::mesh::MetaData &  metaData)
sierra::nalu::WaterEnthalpyTPropertyEvaluator::~WaterEnthalpyTPropertyEvaluator ( )
virtual

Member Function Documentation

double sierra::nalu::WaterEnthalpyTPropertyEvaluator::compute_h ( const double  T)

References aw_, bw_, cw_, dw_, and ew_.

Referenced by execute().

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

Implements sierra::nalu::PropertyEvaluator.

References compute_h(), hRef_, and Tref_.

Member Data Documentation

const double sierra::nalu::WaterEnthalpyTPropertyEvaluator::aw_

Referenced by compute_h().

const double sierra::nalu::WaterEnthalpyTPropertyEvaluator::bw_

Referenced by compute_h().

const double sierra::nalu::WaterEnthalpyTPropertyEvaluator::cw_

Referenced by compute_h().

const double sierra::nalu::WaterEnthalpyTPropertyEvaluator::dw_

Referenced by compute_h().

const double sierra::nalu::WaterEnthalpyTPropertyEvaluator::ew_

Referenced by compute_h().

const double sierra::nalu::WaterEnthalpyTPropertyEvaluator::hRef_

Referenced by execute().

const double sierra::nalu::WaterEnthalpyTPropertyEvaluator::Tref_

Referenced by execute().


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