![]() |
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 <NaluParsing.h>#include <Enums.h>#include <string>#include <map>#include <utility>#include <memory>Go to the source code of this file.
Classes | |
| class | sierra::nalu::SolutionOptions |
Namespaces | |
| sierra | |
| sierra::nalu | |
Enumerations | |
| enum | sierra::nalu::ErrorIndicatorType { sierra::nalu::EIT_NONE = 0, sierra::nalu::EIT_PSTAB = 1 << 1, sierra::nalu::EIT_LIMITER = 1 << 2, sierra::nalu::EIT_SIMPLE_BASE = 1 << 3, sierra::nalu::EIT_SIMPLE_VORTICITY = EIT_SIMPLE_BASE + (1 << 4), sierra::nalu::EIT_SIMPLE_VORTICITY_DX = EIT_SIMPLE_BASE + (1 << 5), sierra::nalu::EIT_SIMPLE_DUDX2 = EIT_SIMPLE_BASE + (1 << 6) } |
1.8.11