![]() |
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 <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_ |
| sierra::nalu::StateTable::StateTable | ( | const std::string | propertyTableName | ) |
| sierra::nalu::StateTable::~StateTable | ( | ) |
| std::vector<std::vector<double> >* sierra::nalu::StateTable::get_entry | ( | ) |
| std::vector<std::vector<double > > sierra::nalu::StateTable::table_ |
1.8.11