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.h File Reference
#include <vector>

Go to the source code of this file.

Classes

class  sierra::nalu::FChi
 Class to wrap the F_chi() function with an interface that is compatible with our Functor implementation. More...
 
class  sierra::nalu::FGamma
 Class to wrap the F_gamma() function with an interface that is compatible with our Functor implementation. 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 double Z, const double Z_st)
 Compute the quantity F_gamma (and not Gamma itself) 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...