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

#include <StateTable.h>

Public Member Functions

 StateTable (const std::string propertyTableName)
 
 ~StateTable ()
 
std::vector< std::vector< double > > * get_entry ()
 

Public Attributes

std::vector< std::vector< double > > table_
 

Constructor & Destructor Documentation

sierra::nalu::StateTable::StateTable ( const std::string  propertyTableName)
sierra::nalu::StateTable::~StateTable ( )

Member Function Documentation

std::vector<std::vector<double> >* sierra::nalu::StateTable::get_entry ( )

Member Data Documentation

std::vector<std::vector<double > > sierra::nalu::StateTable::table_

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