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
Classes | Namespaces | Functions
Functions.C File Reference
#include <tabular_props/Functions.h>
#include <property_evaluator/HDF5TablePropAlgorithm.h>
#include <stk_util/environment/ReportHandler.hpp>
#include <stdexcept>
#include <cmath>
#include <algorithm>

Classes

class  sierra::nalu::Coord2D
 Helper class to simplify 2D coordinate storage and calculations. More...
 

Namespaces

 sierra
 
 sierra::nalu
 

Functions

double sierra::nalu::errorf (const double x)
 This file contains generic mathematical functions that are needed at run-time by our Converter classes. More...
 
double sierra::nalu::errorfc (const double x)
 Compute the complementary error function using series solutions. More...
 
double sierra::nalu::inv_errorf (const double x)
 Compute the inverse error function using Newton's method. More...
 
double sierra::nalu::F_chi (const double Z)
 Compute the quantity: More...
 
double sierra::nalu::F_gamma (const std::vector< double > &Zpoint, std::vector< std::vector< double > > Z_st, std::vector< double > gamma_st)
 Compute the value of F_gamma (not Gamma itself) for one or two mixture fractions. More...